mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-23 19:58:22 +00:00
CI: add testnet1 finalisation test to Jenkins
but ignore its eventual failure
This commit is contained in:
parent
10d9042893
commit
be7b38940a
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -32,7 +32,8 @@ 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 --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]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user