From 0efe9f4e762a4fbbe000072c666ba699816392dd Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Thu, 7 Nov 2024 14:06:40 +0000 Subject: [PATCH] metrics: Skip metrics on stratovirt As discussed on the AC call, we are lacking maintainers for the metrics tests. As a starting point for potentially phasing them out, we discussed starting with removing the test for stratovirt as a non-core hypervisor and a job that is problematic in leaving behind resources that need cleaning up. Signed-off-by: stevenhorsman --- .github/workflows/run-metrics.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-metrics.yaml b/.github/workflows/run-metrics.yaml index 37fde9af42..be39105e78 100644 --- a/.github/workflows/run-metrics.yaml +++ b/.github/workflows/run-metrics.yaml @@ -48,7 +48,7 @@ jobs: # all the tests due to a single flaky instance. fail-fast: false matrix: - vmm: ['clh', 'qemu', 'stratovirt'] + vmm: ['clh', 'qemu'] max-parallel: 1 runs-on: metrics env: