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

Commit

Permalink
change image
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola committed Jun 23, 2022
1 parent 16a8913 commit 43a4f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -740,12 +740,12 @@ zombienet-test-parachains-upgrade-smoke-test:
before_script:
- echo "ZombieNet Tests Config"
- echo "docker.io/parity/polkadot:latest"
- echo "docker.io/parity/polkadot-collator:latest"
- echo "docker.io/paritypr/polkadot-parachain-debug:master-4bb9b610"
- 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
- export COL_IMAGE="docker.io/paritypr/polkadot-parachain-debug:master-4bb9b610" # TODO: change to use polkadot-parachain from parity
script:
- /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
--github-remote-dir="${GH_DIR}"
Expand Down

0 comments on commit 43a4f4a

Please sign in to comment.