mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-27 06:47:13 +00:00
CI: testnet1 finalisation test considered stable
This commit is contained in:
parent
1caafba79c
commit
b7414c5edf
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -32,8 +32,7 @@ def runStages() {
|
||||
if ("${NODE_NAME}" ==~ /linux.*/) {
|
||||
stage("testnet finalization") {
|
||||
sh "./scripts/launch_local_testnet.sh --testnet 0 --nodes 4 --disable-htop -- --verify-finalization --stop-at-epoch=5"
|
||||
sh "./scripts/launch_local_testnet.sh --testnet 1 --nodes 4 --disable-htop -- --verify-finalization --stop-at-epoch=5 || true"
|
||||
echo "[failures in the test above will not lead to a CI job failure]"
|
||||
sh "./scripts/launch_local_testnet.sh --testnet 1 --nodes 4 --disable-htop -- --verify-finalization --stop-at-epoch=5"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user