mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
Zombienet: add polkadot-debug image publish as needs for cumulus tests (#2493)
Add `build-push-image-polkadot-debug` job to needs since we changed to use the polkadot-debug image from the current branch for cumulus test and we need to be sure that the image is ready. Fix issues like https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/4481059 cc: @bkchr Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
@@ -27,6 +27,8 @@
|
|||||||
needs:
|
needs:
|
||||||
- job: build-push-image-test-parachain
|
- job: build-push-image-test-parachain
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
- job: build-push-image-polkadot-debug
|
||||||
|
artifacts: true
|
||||||
variables:
|
variables:
|
||||||
POLKADOT_IMAGE: "docker.io/paritypr/polkadot-debug:${DOCKER_IMAGES_VERSION}"
|
POLKADOT_IMAGE: "docker.io/paritypr/polkadot-debug:${DOCKER_IMAGES_VERSION}"
|
||||||
GH_DIR: "https://github.com/paritytech/cumulus/tree/${CI_COMMIT_SHORT_SHA}/zombienet/tests"
|
GH_DIR: "https://github.com/paritytech/cumulus/tree/${CI_COMMIT_SHORT_SHA}/zombienet/tests"
|
||||||
|
|||||||
Reference in New Issue
Block a user