Skip to content
Snippets Groups Projects

Skip gpu build

Merged Bo-Chun Chen requested to merge louistw/packer-openstack-hpc-image:skip-gpu-build into main
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -183,6 +183,9 @@ build_gpu_image:
@@ -183,6 +183,9 @@ 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
build_ood_image:
build_ood_image:
stage: build
stage: build
Loading