From 48aedd96a882ed7bd7c8b772ae89b028a1b11d53 Mon Sep 17 00:00:00 2001 From: Tuomo Tanskanen Date: Wed, 2 Oct 2024 17:24:19 +0300 Subject: [PATCH] Revert "use ubuntu-latest rather than hosted 4-core runner" This reverts commit 6aa2b8e71727c1e550e99cafe727e9b0f15dc1e0. ubuntu-latest only has 14GB disk, while ubuntu-latest-4-cores has 140GB. Our optional e2e tests need more disk for the VM disks than ubuntu-latest can offer, hence reverting. Signed-off-by: Tuomo Tanskanen --- .github/workflows/e2e-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 6c720fdfeb..96f95cf137 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -8,7 +8,7 @@ on: type: string runner: type: string - default: "ubuntu-latest" + default: "ubuntu-latest-4-cores" ginkgo-focus: type: string default: ""