mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 00:21:44 +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 "${@}"
|
||||
}
|
||||
|
||||
other_instance_types=("Standard_NC6s_v3")
|
||||
other_instance_types=()
|
||||
if [[ "${CIA_ARCH}" = 'amd64' ]]; then
|
||||
other_instance_types+=('V1')
|
||||
other_instance_types+=('V1' 'Standard_NC6s_v3')
|
||||
fi
|
||||
|
||||
run_kola_tests_on_instances \
|
||||
|
Loading…
x
Reference in New Issue
Block a user