From cbd39519c2b82cc15005d96553b48e0b5d4d9de1 Mon Sep 17 00:00:00 2001 From: Mahe Tardy Date: Mon, 10 Jul 2023 11:08:40 +0000 Subject: [PATCH] e2e tests: use a better buildjet runner GitHub self hosted amd64 runners have 7GB of RAM while the basic buildjet arm64 runner has only 3GB of RAM. Switching to the 2vCPU to the 4vCPU to have the RAM from 3GB to 6GB. Deployment was difficult on my local machine when RAM was not available so it could fix the flake. Signed-off-by: Mahe Tardy --- .github/workflows/run-e2e-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-e2e-tests.yaml b/.github/workflows/run-e2e-tests.yaml index 6c95d2d87d2..84999bf0055 100644 --- a/.github/workflows/run-e2e-tests.yaml +++ b/.github/workflows/run-e2e-tests.yaml @@ -23,7 +23,7 @@ jobs: timeout-minutes: 40 strategy: matrix: - os: [ ubuntu-22.04, buildjet-2vcpu-ubuntu-2204-arm ] + os: [ ubuntu-22.04, buildjet-4vcpu-ubuntu-2204-arm ] steps: - name: Checkout Code uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3