diff --git a/.github/workflows/common_hive_reports.yaml b/.github/workflows/common_hive_reports.yaml index 6fecbd212b6..4dd3ff2978f 100644 --- a/.github/workflows/common_hive_reports.yaml +++ b/.github/workflows/common_hive_reports.yaml @@ -80,6 +80,12 @@ jobs: echo "Invalid job_type input: ${{ inputs.job_type }}. Allowed values are 'trigger' or 'daily'." exit 1 + - name: Free Disk Space (Ubuntu) + uses: jlumbroso/free-disk-space@v1.3.1 + with: + tool-cache: false + large-packages: false + - name: Checkout sources uses: actions/checkout@v4 @@ -94,7 +100,7 @@ jobs: run: | FLAGS='--sim.parallelism 4 --sim.loglevel 1' if [[ "$SIMULATION" == "ethereum/eest/consume-engine" || "$SIMULATION" == "ethereum/eest/consume-rlp" ]]; then - FLAGS+=" --sim.buildarg fixtures=https://github.com/ethereum/execution-spec-tests/releases/download/v5.1.0/fixtures_stable.tar.gz" + FLAGS+=" --sim.buildarg fixtures=https://github.com/ethereum/execution-spec-tests/releases/download/v5.3.0/fixtures_develop.tar.gz" FLAGS+=" --sim.buildarg branch=main" FLAGS+=" --client.checktimelimit=180s" fi