mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
zombienet: try to fix parachains upgrade test (#5724)
* zombienet: try to fix parachains upgrade test * try a different collator image * Revert "try a different collator image" This reverts commit c83b2929f5a703be0979b4429ab01808408b074d. * try setting cumulusBased * fix zombienet upgrade test * change image * update command for test * update zombienet image * bump zombienet version * bump zn version * Revert "try setting cumulusBased" This reverts commit 0312fa0a7a19065e097b186a08757938abd7c130. * Revert "update command for test" This reverts commit 81707e30188a1838e952d66deedaecbff6cb2971. * Revert "change image" This reverts commit 43a4f4a6a0286f5bf6698a44b82de835a723b531. * zombienet: change validator image to a PR branch Co-authored-by: Javier Viola <javier@parity.io>
This commit is contained in:
@@ -728,9 +728,9 @@ zombienet-tests-parachains-disputes:
|
||||
|
||||
zombienet-test-parachains-upgrade-smoke-test:
|
||||
stage: stage3
|
||||
image: "${ZOMBIENET_IMAGE}"
|
||||
<<: *kubernetes-env
|
||||
<<: *zombienet-refs
|
||||
image: "docker.io/paritytech/zombienet:v1.2.45"
|
||||
needs:
|
||||
- job: publish-polkadot-debug-image
|
||||
- job: publish-malus-image
|
||||
@@ -739,12 +739,12 @@ zombienet-test-parachains-upgrade-smoke-test:
|
||||
GH_DIR: 'https://github.com/paritytech/polkadot/tree/${CI_COMMIT_SHORT_SHA}/zombienet_tests/smoke'
|
||||
before_script:
|
||||
- echo "ZombieNet Tests Config"
|
||||
- echo "docker.io/parity/polkadot:latest"
|
||||
- echo "${PARACHAINS_IMAGE_NAME}:${PARACHAINS_IMAGE_TAG}"
|
||||
- echo "docker.io/parity/polkadot-collator:latest"
|
||||
- echo "${ZOMBIENET_IMAGE}"
|
||||
- echo "${GH_DIR}"
|
||||
- export DEBUG=zombie,zombie::network-node
|
||||
- export ZOMBIENET_INTEGRATION_TEST_IMAGE="docker.io/parity/polkadot:latest" # Use polkadot latest image
|
||||
- export ZOMBIENET_INTEGRATION_TEST_IMAGE=${PARACHAINS_IMAGE_NAME}:${PARACHAINS_IMAGE_TAG}
|
||||
- export COL_IMAGE="docker.io/parity/polkadot-collator:latest" # Use cumulus lastest image
|
||||
script:
|
||||
- /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
|
||||
|
||||
Reference in New Issue
Block a user