Skip to content

Commit 1a22f01

Browse files
committed
Revert "execution/tests: update devnet fixtures to v5.7.0-alpha (#20725)"
This reverts commit c9833c4.
1 parent 4de92df commit 1a22f01

2 files changed

Lines changed: 10 additions & 317 deletions

File tree

.github/workflows/test-hive-eest.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,10 @@ jobs:
4545
- sim: consume-engine
4646
sim-limit: ".*(8024|7708|7778|7843|7928|7954|8037).*"
4747
shard: glamsterdam-devnet
48-
fixtures-url: "https://github.com/ethereum/execution-spec-tests/releases/download/bal@v5.7.0/fixtures_bal.tar.gz"
49-
extra-hive-flags: "--sim.buildarg branch=devnets/bal/4 --sim.loglevel=3 --client.checktimelimit=300s"
48+
fixtures-url: "https://github.com/ethereum/execution-spec-tests/releases/download/bal@v5.6.1/fixtures_bal.tar.gz"
49+
extra-hive-flags: "--sim.buildarg branch=devnets/bal/3 --sim.loglevel=3 --client.checktimelimit=300s"
5050
erigon-extra-flags: "--experimental.bal"
51-
# test_block_regular_gas_limit: error classification mismatch (GAS_USED_OVERFLOW vs GAS_ALLOWANCE_EXCEEDED)
52-
# transitioning to bal-devnet-4
53-
max-failures: 579
51+
max-failures: 1 # test_block_regular_gas_limit: error classification mismatch (GAS_USED_OVERFLOW vs GAS_ALLOWANCE_EXCEEDED)
5452
steps:
5553
- name: Clean docker system
5654
run: |
@@ -86,7 +84,7 @@ jobs:
8684
repository: ethereum/hive
8785
ref: ${{ steps.hive-version.outputs.ref }}
8886
path: hive
89-
87+
9088
- name: Conditional Docker Login
9189
# Only login if we can. Workflow works without it but we want to avoid
9290
# rate limiting by Docker Hub when possible. External repos don't
@@ -102,7 +100,7 @@ jobs:
102100
with:
103101
username: ${{ secrets.ORG_DOCKERHUB_ERIGONTECH_USERNAME }}
104102
password: ${{ secrets.ORG_DOCKERHUB_ERIGONTECH_TOKEN }}
105-
103+
106104
- name: Setup go env and cache
107105
uses: actions/setup-go@v6
108106
with:
@@ -222,3 +220,4 @@ jobs:
222220
echo "Pruning docker..."
223221
docker system prune -af --volumes
224222
if: always()
223+

0 commit comments

Comments
 (0)