Skip to content

Commit

Permalink
Use high memory instances for running integration tests (#6558)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Oct 11, 2024
1 parent 8bfaa75 commit e58a28b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
runs-on:
- runs-on
- runner=16cpu-linux-x64
- family=m7i
- run-id=${{ github.run_id }}
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre_release_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on:
- runs-on
- runner=16cpu-linux-x64
- family=m7i
- run-id=${{ github.run_id }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e58a28b

Please sign in to comment.