Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass image version to kola #2643

Open
wants to merge 2 commits into
base: flatcar-3510
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci-automation/vendor-testing/aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
"${@}"
}

Expand Down
1 change: 1 addition & 0 deletions ci-automation/vendor-testing/azure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
"${@}"
}

Expand Down
1 change: 1 addition & 0 deletions ci-automation/vendor-testing/brightbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions ci-automation/vendor-testing/digitalocean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions ci-automation/vendor-testing/equinix_metal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
"${@}"
}

Expand Down
1 change: 1 addition & 0 deletions ci-automation/vendor-testing/gce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ run_kola_tests() {
--channel="${CIA_CHANNEL}" \
--tapfile="${instance_tapfile}" \
--torcx-manifest="${CIA_TORCX_MANIFEST}" \
--image-version "${CIA_VERNUM}" \
"${@}"
}

Expand Down
1 change: 1 addition & 0 deletions ci-automation/vendor-testing/openstack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions ci-automation/vendor-testing/qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions ci-automation/vendor-testing/qemu_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
1 change: 1 addition & 0 deletions ci-automation/vendor-testing/vmware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion sdk_container/.repo/manifests/mantle-container
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ghcr.io/flatcar/mantle:git-44f7581074376fcd25ef8e5b7e5134408ba05d62
ghcr.io/flatcar/mantle:pr-572
Loading