From 0a989ea679c3ad61db5fad241b762af162f6647b Mon Sep 17 00:00:00 2001 From: Rodrigo Oliveri Date: Mon, 2 Dec 2024 16:52:03 -0300 Subject: [PATCH] fix(core): fixed lighthouse in assertoor runs to the latest working version (#1374) **Motivation** Lighthouse latest image is not starting in our assertoor runs **Description** This PR fixes it to the latest working version before today's release of 6.0.0, 5.3.0 --- .github/config/assertoor/network_params_blob.yaml | 3 +++ .github/config/assertoor/network_params_tx.yaml | 2 ++ test_data/network_params.yaml | 3 +++ 3 files changed, 8 insertions(+) diff --git a/.github/config/assertoor/network_params_blob.yaml b/.github/config/assertoor/network_params_blob.yaml index c76281f37..e071848fe 100644 --- a/.github/config/assertoor/network_params_blob.yaml +++ b/.github/config/assertoor/network_params_blob.yaml @@ -1,12 +1,15 @@ participants: - el_type: ethrex cl_type: lighthouse + cl_image: sigp/lighthouse:v5.3.0 validator_count: 32 - el_type: geth cl_type: lighthouse + cl_image: sigp/lighthouse:v5.3.0 validator_count: 32 - el_type: geth cl_type: lighthouse + cl_image: sigp/lighthouse:v5.3.0 validator_count: 32 additional_services: diff --git a/.github/config/assertoor/network_params_tx.yaml b/.github/config/assertoor/network_params_tx.yaml index a909c5681..ce43e992e 100644 --- a/.github/config/assertoor/network_params_tx.yaml +++ b/.github/config/assertoor/network_params_tx.yaml @@ -1,9 +1,11 @@ participants: - el_type: ethrex cl_type: lighthouse + cl_image: sigp/lighthouse:v5.3.0 validator_count: 32 - el_type: geth cl_type: lighthouse + cl_image: sigp/lighthouse:v5.3.0 validator_count: 32 additional_services: diff --git a/test_data/network_params.yaml b/test_data/network_params.yaml index 0a69ee804..da8ba784a 100644 --- a/test_data/network_params.yaml +++ b/test_data/network_params.yaml @@ -1,12 +1,15 @@ participants: - el_type: ethrex cl_type: lighthouse + cl_image: sigp/lighthouse:v5.3.0 validator_count: 32 - el_type: geth cl_type: lighthouse + cl_image: sigp/lighthouse:v5.3.0 validator_count: 32 - el_type: geth cl_type: lighthouse + cl_image: sigp/lighthouse:v5.3.0 validator_count: 32 additional_services: