@@ -30,7 +30,7 @@ variables:
3030 CI_IMAGE : " paritytech/ci-linux:production"
3131 DOCKER_OS : " debian:stretch"
3232 ARCH : " x86_64"
33- ZOMBIENET_IMAGE : " docker.io/paritytech/zombienet:v1.2.80 "
33+ ZOMBIENET_IMAGE : " docker.io/paritytech/zombienet:v1.2.82 "
3434
3535.collect-artifacts :
3636 artifacts :
@@ -138,35 +138,6 @@ include:
138138 # zombienet jobs
139139 - scripts/ci/gitlab/pipeline/zombienet.yml
140140
141- 0006-rpc_collator_builds_blocks :
142- stage : integration-test
143- image : " ${ZOMBIENET_IMAGE}"
144- << : *zombienet-refs
145- needs :
146- - job : build-push-image-test-parachain
147- variables :
148- POLKADOT_IMAGE : " docker.io/paritypr/polkadot-debug:master"
149- GH_DIR : " https://github.com/paritytech/cumulus/tree/${CI_COMMIT_SHORT_SHA}/zombienet_tests"
150- COL_IMAGE : " docker.io/paritypr/test-parachain:${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHORT_SHA}"
151- before_script :
152- - echo "Zombie-net Tests Config"
153- - echo "${ZOMBIENET_IMAGE}"
154- - echo "${RELAY_IMAGE}"
155- - echo "${COL_IMAGE}"
156- - echo "${GH_DIR}"
157- - export DEBUG=zombie
158- - export RELAY_IMAGE=${POLKADOT_IMAGE}
159- - export COL_IMAGE=${COL_IMAGE}
160- script :
161- - /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
162- --github-remote-dir="${GH_DIR}"
163- --concurrency=1
164- --test="0006-rpc_collator_builds_blocks.feature"
165- allow_failure : true
166- retry : 2
167- tags :
168- - zombienet-polkadot-integration-test
169-
170141# ### stage: .post
171142
172143# This job cancels the whole pipeline if any of provided jobs fail.
0 commit comments