Skip to content

Commit 90ba3c1

Browse files
committed
use set image properties tool for CI build and sync
1 parent 8722f35 commit 90ba3c1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/fatimage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ jobs:
118118
. venv/bin/activate
119119
openstack image unset --property signature_verified "${{ steps.manifest.outputs.image-id }}" || true
120120
121+
- name: Set image properties
122+
run: |
123+
. venv/bin/activate
124+
. dev/image-set-properties.sh "${{ steps.manifest.outputs.image-id }}"
125+
121126
- name: Upload manifest artifact
122127
uses: actions/upload-artifact@v4
123128
with:

.github/workflows/s3-image-sync.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,8 @@ jobs:
180180
echo "No image ID found, skipping cleanup."
181181
fi
182182
shell: bash
183+
184+
- name: Set Glance image properties correctly for Slurm images
185+
run: |
186+
. venv/bin/activate
187+
. dev/image-set-properties.sh "${{ env.TARGET_IMAGE }}"

0 commit comments

Comments
 (0)