CI: testnet1 finalisation test considered stable

This commit is contained in:
Ștefan Talpalaru 2020-03-12 03:25:25 +01:00 committed by tersec
parent 1caafba79c
commit b7414c5edf
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -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"
}
}
}