mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
ci-automation: Add NVIDIA instance type only for amd64
The instance type used for the NVIDIA test is amd64-only.
This commit is contained in:
parent
31b0b4ffb0
commit
4653708e82
@ -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