Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 03bef44

Browse files
pepoviolaordianalvicsamsandreim
authored
Zombienet re-enable upgrade test (#5691)
* re-enable upgrade test * fix job name * Update .gitlab-ci.yml Co-authored-by: Alexander Samusev <[email protected]> * Update .gitlab-ci.yml Co-authored-by: Alexander Samusev <[email protected]> * Fix test env path Signed-off-by: Andrei Sandu <[email protected]> Co-authored-by: Andronik <[email protected]> Co-authored-by: Alexander Samusev <[email protected]> Co-authored-by: Andrei Sandu <[email protected]>
1 parent 06f3bff commit 03bef44

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.gitlab-ci.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,35 @@ zombienet-tests-parachains-disputes:
682682
tags:
683683
- zombienet-polkadot-integration-test
684684

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+
685714
zombienet-tests-malus-dispute-valid:
686715
stage: stage3
687716
image: "${ZOMBIENET_IMAGE}"

0 commit comments

Comments
 (0)