Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
75
Issue boards
Milestones
Wiki
Code
Merge requests
13
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
Commits
b16cb887
Commit
b16cb887
authored
1 year ago
by
Ravi Tripathi
Browse files
Options
Downloads
Plain Diff
Merge branch 'skip-gpu-build' into 'main'
Skip gpu build See merge request rc/packer-openstack-hpc-image!67
parents
3976f150
46d2db4f
No related branches found
No related tags found
1 merge request
!67
Skip gpu build
Pipeline
#9011
failed with stages
Stage: build
Stage: test
Stage: deploy
in 17 seconds
Changes
1
Pipelines
47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
with
4 additions
and
0 deletions
.gitlab-ci.yml
+
4
−
0
View file @
b16cb887
...
...
@@ -183,6 +183,10 @@ build_gpu_image:
if [ "$FAILED" = true ]; then
exit 1
fi
rules
:
-
if
:
$SKIP_GPU_BUILD == "true"
when
:
never
-
when
:
always
build_ood_image
:
stage
:
build
...
...
This diff is collapsed.
Click to expand it.
Bo-Chun Chen
@louistw
mentioned in issue
#94 (closed)
·
1 year ago
mentioned in issue
#94 (closed)
mentioned in issue #94
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment