Commit b86d8861 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

feat: add ethereumjs to nightly runners (#154)

Changelog picked up from commits here:

feat: add ethereumjs to nightly runners
parent 68572cdd
...@@ -66,6 +66,15 @@ jobs: ...@@ -66,6 +66,15 @@ jobs:
- checkout - checkout
- run: kurtosis run ${PWD} "$(cat ./.circleci/tests/erigon-all.json)" - run: kurtosis run ${PWD} "$(cat ./.circleci/tests/erigon-all.json)"
ethereumjs-all:
executor: ubuntu_vm
resource_class: xlarge
steps:
- <<: *setup_kurtosis
- checkout
- run: kurtosis run ${PWD} "$(cat ./.circleci/tests/ethereumjs-all.json)"
full-interop: full-interop:
executor: ubuntu_vm executor: ubuntu_vm
resource_class: xlarge resource_class: xlarge
......
{
"participants": [
{
"el_client_type": "ethereumjs",
"cl_client_type": "teku"
},
{
"el_client_type": "ethereumjs",
"cl_client_type": "prysm"
},
{
"el_client_type": "ethereumjs",
"cl_client_type": "nimbus"
},
{
"el_client_type": "ethereumjs",
"cl_client_type": "lighthouse"
},
{
"el_client_type": "ethereumjs",
"cl_client_type": "lodestar"
}
],
"network_params": {
"capella_fork_epoch": 1
},
"launch_additional_services": false
}
...@@ -99,6 +99,26 @@ ...@@ -99,6 +99,26 @@
{ {
"el_client_type":"besu", "el_client_type":"besu",
"cl_client_type":"prysm" "cl_client_type":"prysm"
},
{
"el_client_type":"ethereumjs",
"cl_client_type":"lighthouse"
},
{
"el_client_type":"ethereumjs",
"cl_client_type":"nimbus"
},
{
"el_client_type":"ethereumjs",
"cl_client_type":"lodestar"
},
{
"el_client_type":"ethereumjs",
"cl_client_type":"teku"
},
{
"el_client_type":"ethereumjs",
"cl_client_type":"prysm"
} }
], ],
"network_params":{ "network_params":{
......
...@@ -19,6 +19,10 @@ ...@@ -19,6 +19,10 @@
{ {
"el_client_type": "reth", "el_client_type": "reth",
"cl_client_type": "lighthouse" "cl_client_type": "lighthouse"
},
{
"el_client_type": "ethereumjs",
"cl_client_type": "lighthouse"
} }
], ],
"network_params": { "network_params": {
......
...@@ -19,6 +19,10 @@ ...@@ -19,6 +19,10 @@
{ {
"el_client_type": "reth", "el_client_type": "reth",
"cl_client_type": "lodestar" "cl_client_type": "lodestar"
},
{
"el_client_type": "ethereumjs",
"cl_client_type": "lodestar"
} }
], ],
"network_params": { "network_params": {
......
...@@ -19,6 +19,10 @@ ...@@ -19,6 +19,10 @@
{ {
"el_client_type": "reth", "el_client_type": "reth",
"cl_client_type": "lodestar" "cl_client_type": "lodestar"
},
{
"el_client_type": "ethereumjs",
"cl_client_type": "teku"
} }
], ],
"network_params": { "network_params": {
......
...@@ -19,6 +19,10 @@ ...@@ -19,6 +19,10 @@
{ {
"el_client_type": "reth", "el_client_type": "reth",
"cl_client_type": "nimbus" "cl_client_type": "nimbus"
},
{
"el_client_type": "ethereumjs",
"cl_client_type": "nimbus"
} }
], ],
"network_params": { "network_params": {
......
...@@ -19,6 +19,10 @@ ...@@ -19,6 +19,10 @@
{ {
"el_client_type": "reth", "el_client_type": "reth",
"cl_client_type": "prysm" "cl_client_type": "prysm"
},
{
"el_client_type": "ethereumjs",
"cl_client_type": "prysm"
} }
], ],
"network_params": { "network_params": {
......
...@@ -19,6 +19,10 @@ ...@@ -19,6 +19,10 @@
{ {
"el_client_type": "reth", "el_client_type": "reth",
"cl_client_type": "teku" "cl_client_type": "teku"
},
{
"el_client_type": "ethereumjs",
"cl_client_type": "teku"
} }
], ],
"network_params": { "network_params": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment