Skip to content

Commit

Permalink
remove grandine and lighthouse from minimal test
Browse files Browse the repository at this point in the history
  • Loading branch information
parithosh committed Jan 10, 2025
1 parent f0d0f64 commit ef72635
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/tests/minimal-pectra-devnet-5.yaml.norun
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ participants_matrix:
el:
- el_type: geth
el_image: ethpandaops/geth:prague-devnet-5-a193537
- el_type: reth
el_image: ethpandaops/reth:devnet5-766390d
cl:
- cl_type: teku
cl_image: consensys/teku:develop
- cl_type: nimbus
cl_image: ethpandaops/nimbus-eth2:unstable-minimal-046c379
- cl_type: lodestar
cl_image: ethpandaops/lodestar:devnet-5-1c2b5ed
- cl_type: grandine
cl_image: ethpandaops/grandine:devnet5-minimal-db2c98f
- cl_type: prysm
cl_image: ethpandaops/prysm-beacon-chain:devnet5-minimal-ae44429
vc_image: ethpandaops/prysm-validator:devnet5-minimal-ae44429
Expand Down
12 changes: 8 additions & 4 deletions .github/tests/minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ participants:
cl_type: prysm
- el_type: erigon
cl_type: nimbus
- el_type: besu
cl_type: lighthouse
cl_image: ethpandaops/nimbus-eth2:unstable-minimal
# TODO: Re-add lighthouse once its working with minimal preset
# - el_type: besu
# cl_type: lighthouse
# cl_image: sigp/lighthouse:v6.0.1
- el_type: reth
cl_type: lodestar
- el_type: geth
cl_type: grandine
# TODO: Re-add grandine once its working with minimal preset
# - el_type: geth
# cl_type: grandine
network_params:
preset: minimal

0 comments on commit ef72635

Please sign in to comment.