Skip to content

Commit c688963

Browse files
0xOmarAgithub-actions[bot]TorstenStueber
authored
Update the commit hash of the revive-differential-tests (#10397)
# Description This is a PR that updates the commit hash of the revive-differential-tests framework and the compilation caches to a version that includes fixes to certain tests that used hard-coded gas values. The compilation caches required an update since this was a change to the contract's code. --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Torsten Stüber <[email protected]>
1 parent 142ceec commit c688963

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

.github/workflows/tests-evm.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5252
with:
5353
repository: paritytech/revive-differential-tests
54-
ref: a6e4932a08b1ca231e4a02ca6e54e08a53f0e786
54+
ref: 66feb36b4ef2c79415ca8ea765d8235d48dfa8f8
5555
path: revive-differential-tests
5656
submodules: recursive
5757
- name: Installing Retester
@@ -60,7 +60,7 @@ jobs:
6060
run: mkdir workdir
6161
- name: Downloading & Initializing the compilation caches
6262
run: |
63-
curl -fL --retry 3 --retry-all-errors --connect-timeout 10 -o cache.tar.gz "https://github.com/paritytech/revive-differential-tests/releases/download/compilation-caches-v1.0/cache.tar.gz"
63+
curl -fL --retry 3 --retry-all-errors --connect-timeout 10 -o cache.tar.gz "https://github.com/paritytech/revive-differential-tests/releases/download/compilation-caches-v1.1/cache.tar.gz"
6464
tar -zxf cache.tar.gz -C ./workdir > /dev/null 2>&1
6565
- name: Running the Differential Tests
6666
run: |
@@ -111,8 +111,7 @@ jobs:
111111
RUST_BACKTRACE: 1
112112
strategy:
113113
matrix:
114-
platform:
115-
["test:pvm", "test:evm"]
114+
platform: ["test:pvm", "test:evm"]
116115
steps:
117116
- name: Checkout
118117
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

prdoc/pr_10397.prdoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
title: Update the commit hash of the revive-differential-tests
2+
doc:
3+
- audience: Runtime Dev
4+
description: |-
5+
# Description
6+
7+
This is a PR that updates the commit hash of the revive-differential-tests framework and the compilation caches to a version that includes fixes to certain tests that used hard-coded gas values. The compilation caches required an update since this was a change to the contract's code.
8+
crates: []

0 commit comments

Comments
 (0)