Skip to content

Commit

Permalink
workflows: use large VM's for local roachtests
Browse files Browse the repository at this point in the history
These tests are still somewhat slow and flaky. See if adding additional
cores helps.

Epic: CRDB-8308
Release note: None
  • Loading branch information
rickystewart committed Mar 13, 2024
1 parent 3cf7636 commit 7026df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-essential-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: ./build/github/cleanup-engflow-keys.sh
if: always()
EXPERIMENTAL_examples_orms:
runs-on: [self-hosted, basic_runner_group_fips]
runs-on: [self-hosted, basic_big_runner_group_fips]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
run: ./build/github/cleanup-engflow-keys.sh
if: always()
EXPERIMENTAL_local_roachtest:
runs-on: [self-hosted, basic_runner_group]
runs-on: [self-hosted, basic_big_runner_group]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7026df0

Please sign in to comment.