Skip to content

Commit d41c9d4

Browse files
authored
ci(l1): update to [email protected] in daily hive tests. (#4877)
**Motivation** Use latest version of execution spec tests **Description** - Also changed to use `fixtures_develop` since it includes fusaka tests
1 parent 462ab79 commit d41c9d4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/common_hive_reports.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ jobs:
8080
echo "Invalid job_type input: ${{ inputs.job_type }}. Allowed values are 'trigger' or 'daily'."
8181
exit 1
8282
83+
- name: Free Disk Space (Ubuntu)
84+
uses: jlumbroso/[email protected]
85+
with:
86+
tool-cache: false
87+
large-packages: false
88+
8389
- name: Checkout sources
8490
uses: actions/checkout@v4
8591

@@ -94,7 +100,7 @@ jobs:
94100
run: |
95101
FLAGS='--sim.parallelism 4 --sim.loglevel 1'
96102
if [[ "$SIMULATION" == "ethereum/eest/consume-engine" || "$SIMULATION" == "ethereum/eest/consume-rlp" ]]; then
97-
FLAGS+=" --sim.buildarg fixtures=https://github.com/ethereum/execution-spec-tests/releases/download/v5.1.0/fixtures_stable.tar.gz"
103+
FLAGS+=" --sim.buildarg fixtures=https://github.com/ethereum/execution-spec-tests/releases/download/v5.3.0/fixtures_develop.tar.gz"
98104
FLAGS+=" --sim.buildarg branch=main"
99105
FLAGS+=" --client.checktimelimit=180s"
100106
fi

0 commit comments

Comments
 (0)