mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
do not allow zombienet tests to fail (#4989)
This commit is contained in:
committed by
GitHub
parent
4028ca105b
commit
85fa087405
@@ -603,7 +603,7 @@ deploy-parity-testnet:
|
|||||||
variables:
|
variables:
|
||||||
POLKADOT_CI_COMMIT_NAME: "${CI_COMMIT_REF_NAME}"
|
POLKADOT_CI_COMMIT_NAME: "${CI_COMMIT_REF_NAME}"
|
||||||
POLKADOT_CI_COMMIT_REF: "${CI_COMMIT_SHORT_SHA}"
|
POLKADOT_CI_COMMIT_REF: "${CI_COMMIT_SHORT_SHA}"
|
||||||
allow_failure: true
|
allow_failure: false
|
||||||
trigger: "parity/infrastructure/parity-testnet"
|
trigger: "parity/infrastructure/parity-testnet"
|
||||||
|
|
||||||
zombienet-tests-parachains-smoke-test:
|
zombienet-tests-parachains-smoke-test:
|
||||||
@@ -631,7 +631,7 @@ zombienet-tests-parachains-smoke-test:
|
|||||||
- /home/nonroot/zombie-net/scripts/run-test-env-manager.sh
|
- /home/nonroot/zombie-net/scripts/run-test-env-manager.sh
|
||||||
--github-remote-dir="${GH_DIR}"
|
--github-remote-dir="${GH_DIR}"
|
||||||
--test="0001-parachains-smoke-test.feature"
|
--test="0001-parachains-smoke-test.feature"
|
||||||
allow_failure: true
|
allow_failure: false
|
||||||
retry: 2
|
retry: 2
|
||||||
tags:
|
tags:
|
||||||
- zombienet-polkadot-integration-test
|
- zombienet-polkadot-integration-test
|
||||||
@@ -661,7 +661,7 @@ zombienet-tests-malus-dispute-valid:
|
|||||||
- /home/nonroot/zombie-net/scripts/run-test-env-manager.sh
|
- /home/nonroot/zombie-net/scripts/run-test-env-manager.sh
|
||||||
--github-remote-dir="${GH_DIR}"
|
--github-remote-dir="${GH_DIR}"
|
||||||
--test="0001-dispute-valid-block.feature"
|
--test="0001-dispute-valid-block.feature"
|
||||||
allow_failure: true
|
allow_failure: false
|
||||||
retry: 2
|
retry: 2
|
||||||
tags:
|
tags:
|
||||||
- zombienet-polkadot-integration-test
|
- zombienet-polkadot-integration-test
|
||||||
|
|||||||
Reference in New Issue
Block a user