Skip to content

Commit

Permalink
qa-tests: Gnosis Tip-Tracking Test - use v2 pre-built database on rel…
Browse files Browse the repository at this point in the history
…ease/2.60 (#12303)

Having started testing Erigon v.3 on Gnosis, it is necessary to
distinguish between the pre-build database of v.2 and v.3 on the test
runner.
  • Loading branch information
mriccobene authored Oct 15, 2024
1 parent 9a73c4a commit 65c2109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa-tip-tracking-gnosis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: [self-hosted, Gnosis]
timeout-minutes: 600
env:
ERIGON_REFERENCE_DATA_DIR: /opt/erigon-versions/reference-version/datadir
ERIGON_REFERENCE_DATA_DIR: /opt/erigon-versions/reference-version-2/datadir
ERIGON_TESTBED_DATA_DIR: /opt/erigon-testbed/datadir
ERIGON_QA_PATH: /home/qarunner/erigon-qa
TRACKING_TIME_SECONDS: 14400 # 4 hours
Expand Down

0 comments on commit 65c2109

Please sign in to comment.