From 9cc1e1e804fcc2e7ba538575d220c216bb94b411 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Wed, 10 Aug 2022 13:51:33 +0200 Subject: [PATCH] ci-automation/vendor-testing/gce.sh: Skip testing on gVNIC instances It seems that LTS-2021 does not support those. --- ci-automation/vendor-testing/gce.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci-automation/vendor-testing/gce.sh b/ci-automation/vendor-testing/gce.sh index 2ab0fd1284..58caf4bc27 100755 --- a/ci-automation/vendor-testing/gce.sh +++ b/ci-automation/vendor-testing/gce.sh @@ -71,11 +71,12 @@ query_kola_tests() { kola list --platform=gce --filter "${@}" } +# Do not run tests on instances with gVNIC, it isn't supported on +# LTS-2021. run_kola_tests_on_instances \ "default" \ "${CIA_TAPFILE}" \ "${CIA_FIRST_RUN}" \ - "gvnic" \ '--' \ 'cl.internet' \ '--' \