diff --git a/ci-automation/vendor-testing/aws.sh b/ci-automation/vendor-testing/aws.sh index f9e3c34f06..f3a3621790 100755 --- a/ci-automation/vendor-testing/aws.sh +++ b/ci-automation/vendor-testing/aws.sh @@ -59,6 +59,7 @@ run_kola_tests() { --aws-iam-profile="${AWS_IAM_PROFILE}" \ --tapfile="${instance_tapfile}" \ --torcx-manifest="${CIA_TORCX_MANIFEST}" \ + --image-version "${CIA_VERNUM}" \ "${@}" } diff --git a/ci-automation/vendor-testing/azure.sh b/ci-automation/vendor-testing/azure.sh index f28c1d1c0e..3ee7fded75 100755 --- a/ci-automation/vendor-testing/azure.sh +++ b/ci-automation/vendor-testing/azure.sh @@ -59,6 +59,7 @@ run_kola_tests() { ${AZURE_USE_GALLERY} \ ${azure_vnet_subnet_name:+--azure-vnet-subnet-name=${azure_vnet_subnet_name}} \ ${AZURE_USE_PRIVATE_IPS:+--azure-use-private-ips=${AZURE_USE_PRIVATE_IPS}} \ + --image-version "${CIA_VERNUM}" \ "${@}" } diff --git a/ci-automation/vendor-testing/brightbox.sh b/ci-automation/vendor-testing/brightbox.sh index 9ec8160e2a..e18a9153c8 100755 --- a/ci-automation/vendor-testing/brightbox.sh +++ b/ci-automation/vendor-testing/brightbox.sh @@ -61,6 +61,7 @@ timeout --signal=SIGQUIT 2h kola run \ --brightbox-client-id="${BRIGHTBOX_CLIENT_ID}" \ --brightbox-client-secret="${BRIGHTBOX_CLIENT_SECRET}" \ --brightbox-server-type="${BRIGHTBOX_SERVER_TYPE}" \ + --image-version "${CIA_VERNUM}" \ "${@}" set +x diff --git a/ci-automation/vendor-testing/digitalocean.sh b/ci-automation/vendor-testing/digitalocean.sh index 3ca82ac2e4..8993ae87d4 100755 --- a/ci-automation/vendor-testing/digitalocean.sh +++ b/ci-automation/vendor-testing/digitalocean.sh @@ -52,6 +52,7 @@ timeout --signal=SIGQUIT 4h\ --channel="${CIA_CHANNEL}" \ --tapfile="${CIA_TAPFILE}" \ --torcx-manifest="${CIA_TORCX_MANIFEST}" \ + --image-version "${CIA_VERNUM}" \ "${@}" set +x diff --git a/ci-automation/vendor-testing/equinix_metal.sh b/ci-automation/vendor-testing/equinix_metal.sh index 5f4440fd12..caf724e96e 100755 --- a/ci-automation/vendor-testing/equinix_metal.sh +++ b/ci-automation/vendor-testing/equinix_metal.sh @@ -46,6 +46,7 @@ run_kola_tests() { --equinixmetal-storage-url="${EQUINIXMETAL_STORAGE_URL}" \ --gce-json-key=<(set +x; echo "${GCP_JSON_KEY}" | base64 --decode) \ --equinixmetal-api-key="${EQUINIXMETAL_KEY}" \ + --image-version "${CIA_VERNUM}" \ "${@}" } diff --git a/ci-automation/vendor-testing/gce.sh b/ci-automation/vendor-testing/gce.sh index 2ab0fd1284..06c53472f7 100755 --- a/ci-automation/vendor-testing/gce.sh +++ b/ci-automation/vendor-testing/gce.sh @@ -63,6 +63,7 @@ run_kola_tests() { --channel="${CIA_CHANNEL}" \ --tapfile="${instance_tapfile}" \ --torcx-manifest="${CIA_TORCX_MANIFEST}" \ + --image-version "${CIA_VERNUM}" \ "${@}" } diff --git a/ci-automation/vendor-testing/openstack.sh b/ci-automation/vendor-testing/openstack.sh index caaa7fe3b1..a46e641196 100755 --- a/ci-automation/vendor-testing/openstack.sh +++ b/ci-automation/vendor-testing/openstack.sh @@ -60,6 +60,7 @@ timeout --signal=SIGQUIT 2h kola run \ --openstack-keyfile="${openstack_keyfile}" \ --openstack-image="${IMAGE_ID}" \ --openstack-config-file="${config_file}" \ + --image-version "${CIA_VERNUM}" \ "${@}" set +x diff --git a/ci-automation/vendor-testing/qemu.sh b/ci-automation/vendor-testing/qemu.sh index ff66b6ed45..b62dbd8dcf 100755 --- a/ci-automation/vendor-testing/qemu.sh +++ b/ci-automation/vendor-testing/qemu.sh @@ -64,6 +64,7 @@ kola run \ --torcx-manifest="${CIA_TORCX_MANIFEST}" \ ${QEMU_KOLA_SKIP_MANGLE:+--qemu-skip-mangle} \ "${devcontainer_opts[@]}" \ + --image-version "${CIA_VERNUM}" \ "${@}" set +x diff --git a/ci-automation/vendor-testing/qemu_update.sh b/ci-automation/vendor-testing/qemu_update.sh index 9c33d24839..412d1e5b07 100755 --- a/ci-automation/vendor-testing/qemu_update.sh +++ b/ci-automation/vendor-testing/qemu_update.sh @@ -107,6 +107,7 @@ run_kola_tests() { --torcx-manifest="${CIA_TORCX_MANIFEST}" \ --update-payload="${QEMU_UPDATE_PAYLOAD}" \ ${QEMU_KOLA_SKIP_MANGLE:+--qemu-skip-mangle} \ + --image-version "${CIA_VERNUM}" \ cl.update.payload } diff --git a/ci-automation/vendor-testing/vmware.sh b/ci-automation/vendor-testing/vmware.sh index 399fbfc897..38c295d4b5 100755 --- a/ci-automation/vendor-testing/vmware.sh +++ b/ci-automation/vendor-testing/vmware.sh @@ -63,6 +63,7 @@ sudo timeout --signal=SIGQUIT 2h kola run \ --torcx-manifest="${CIA_TORCX_MANIFEST}" \ --esx-config-file "${config_file}" \ --esx-ova-path "${VMWARE_ESX_IMAGE_NAME}" \ + --image-version "${CIA_VERNUM}" \ "${@}" set +x