mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
zombienet: use another collator image for the slashing test (#1386)
* zombienet: use test-parachain image for the slashing test * use the right image * try polkadot-parachain image * try naming collator alice 🙈 * add needed job for the pipeline * fix user id in polkadot-parachain-debug image * small tweaks to the test * another small tweak * yet another small tweak * bump zombienet version --------- Co-authored-by: Javier Viola <javier@parity.io>
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
- export ZOMBIENET_INTEGRATION_TEST_IMAGE="${POLKADOT_IMAGE}":${PIPELINE_IMAGE_TAG}
|
||||
- export ZOMBIENET_INTEGRATION_TEST_SECONDARY_IMAGE="docker.io/parity/polkadot:${BUILD_RELEASE_VERSION}"
|
||||
- export COL_IMAGE="${COLANDER_IMAGE}":${PIPELINE_IMAGE_TAG}
|
||||
- export CUMULUS_IMAGE="docker.io/paritypr/polkadot-parachain-debug:${DOCKER_IMAGES_VERSION}"
|
||||
- export MALUS_IMAGE="${MALUS_IMAGE}":${PIPELINE_IMAGE_TAG}
|
||||
- echo "Zombienet Tests Config"
|
||||
- echo "gh-dir ${GH_DIR}"
|
||||
@@ -16,6 +17,7 @@
|
||||
- echo "polkadot image ${ZOMBIENET_INTEGRATION_TEST_IMAGE}"
|
||||
- echo "polkadot secondary image ${ZOMBIENET_INTEGRATION_TEST_SECONDARY_IMAGE}"
|
||||
- echo "colander image ${COL_IMAGE}"
|
||||
- echo "cumulus image ${CUMULUS_IMAGE}"
|
||||
- echo "malus image ${MALUS_IMAGE}"
|
||||
stage: zombienet
|
||||
image: "${ZOMBIENET_IMAGE}"
|
||||
@@ -28,6 +30,8 @@
|
||||
artifacts: true
|
||||
- job: build-push-image-colander
|
||||
artifacts: true
|
||||
- job: build-push-image-polkadot-parachain-debug
|
||||
artifacts: true
|
||||
extends:
|
||||
- .kubernetes-env
|
||||
- .zombienet-refs
|
||||
|
||||
Reference in New Issue
Block a user