mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 16:41:11 +02:00
Merge pull request #935 from flatcar/kai/nvidia-instance-type-azure-arm64
ci-automation: Add NVIDIA instance type only for amd64
This commit is contained in:
commit
418f58b1aa
@ -74,9 +74,9 @@ query_kola_tests() {
|
|||||||
kola list --platform=azure --filter "${@}"
|
kola list --platform=azure --filter "${@}"
|
||||||
}
|
}
|
||||||
|
|
||||||
other_instance_types=("Standard_NC6s_v3")
|
other_instance_types=()
|
||||||
if [[ "${CIA_ARCH}" = 'amd64' ]]; then
|
if [[ "${CIA_ARCH}" = 'amd64' ]]; then
|
||||||
other_instance_types+=('V1')
|
other_instance_types+=('V1' 'Standard_NC6s_v3')
|
||||||
fi
|
fi
|
||||||
|
|
||||||
run_kola_tests_on_instances \
|
run_kola_tests_on_instances \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user