From 76c31e91d830490c956321cc2f6b3301a8d6fd27 Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Tue, 7 May 2024 10:46:44 +0200 Subject: [PATCH] fix: nightly tests (#595) --- .github/tests/blobber.yaml | 2 -- .github/tests/ephemery.yaml | 3 ++- .github/tests/mix-with-deneb.yaml | 16 ---------------- 3 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 .github/tests/mix-with-deneb.yaml diff --git a/.github/tests/blobber.yaml b/.github/tests/blobber.yaml index 3022d2cba..5900ebd7b 100644 --- a/.github/tests/blobber.yaml +++ b/.github/tests/blobber.yaml @@ -11,8 +11,6 @@ participants: el_image: ethpandaops/geth:master cl_type: lodestar count: 1 -network_params: - deneb_fork_epoch: 1 additional_services: - dora - blob_spammer diff --git a/.github/tests/ephemery.yaml b/.github/tests/ephemery.yaml index b494b818f..772abfd14 100644 --- a/.github/tests/ephemery.yaml +++ b/.github/tests/ephemery.yaml @@ -3,6 +3,7 @@ participants: cl_type: teku - el_type: nethermind cl_type: prysm + cl_image: gcr.io/prysmaticlabs/prysm/beacon-chain:stable - el_type: erigon cl_type: nimbus - el_type: besu @@ -12,5 +13,5 @@ participants: - el_type: ethereumjs cl_type: teku network_params: - network: "ephemery" + network: ephemery additional_services: [] diff --git a/.github/tests/mix-with-deneb.yaml b/.github/tests/mix-with-deneb.yaml deleted file mode 100644 index 2b198fa0b..000000000 --- a/.github/tests/mix-with-deneb.yaml +++ /dev/null @@ -1,16 +0,0 @@ -participants: - - el_type: geth - cl_type: teku - - el_type: nethermind - cl_type: prysm - - el_type: erigon - cl_type: nimbus - - el_type: besu - cl_type: lighthouse - - el_type: reth - cl_type: lodestar - - el_type: ethereumjs - cl_type: teku -network_params: - deneb_fork_epoch: 1 -additional_services: []