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.61 (#12305)

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 16, 2024
1 parent 5ce1d85 commit 870b3d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .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 Expand Up @@ -122,4 +122,4 @@ jobs:
if: steps.test_step.outputs.TEST_RESULT != 'success'
run: |
echo "::error::Error detected during tests"
exit 1
exit 1
2 changes: 1 addition & 1 deletion tests/testdata

0 comments on commit 870b3d9

Please sign in to comment.