Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
58
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
hpc-factory
Merge requests
!171
ci: Add OOD image build job to gitlab CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ci: Add OOD image build job to gitlab CI
atlurie/hpc-factory:feat-ood-image-build
into
feat-hpc-factory
Overview
2
Commits
9
Pipelines
12
Changes
4
Merged
Eesaan Atluri
requested to merge
atlurie/hpc-factory:feat-ood-image-build
into
feat-hpc-factory
4 months ago
Overview
2
Commits
9
Pipelines
12
Changes
4
Expand
👍
0
👎
0
Merge request reports
Compare
feat-hpc-factory
version 12
c24c138c
2 months ago
version 11
2a76eae3
4 months ago
version 10
b59bd662
4 months ago
version 9
daab15c2
4 months ago
version 8
64b90ce3
4 months ago
version 7
ffb9f238
4 months ago
version 6
e223ca89
4 months ago
version 5
acf3ef57
4 months ago
version 4
21197f9a
4 months ago
version 3
ab54affb
4 months ago
version 2
22446e94
4 months ago
version 1
d1cf4c87
4 months ago
feat-hpc-factory (base)
and
latest version
latest version
86371b39
9 commits,
1 month ago
version 12
c24c138c
8 commits,
2 months ago
version 11
2a76eae3
6 commits,
4 months ago
version 10
b59bd662
6 commits,
4 months ago
version 9
daab15c2
6 commits,
4 months ago
version 8
64b90ce3
6 commits,
4 months ago
version 7
ffb9f238
5 commits,
4 months ago
version 6
e223ca89
5 commits,
4 months ago
version 5
acf3ef57
5 commits,
4 months ago
version 4
21197f9a
4 commits,
4 months ago
version 3
ab54affb
3 commits,
4 months ago
version 2
22446e94
2 commits,
4 months ago
version 1
d1cf4c87
1 commit,
4 months ago
4 files
+
50
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
ansible/ood.yml
+
0
−
3
Options
@@ -6,6 +6,3 @@
-
{
name
:
'
fix_centos_repo'
,
tags
:
'
fix_centos_repo'
}
-
{
name
:
'
install_packages'
,
tags
:
'
install_packages'
}
-
{
name
:
'
install_zsh'
,
tags
:
'
install_zsh'
}
-
name
:
Setup node for use as a virtual cheaha node
ansible.builtin.import_playbook
:
cheaha.yml
Loading