Skip to content

Commit

Permalink
Switch datastore tests to use a larger runner
Browse files Browse the repository at this point in the history
This should hopefully reduce flakes where the database containers are running out of memory and/or CPU, and therefore being killed
  • Loading branch information
josephschorr committed Dec 30, 2024
1 parent 98172d2 commit 3db86b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

datastore:
name: "Datastore Tests"
runs-on: "buildjet-4vcpu-ubuntu-2204"
runs-on: "buildjet-8vcpu-ubuntu-2204"
needs: "paths-filter"
strategy:
fail-fast: false
Expand Down

0 comments on commit 3db86b7

Please sign in to comment.