From 9efa5374195f45a49ab18f477068123ae0eeee14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Mon, 9 Sep 2024 16:34:41 +0200 Subject: [PATCH] ci: Remove azure-based workers pipelines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the github free-runners seem to perform well and stable, let's disable the azure runners. Signed-off-by: Lukáš Doktor --- .github/workflows/ccruntime_e2e.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ccruntime_e2e.yaml b/.github/workflows/ccruntime_e2e.yaml index d56b616d..1d66b93f 100644 --- a/.github/workflows/ccruntime_e2e.yaml +++ b/.github/workflows/ccruntime_e2e.yaml @@ -22,8 +22,6 @@ jobs: runtimeclass: - "kata-qemu" instance: - - "az-ubuntu-2004" - - "az-ubuntu-2204" - "ubuntu-20.04" - "ubuntu-22.04" - "s390x-large"