Skip to content

Commit 542a0ba

Browse files
committed
Apply suggestions from code review
1 parent 5c014a3 commit 542a0ba

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

.github/actions/build-fixtures/action.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,6 @@ runs:
3939
else
4040
uv run fill -n ${{ steps.evm-builder.outputs.x-dist }} --evm-bin=${{ steps.evm-builder.outputs.evm-bin }} ${{ steps.properties.outputs.fill-params }} --output=fixtures_${{ inputs.release_name }}.tar.gz --build-name ${{ inputs.release_name }}
4141
fi
42-
- name: Wrap ethereum/tests fixtures with eofwrap tool
43-
shell: bash
44-
if: ${{ steps.properties.outputs.eofwrap }}
45-
run: |
46-
curl -L ${tests_url}${tests_version}.tar.gz | tar -xz
47-
ls -l
48-
uv run eofwrap tests-${tests_version}/BlockchainTests/GeneralStateTests/ fixtures/${output_path}
49-
rm -rf fixtures_${{ inputs.release_name }}
50-
mkdir -p ./fixtures/.meta
51-
mv fixtures/${output_path}/metrics.json ./fixtures/.meta/eofwrap_metrics.json
52-
gunzip fixtures_${{ inputs.release_name }}.tar.gz
53-
tar rf fixtures_${{ inputs.release_name }}.tar fixtures
54-
gzip fixtures_${{ inputs.release_name }}.tar
55-
rm -rf fixtures
56-
env:
57-
tests_url: https://github.com/ethereum/tests/archive/refs/tags/v
58-
tests_version: 14.1
59-
output_path: blockchain_tests/unscheduled/eofwrap
6042
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
6143
with:
6244
name: fixtures_${{ inputs.release_name }}

.github/workflows/fixtures_feature.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
build:
2828
needs: feature-names
29-
runs-on: ubuntu-latest
29+
runs-on: [self-hosted-ghr, size-gigachungus-x64]
3030
timeout-minutes: 1440
3131
strategy:
3232
matrix:
@@ -63,7 +63,7 @@ jobs:
6363
python_version: ${{ vars.DEFAULT_PYTHON_VERSION }}
6464

6565
release:
66-
runs-on: [self-hosted-ghr, size-gigachungus-x64]
66+
runs-on: ubuntu-latest
6767
needs: build
6868
if: startsWith(github.ref, 'refs/tags/')
6969
steps:

0 commit comments

Comments
 (0)