From d24638aa8e2c434ccfd41abd7320c9d91f0a0368 Mon Sep 17 00:00:00 2001 From: Sascha Schwarze Date: Sun, 26 Jan 2025 17:32:07 +0100 Subject: [PATCH] Use ubuntu-latest-16-cores from CNCF for e2e Signed-off-by: Sascha Schwarze --- .github/workflows/ci.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4826bd33..b6d2f420e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,18 +151,8 @@ jobs: # newest LTS that exists at the time of our planned next release - v0.65.5 # RETAIN-COMMENT: TEKTON_NEWEST_LTS max-parallel: 4 - runs-on: ubuntu-latest + runs-on: ubuntu-latest-16-cores steps: - - name: Maximize build space - uses: easimon/maximize-build-space@fc881a613ad2a34aca9c9624518214ebc21dfc0c - with: - root-reserve-mb: 30720 - swap-size-mb: 1024 - remove-android: "true" - remove-codeql: "true" - remove-docker-images: "true" - remove-dotnet: "true" - remove-haskell: "true" - name: Check out code uses: actions/checkout@v4 - name: Install Go