This repository was archived by the owner on Nov 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-29
lines changed
scripts/ci/gitlab/pipeline Expand file tree Collapse file tree 2 files changed +10
-29
lines changed Original file line number Diff line number Diff line change @@ -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.
Original file line number Diff line number Diff line change @@ -99,3 +99,13 @@ zombienet-0005-migrate_solo_to_para:
9999 --concurrency=1
100100 --test="0005-migrate_solo_to_para.feature"
101101
102+ zombienet-0006-rpc_collator_builds_blocks :
103+ extends :
104+ - .zombienet-common
105+ - .zombienet-refs
106+ - .zombienet-before-script
107+ script :
108+ - /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
109+ --github-remote-dir="${GH_DIR}"
110+ --concurrency=1
111+ --test="0006-rpc_collator_builds_blocks.feature"
You can’t perform that action at this time.
0 commit comments