File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2929 echo "features=$(cat features.json)" >> "$GITHUB_OUTPUT"
3030 build :
3131 needs : features
32- runs-on : ubuntu-latest # TODO: change to selfhosted runner - [self-hosted-ghr, size-gigachungus-x64]
33- # runs-on: [self-hosted-ghr, size-gigachungus-x64]
32+ runs-on : [self-hosted-ghr, size-gigachungus-x64]
3433 timeout-minutes : 1440
3534 strategy :
3635 matrix :
7473 - name : Draft Release
7574 uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
7675 with :
77- repository : spencer-tb/execution-spec-tests # TODO: change to ethereum/execution-spec-tests
76+ repository : ethereum/execution-spec-tests
7877 token : ${{ secrets.EEST_RELEASE_TOKEN }}
7978 files : " ./**"
8079 draft : true
Original file line number Diff line number Diff line change 6363 python_version : ${{ vars.DEFAULT_PYTHON_VERSION }}
6464
6565 release :
66- runs-on : ubuntu-latest # TODO: change to selfhosted runner - [self-hosted-ghr, size-gigachungus-x64]
67- # runs-on: [self-hosted-ghr, size-gigachungus-x64]
66+ runs-on : [self-hosted-ghr, size-gigachungus-x64]
6867 needs : build
6968 if : startsWith(github.ref, 'refs/tags/')
7069 steps :
7675 - name : Draft Pre-release to EEST Repository
7776 uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda
7877 with :
79- repository : spencer-tb /execution-spec-tests # TODO: NEW ADDITION - change to ethereum/eest
78+ repository : ethereum /execution-spec-tests
8079 token : ${{ secrets.EEST_RELEASE_TOKEN }}
8180 files : " ./**"
8281 draft : true
You can’t perform that action at this time.
0 commit comments