We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ba3c1 commit f2ce64eCopy full SHA for f2ce64e
.github/workflows/s3-image-sync.yml
@@ -168,6 +168,11 @@ jobs:
168
. venv/bin/activate
169
bash .github/bin/get-s3-image.sh ${{ env.TARGET_IMAGE }} ${{ env.S3_BUCKET }}
170
171
+ - name: Set Glance image properties correctly for Slurm images
172
+ run: |
173
+ . venv/bin/activate
174
+ . dev/image-set-properties.sh "${{ env.TARGET_IMAGE }}"
175
+
176
- name: Cleanup OpenStack Image (on error or cancellation)
177
if: cancelled() || failure()
178
run: |
@@ -180,8 +185,3 @@ jobs:
180
185
echo "No image ID found, skipping cleanup."
181
186
fi
182
187
shell: bash
183
-
184
- - name: Set Glance image properties correctly for Slurm images
- run: |
- . venv/bin/activate
- . dev/image-set-properties.sh "${{ env.TARGET_IMAGE }}"
0 commit comments