Skip to content

Commit 09aee4e

Browse files
authored
ci: use 16 cores for Hive workflow (#20264)
1 parent 505a384 commit 09aee4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/assets/hive/run_simulator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sim="${1}"
77
limit="${2}"
88

99
run_hive() {
10-
hive --sim "${sim}" --sim.limit "${limit}" --sim.parallelism 8 --client reth 2>&1 | tee /tmp/log || true
10+
hive --sim "${sim}" --sim.limit "${limit}" --sim.parallelism 16 --client reth 2>&1 | tee /tmp/log || true
1111
}
1212

1313
check_log() {

.github/workflows/hive.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
prepare-hive:
2525
if: github.repository == 'paradigmxyz/reth'
2626
timeout-minutes: 45
27-
runs-on: depot-ubuntu-latest
27+
runs-on: depot-ubuntu-latest-16
2828
steps:
2929
- uses: actions/checkout@v6
3030
- name: Checkout hive tests
@@ -178,7 +178,7 @@ jobs:
178178
- prepare-reth
179179
- prepare-hive
180180
name: run ${{ matrix.scenario.sim }}${{ matrix.scenario.limit && format(' - {0}', matrix.scenario.limit) }}
181-
runs-on: depot-ubuntu-latest
181+
runs-on: depot-ubuntu-latest-16
182182
permissions:
183183
issues: write
184184
steps:

0 commit comments

Comments
 (0)