Skip to content

Commit 5c014a3

Browse files
spencer-tbmarioevz
authored andcommitted
chore(ci): fix todos in fixtures workflows
1 parent a6e9eec commit 5c014a3

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/fixtures.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
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:
@@ -74,7 +73,7 @@ jobs:
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

.github/workflows/fixtures_feature.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ jobs:
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:
@@ -76,7 +75,7 @@ jobs:
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

0 commit comments

Comments
 (0)