Skip to content

Commit

Permalink
zombienet: fixed adder-collator image for the smoke test (paritytech#…
Browse files Browse the repository at this point in the history
…4600)

* zombinet: fixed adder-collator image for the smoke test

* update COL_IMAGE

* bump zombienet version

* try a different version

Co-authored-by: Javier Viola <javier@parity.io>
  • Loading branch information
2 people authored and Wizdave97 committed Feb 3, 2022
1 parent 6a10b5d commit a6cfcc9
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 @@ -27,7 +27,7 @@ variables:
CI_IMAGE: "paritytech/ci-linux:production"
DOCKER_OS: "debian:stretch"
ARCH: "x86_64"
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.0.2"
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.1.3"
VAULT_SERVER_URL: "https://vault.parity-mgmt-vault.parity.io"
VAULT_AUTH_PATH: "gitlab-parity-io-jwt"
VAULT_AUTH_ROLE: "cicd_gitlab_parity_${CI_PROJECT_NAME}"
Expand Down Expand Up @@ -637,7 +637,7 @@ zombienet-tests-parachains-smoke-test:
- export DEBUG=zombie,zombie::network-node
- export ZOMBIENET_INTEGRATION_TEST_IMAGE=${PARACHAINS_IMAGE_NAME}:${PARACHAINS_IMAGE_TAG}
- export MALUS_IMAGE=${MALUS_IMAGE_NAME}:${MALUS_IMAGE_TAG}
- export COL_IMAGE=${COLLATOR_IMAGE_NAME}:${COLLATOR_IMAGE_TAG}
- export COL_IMAGE="docker.io/paritypr/colander:4547" # The collator image is fixed

script:
- /home/nonroot/zombie-net/scripts/run-test-env-manager.sh
Expand Down

0 comments on commit a6cfcc9

Please sign in to comment.