Skip to content

Commit f8f29b3

Browse files
mriccobenesudeepdino008
authored andcommitted
qa-tests: change RPC Integration Latest test trigger (#19563)
This test requires that, when starting Erigon from a synced DB, it reach the tip within a few minutes. This does not seem to be true. So, temporarily, we change the test trigger: - run nightly in main, - run on every push in release
1 parent 33fc7e9 commit f8f29b3

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/qa-rpc-integration-tests-latest.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,11 @@ on:
88
type: boolean
99
required: false
1010
default: false
11+
schedule:
12+
- cron: '0 0 * * *' # Run nightly at 00:00 AM UTC
1113
push:
1214
branches:
13-
- main
14-
pull_request:
15-
branches:
16-
- main
17-
types:
18-
- opened
19-
- reopened
20-
- synchronize
21-
- ready_for_review
22-
15+
- 'release/3.*'
2316

2417
jobs:
2518
mainnet-rpc-integ-tests-latest:
@@ -35,7 +28,7 @@ jobs:
3528
env:
3629
ERIGON_TESTBED_DATA_DIR: /opt/erigon-testbed/datadir
3730
ERIGON_QA_PATH: /home/qarunner/erigon-qa
38-
TOTAL_TIME_SECONDS: 900 # 15 minutes
31+
TOTAL_TIME_SECONDS: 1800 # 30 minutes
3932
REFERENCE_SYSTEM_HOST_ADDRESS: 157.180.55.78:8545
4033
ERIGON_ASSERT: true
4134
RPC_PAST_TEST_DIR: /opt/rpc-past-tests

0 commit comments

Comments
 (0)