File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ sim="${1}"
77limit=" ${2} "
88
99run_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
1313check_log () {
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments