This repository was archived by the owner on Nov 15, 2023. It is now read-only.
File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -682,6 +682,35 @@ zombienet-tests-parachains-disputes:
682
682
tags :
683
683
- zombienet-polkadot-integration-test
684
684
685
+ zombienet-test-parachains-upgrade-smoke-test :
686
+ stage : stage3
687
+ image : " ${ZOMBIENET_IMAGE}"
688
+ << : *kubernetes-env
689
+ << : *zombienet-refs
690
+ needs :
691
+ - job : publish-polkadot-debug-image
692
+ - job : publish-malus-image
693
+ - job : publish-test-collators-image
694
+ variables :
695
+ GH_DIR : ' https://github.com/paritytech/polkadot/tree/${CI_COMMIT_SHORT_SHA}/zombienet_tests/smoke'
696
+ before_script :
697
+ - echo "ZombieNet Tests Config"
698
+ - echo "docker.io/parity/polkadot:latest"
699
+ - echo "docker.io/parity/polkadot-collator:latest"
700
+ - echo "${ZOMBIENET_IMAGE}"
701
+ - echo "${GH_DIR}"
702
+ - export DEBUG=zombie,zombie::network-node
703
+ - export ZOMBIENET_INTEGRATION_TEST_IMAGE="docker.io/parity/polkadot:latest" # Use polkadot latest image
704
+ - export COL_IMAGE="docker.io/parity/polkadot-collator:latest" # Use cumulus lastest image
705
+ script :
706
+ - /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
707
+ --github-remote-dir="${GH_DIR}"
708
+ --test="0002-parachains-upgrade-smoke-test.feature"
709
+ allow_failure : true
710
+ retry : 2
711
+ tags :
712
+ - zombienet-polkadot-integration-test
713
+
685
714
zombienet-tests-malus-dispute-valid :
686
715
stage : stage3
687
716
image : " ${ZOMBIENET_IMAGE}"
You can’t perform that action at this time.
0 commit comments