Skip to content

Commit

Permalink
fix: allow more resources for 4epochs tests (#9418)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Oct 24, 2024
1 parent 07d6dc2 commit 74a8ad1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ jobs:
needs: [build, configure]
runs-on: ${{ needs.configure.outputs.username }}-x86
strategy:
max-parallel: 1
fail-fast: false
matrix:
test: [test-transfer.sh, test-4epochs.sh]
Expand Down Expand Up @@ -659,7 +660,7 @@ jobs:
env:
USERNAME: ${{ needs.configure.outputs.username }}
with:
runner_type: 8core-tester-x86
runner_type: 16core-tester-x86
spot_strategy: None # use on-demand machines
builder_type: builder-x86
# these are copied to the tester and expected by the earthly command below
Expand Down

0 comments on commit 74a8ad1

Please sign in to comment.