diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index 794e773ade3bcb6753c339a6efc1b92c9f98680f..fe6ca17a0963d61ea652bd5736c7f39880967234 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -603,7 +603,7 @@ deploy-parity-testnet: variables: POLKADOT_CI_COMMIT_NAME: "${CI_COMMIT_REF_NAME}" POLKADOT_CI_COMMIT_REF: "${CI_COMMIT_SHORT_SHA}" - allow_failure: true + allow_failure: false trigger: "parity/infrastructure/parity-testnet" zombienet-tests-parachains-smoke-test: @@ -631,7 +631,7 @@ zombienet-tests-parachains-smoke-test: - /home/nonroot/zombie-net/scripts/run-test-env-manager.sh --github-remote-dir="${GH_DIR}" --test="0001-parachains-smoke-test.feature" - allow_failure: true + allow_failure: false retry: 2 tags: - zombienet-polkadot-integration-test @@ -661,7 +661,7 @@ zombienet-tests-malus-dispute-valid: - /home/nonroot/zombie-net/scripts/run-test-env-manager.sh --github-remote-dir="${GH_DIR}" --test="0001-dispute-valid-block.feature" - allow_failure: true + allow_failure: false retry: 2 tags: - zombienet-polkadot-integration-test