From b031554226e22b1ee5d08d060535d21d1fe8bc4e Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Tue, 26 May 2026 13:12:48 +0200 Subject: [PATCH] tests: remove NVIDIA tests for Azure For now, we don't have sponsoring anymore to test NVIDIA on Azure Signed-off-by: Mathieu Tortuyaux --- ci-automation/vendor-testing/azure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-automation/vendor-testing/azure.sh b/ci-automation/vendor-testing/azure.sh index 9f3f1e083b1..6d601d29663 100755 --- a/ci-automation/vendor-testing/azure.sh +++ b/ci-automation/vendor-testing/azure.sh @@ -71,7 +71,7 @@ query_kola_tests() { other_instance_types=() if [[ "${CIA_ARCH}" = 'amd64' ]]; then - other_instance_types+=('V1' 'Standard_NC6s_v3') + other_instance_types+=('V1') fi run_kola_tests_on_instances \