mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Fix Kurtosis, web3signer and cargo-audit for CI (#6671)
* Update kurtosis-cli * Fix name of Kurtosis artefact used in doppelganger tests * Ignore idna vuln * Set Java Version to 21 (required since Web3Signer 24.12.0).
This commit is contained in:
@@ -71,7 +71,7 @@ if [[ "$BEHAVIOR" == "failure" ]]; then
|
||||
# This process should not last longer than 2 epochs
|
||||
vc_1_range_start=0
|
||||
vc_1_range_end=$(($KEYS_PER_NODE - 1))
|
||||
vc_1_keys_artifact_id="1-lighthouse-geth-$vc_1_range_start-$vc_1_range_end-0"
|
||||
vc_1_keys_artifact_id="1-lighthouse-geth-$vc_1_range_start-$vc_1_range_end"
|
||||
service_name=vc-1-doppelganger
|
||||
|
||||
kurtosis service add \
|
||||
@@ -107,7 +107,7 @@ if [[ "$BEHAVIOR" == "success" ]]; then
|
||||
|
||||
vc_4_range_start=$(($KEYS_PER_NODE * 3))
|
||||
vc_4_range_end=$(($KEYS_PER_NODE * 4 - 1))
|
||||
vc_4_keys_artifact_id="4-lighthouse-geth-$vc_4_range_start-$vc_4_range_end-0"
|
||||
vc_4_keys_artifact_id="4-lighthouse-geth-$vc_4_range_start-$vc_4_range_end"
|
||||
service_name=vc-4
|
||||
|
||||
kurtosis service add \
|
||||
|
||||
Reference in New Issue
Block a user