mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
remove upgrade test (#4873)
This commit is contained in:
@@ -635,35 +635,6 @@ zombienet-tests-parachains-smoke-test:
|
|||||||
tags:
|
tags:
|
||||||
- zombienet-polkadot-integration-test
|
- zombienet-polkadot-integration-test
|
||||||
|
|
||||||
zombienet-test-parachains-upgrade-smoke-test:
|
|
||||||
stage: deploy
|
|
||||||
image: "${ZOMBIENET_IMAGE}"
|
|
||||||
<<: *kubernetes-env
|
|
||||||
<<: *zombienet-refs
|
|
||||||
needs:
|
|
||||||
- job: publish-polkadot-image
|
|
||||||
- job: publish-malus-image
|
|
||||||
- job: publish-adder-collator-image
|
|
||||||
variables:
|
|
||||||
GH_DIR: 'https://github.com/paritytech/polkadot/tree/${CI_COMMIT_SHORT_SHA}/zombienet_tests/parachains'
|
|
||||||
before_script:
|
|
||||||
- echo "ZombieNet Tests Config"
|
|
||||||
- echo "docker.io/parity/polkadot:latest"
|
|
||||||
- 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 COL_IMAGE="docker.io/parity/polkadot-collator:latest" # Use cumulus lastest image
|
|
||||||
script:
|
|
||||||
- /home/nonroot/zombie-net/scripts/run-test-env-manager.sh
|
|
||||||
--github-remote-dir="${GH_DIR}"
|
|
||||||
--test="0002-parachains-upgrade-smoke-test.feature"
|
|
||||||
allow_failure: true
|
|
||||||
retry: 2
|
|
||||||
tags:
|
|
||||||
- zombienet-polkadot-integration-test
|
|
||||||
|
|
||||||
zombienet-tests-malus-dispute-valid:
|
zombienet-tests-malus-dispute-valid:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: "${ZOMBIENET_IMAGE}"
|
image: "${ZOMBIENET_IMAGE}"
|
||||||
|
|||||||
Reference in New Issue
Block a user