Skip to content

Commit 1787e4d

Browse files
committed
update rpctest with tag version
1 parent 05040d2 commit 1787e4d

6 files changed

Lines changed: 6 additions & 6 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: actions/cache@v5
7474
with:
7575
path: ${{ runner.workspace }}/rpc-tests
76-
key: rpc-tests-${{ runner.os }}-${{ runner.arch }}-v2.7.0
76+
key: rpc-tests-${{ runner.os }}-${{ runner.arch }}-v2.8.0
7777

7878
- name: Run RPC Integration Tests
7979
id: test_step

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: actions/cache@v5
7474
with:
7575
path: ${{ runner.workspace }}/rpc-tests
76-
key: rpc-tests-${{ runner.os }}-${{ runner.arch }}-v2.7.0
76+
key: rpc-tests-${{ runner.os }}-${{ runner.arch }}-v2.8.0
7777

7878
- name: Run RPC Integration Tests
7979
id: test_step

.github/workflows/scripts/run_rpc_tests_ethereum.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ DISABLED_TEST_LIST=(
4343
DISABLED_TESTS=$(IFS=,; echo "${DISABLED_TEST_LIST[*]}")
4444

4545
# Call the main test runner script with the required and optional parameters
46-
"$(dirname "$0")/run_rpc_tests.sh" mainnet lupin012/mod_enableTracer_flag_in_request "$DISABLED_TESTS" "$WORKSPACE" "$RESULT_DIR"
46+
"$(dirname "$0")/run_rpc_tests.sh" mainnet v2.8.0 "$DISABLED_TESTS" "$WORKSPACE" "$RESULT_DIR"

.github/workflows/scripts/run_rpc_tests_ethereum_latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ DISABLED_TEST_LIST=(
3434
DISABLED_TESTS=$(IFS=,; echo "${DISABLED_TEST_LIST[*]}")
3535

3636
# Call the main test runner script with the required and optional parameters
37-
"$(dirname "$0")/run_rpc_tests.sh" mainnet v2.7.0 "$DISABLED_TESTS" "$WORKSPACE" "$RESULT_DIR" "latest" "$REFERENCE_HOST" "do-not-compare-error-message" "$DUMP_RESPONSE"
37+
"$(dirname "$0")/run_rpc_tests.sh" mainnet v2.8.0 "$DISABLED_TESTS" "$WORKSPACE" "$RESULT_DIR" "latest" "$REFERENCE_HOST" "do-not-compare-error-message" "$DUMP_RESPONSE"

.github/workflows/scripts/run_rpc_tests_gnosis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ DISABLED_TEST_LIST=(
2222
DISABLED_TESTS=$(IFS=,; echo "${DISABLED_TEST_LIST[*]}")
2323

2424
# Call the main test runner script with the required and optional parameters
25-
"$(dirname "$0")/run_rpc_tests.sh" gnosis v2.7.0 "$DISABLED_TESTS" "$WORKSPACE" "$RESULT_DIR"
25+
"$(dirname "$0")/run_rpc_tests.sh" gnosis v2.8.0 "$DISABLED_TESTS" "$WORKSPACE" "$RESULT_DIR"
2626

.github/workflows/scripts/run_rpc_tests_remote_ethereum.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ DISABLED_TEST_LIST=(
3131
DISABLED_TESTS=$(IFS=,; echo "${DISABLED_TEST_LIST[*]}")
3232

3333
# Call the main test runner script with the required and optional parameters
34-
"$(dirname "$0")/run_rpc_tests.sh" mainnet v2.7.0 "$DISABLED_TESTS" "$WORKSPACE" "$RESULT_DIR"
34+
"$(dirname "$0")/run_rpc_tests.sh" mainnet v2.8.0 "$DISABLED_TESTS" "$WORKSPACE" "$RESULT_DIR"

0 commit comments

Comments
 (0)