Skip to content

Commit

Permalink
e2e tests: use a better buildjet runner
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mtardy committed Jul 10, 2023
1 parent 103e978 commit cbd3951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbd3951

Please sign in to comment.