Skip to content

Commit 39016c6

Browse files
authored
chore(ci): use manual x-dist value for self-hosted runners (#1296)
* chore(ci): use manual x-dist value for self-hosted runner. * chore(docs): update changelog.
1 parent 3630d4b commit 39016c6

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/configs/evm-impl.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
eels:
22
evm-bin: ethereum-spec-evm-resolver
3-
x-dist: auto
3+
x-dist: 10
44
geth:
55
evm-bin: evm
6-
x-dist: auto
76
evmone:
87
evm-bin: evmone-t8n
9-
x-dist: auto
8+
x-dist: 10
109
besu:
1110
evm-bin: evmtool
1211
x-dist: 0
1312
ethjs:
1413
evm-bin: ethereumjs-t8ntool.sh
15-
x-dist: auto
14+
x-dist: 10

.github/configs/feature.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,3 @@ eip7692:
1212
fill-params: --fork=Osaka ./tests/osaka
1313
solc: 0.8.21
1414
eofwrap: true
15-
pectra-devnet-6:
16-
evm-type: pectra-devnet-6
17-
fill-params: --until=Prague
18-
solc: 0.8.21

docs/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ The following changes may be potentially breaking (all clients were tested with
3434
- ✨ Update `mypy` to latest release `>=1.15.0,<1.16` ([#1209](https://github.com/ethereum/execution-spec-tests/pull/1209)).
3535
- 🐞 Bug fix for filling with EELS for certain Python versions due to an issue with CPython ([#1231](https://github.com/ethereum/execution-spec-tests/pull/1231)).
3636
- 🐞 Fix HTML site deployment due to the site's index file exceeding Github's max file size limit ([#1292](https://github.com/ethereum/execution-spec-tests/pull/1292)).
37+
- ✨ Update the build fixtures workflow to use multiple self-hosted runners, remove `pectra-devnet-6` feature build ([#1296](https://github.com/ethereum/execution-spec-tests/pull/1296)).
3738

3839
### 🧪 Test Cases
3940

0 commit comments

Comments
 (0)