CI: testnet1 finalisation test considered stable
This commit is contained in:
parent
1caafba79c
commit
b7414c5edf
|
@ -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…
Reference in New Issue