Skip to content

Commit

Permalink
GHA workflows - Increase runner sizes (#156)
Browse files Browse the repository at this point in the history
* Increase runner sizes

* Switch OS tag temporarily
  • Loading branch information
bradbown authored Oct 8, 2024
1 parent cad7bb1 commit 8df8593
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/postman-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
run-tests:
runs-on: [self-hosted, ubuntu-22.04, X64, small]
runs-on: [self-hosted, ubuntu-22.04, X64, medium]
name: Postman & SDK tests
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prover-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
go-version: [1.23.x]
runs-on: [self-hosted, ubuntu-22.04, X64, medium]
runs-on: [self-hosted, Linux, X64, large]
name: Prover testing
needs:
- staticcheck
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse-run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets._GITHUB_TOKEN_RELEASE_ACCESS }}
outputs:
tests_outcome: ${{ steps.run_e2e_tests.outcome }}
runs-on: [self-hosted, ubuntu-22.04, X64, medium]
runs-on: [self-hosted, Linux, X64, large]
environment: ${{ github.ref != 'refs/heads/main' && 'docker-build-and-e2e' || '' }}
steps:
- name: Setup upterm session
Expand Down

0 comments on commit 8df8593

Please sign in to comment.