File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- name : Nightly fat image build
1+ name : Build fat image
22on :
33 workflow_dispatch :
44 inputs :
1010 - LEAFCLOUD
1111 - SMS
1212 - ARCUS
13- schedule :
14- - cron : ' 0 0 * * *' # Run at midnight
1513
1614jobs :
1715 openstack :
2220 runs-on : ubuntu-22.04
2321 strategy :
2422 fail-fast : false # allow other matrix jobs to continue even if one fails
25- matrix : # build RL8+OFED, RL9+OFED new base images
23+ matrix : # build RL8+OFED, RL9+OFED, RL9+OFED+CUDA versions
2624 os_version :
2725 - RL8
2826 - RL9
7977 -on-error=${{ vars.PACKER_ON_ERROR }} \
8078 -only=${{ matrix.build }} \
8179 -var-file=$PKR_VAR_environment_root/${{ vars.CI_CLOUD }}.pkrvars.hcl \
82- -var 'source_image_name={"RL8": "openhpc-latest-RL8", "RL9": "openhpc-latest-RL9"}' \
80+ # -var 'source_image_name={"RL8": "openhpc-latest-RL8", "RL9": "openhpc-latest-RL9"}' \
8381 openstack.pkr.hcl
8482 env :
8583 PKR_VAR_os_version : ${{ matrix.os_version }}
Original file line number Diff line number Diff line change @@ -186,7 +186,8 @@ source "openstack" "openhpc" {
186186 # Output image:
187187 image_disk_format = " qcow2"
188188 image_visibility = var. image_visibility
189- image_name = " ${ source . name } -${ var . os_version } -${ local . timestamp } -${ substr (local. git_commit , 0 , 8 )} "
189+ image_name = " ${ source . name } -${ var . os_version } "
190+ # -${local.timestamp}-${substr(local.git_commit, 0, 8)}"
190191}
191192
192193build {
You can’t perform that action at this time.
0 commit comments