Skip to content
Snippets Groups Projects
Commit 85fa0874 authored by Bernhard Schuster's avatar Bernhard Schuster Committed by GitHub
Browse files

do not allow zombienet tests to fail (#4989)

parent 4028ca10
No related merge requests found
...@@ -603,7 +603,7 @@ deploy-parity-testnet: ...@@ -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: ...@@ -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: ...@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment