You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/testing-release-with-qa-test-job.yml
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,14 @@ run-name: test - Release ${{ inputs.release_version }} from branch ${{ inputs.ch
3
3
4
4
env:
5
5
APPLICATION: "erigon"
6
+
APPLICATION_VERSION: "Erigon2"
6
7
BUILDER_IMAGE: "golang:1.22-bookworm"
7
8
TARGET_BASE_IMAGE: "debian:12.7-slim"
8
9
APP_REPO: "erigontech/erigon"
9
10
CHECKOUT_REF: "release/2.60"
10
11
DOCKERHUB_REPOSITORY: "erigontech/dev-erigon"
11
12
TEST_TRACKING_TIME_SECONDS: 7200# 2 hours
12
-
TEST_TOTAL_TIME_SECONDS: 18000# 5 hours
13
+
TEST_TOTAL_TIME_SECONDS: 432000# 5 days
13
14
TEST_CHAIN: "mainnet"
14
15
LABEL_DESCRIPTION: "Erigon is an implementation of Ethereum (execution layer with embeddable consensus layer), on the efficiency frontier. Archive Node by default."
0 commit comments