Skip to content
Snippets Groups Projects
Commit b16cb887 authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

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
No related merge requests found
...@@ -183,6 +183,10 @@ build_gpu_image: ...@@ -183,6 +183,10 @@ build_gpu_image:
if [ "$FAILED" = true ]; then if [ "$FAILED" = true ]; then
exit 1 exit 1
fi fi
rules:
- if: $SKIP_GPU_BUILD == "true"
when: never
- when: always
build_ood_image: build_ood_image:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment