|
44 | 44 | KAYOBE_ENVIRONMENT: ci-builder
|
45 | 45 | KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
|
46 | 46 | overcloud_dib_architecture: ${{ inputs.cpu-platform-architecture == 'x86_64' && 'amd64' || 'arm64' }}
|
| 47 | + pulp_artifact_path: ${{ inputs.cpu-platform-architecture == 'x86_64' && 'kayobe-images' || 'kayobe-images/aarch64' }} |
47 | 48 | jobs:
|
48 | 49 | runner-selection:
|
49 | 50 | uses: ./.github/workflows/runner-selector.yml
|
@@ -268,7 +269,7 @@ jobs:
|
268 | 269 | src/kayobe-config/etc/kayobe/ansible/pulp-artifact-upload.yml \
|
269 | 270 | -e artifact_path=/opt/kayobe/images/overcloud-rocky-9 \
|
270 | 271 | -e artifact_tag=${{ steps.host_image_tag.outputs.host_image_tag }} \
|
271 |
| - -e artifact_type=kayobe-images/${{ inputs.cpu-platform-architecture }} \ |
| 272 | + -e artifact_type=${{ env.pulp_artifact_path }} \ |
272 | 273 | -e file_regex="*.qcow2" \
|
273 | 274 | -e os_distribution="rocky" \
|
274 | 275 | -e os_release="9"
|
@@ -338,7 +339,7 @@ jobs:
|
338 | 339 | src/kayobe-config/etc/kayobe/ansible/pulp-artifact-upload.yml \
|
339 | 340 | -e artifact_path=/opt/kayobe/images/overcloud-ubuntu-jammy \
|
340 | 341 | -e artifact_tag=${{ steps.host_image_tag.outputs.host_image_tag }} \
|
341 |
| - -e artifact_type=kayobe-images/${{ inputs.cpu-platform-architecture }} \ |
| 342 | + -e artifact_type=${{ env.pulp_artifact_path }} \ |
342 | 343 | -e file_regex="*.qcow2" \
|
343 | 344 | -e os_distribution="ubuntu" \
|
344 | 345 | -e os_release="jammy"
|
@@ -408,7 +409,7 @@ jobs:
|
408 | 409 | src/kayobe-config/etc/kayobe/ansible/pulp-artifact-upload.yml \
|
409 | 410 | -e artifact_path=/opt/kayobe/images/overcloud-ubuntu-noble \
|
410 | 411 | -e artifact_tag=${{ steps.host_image_tag.outputs.host_image_tag }} \
|
411 |
| - -e artifact_type=kayobe-images/${{ inputs.cpu-platform-architecture }} \ |
| 412 | + -e artifact_type=${{ env.pulp_artifact_path }} \ |
412 | 413 | -e file_regex="*.qcow2" \
|
413 | 414 | -e os_distribution="ubuntu" \
|
414 | 415 | -e os_release="noble"
|
|
0 commit comments