Skip to content

Commit

Permalink
Tune replay granularity for speed (#14729)
Browse files Browse the repository at this point in the history
  • Loading branch information
msmouse authored Sep 24, 2024
1 parent e74b307 commit 22eea87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/replay-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# workflow config
RUNS_ON: "high-perf-docker-with-local-ssd"
TIMEOUT_MINUTES: 180
MAX_VERSIONS_PER_RANGE: 1800000
MAX_VERSIONS_PER_RANGE: 2000000

replay-mainnet:
if: |
Expand All @@ -98,7 +98,7 @@ jobs:
# workflow config
RUNS_ON: "high-perf-docker-with-local-ssd"
TIMEOUT_MINUTES: 180
MAX_VERSIONS_PER_RANGE: 1000000
MAX_VERSIONS_PER_RANGE: 800000

test-replay:
if: ${{ (github.event_name == 'pull_request') && contains(github.event.pull_request.labels.*.name, 'CICD:test-replay')}}
Expand All @@ -119,4 +119,4 @@ jobs:
# workflow config
RUNS_ON: "high-perf-docker-with-local-ssd"
TIMEOUT_MINUTES: 120 # increase test replay timeout to capture more flaky errors
MAX_VERSIONS_PER_RANGE: 1800000
MAX_VERSIONS_PER_RANGE: 2000000

0 comments on commit 22eea87

Please sign in to comment.