zombienet: BEEFY and MMR test (#5840)

Signed-off-by: acatangiu <adrian@parity.io>
This commit is contained in:
Adrian Catangiu
2022-08-04 10:27:17 +03:00
committed by GitHub
parent b065b4364c
commit 8d1bba18af
3 changed files with 83 additions and 2 deletions
+27 -2
View File
@@ -32,7 +32,7 @@ variables:
CI_IMAGE: "paritytech/ci-linux:production"
DOCKER_OS: "debian:stretch"
ARCH: "x86_64"
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.2.25"
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.2.50"
PIPELINE_SCRIPTS_TAG: "v0.4"
default:
@@ -827,7 +827,7 @@ zombienet-tests-malus-dispute-valid:
zombienet-tests-deregister-register-validator:
stage: stage3
image: "docker.io/paritytech/zombienet:v1.2.47"
image: "${ZOMBIENET_IMAGE}"
<<: *kubernetes-env
<<: *zombienet-refs
needs:
@@ -852,6 +852,31 @@ zombienet-tests-deregister-register-validator:
tags:
- zombienet-polkadot-integration-test
zombienet-tests-beefy-and-mmr:
stage: stage3
<<: *kubernetes-env
<<: *zombienet-refs
image: "${ZOMBIENET_IMAGE}"
needs:
- job: publish-polkadot-debug-image
variables:
GH_DIR: "https://github.com/paritytech/polkadot/tree/${CI_COMMIT_SHORT_SHA}/zombienet_tests/functional"
before_script:
- echo "Zombie-net Tests Config"
- echo "${ZOMBIENET_IMAGE_NAME}"
- echo "${PARACHAINS_IMAGE_NAME} ${PARACHAINS_IMAGE_TAG}"
- echo "${GH_DIR}"
- export DEBUG=zombie*
- export ZOMBIENET_INTEGRATION_TEST_IMAGE=${PARACHAINS_IMAGE_NAME}:${PARACHAINS_IMAGE_TAG}
script:
- /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
--github-remote-dir="${GH_DIR}"
--test="0003-beefy-and-mmr.feature"
allow_failure: true
retry: 2
tags:
- zombienet-polkadot-integration-test
#### stage: stage4
publish-rustdoc: