Skip to content
Snippets Groups Projects
Commit 023c70ba authored by Javier Viola's avatar Javier Viola Committed by GitHub
Browse files

[Zombienet] update the image to the version 1.2.51 globally (#5856)

* rollback global version and use new version for beefy test

* move zombienet to v1.2.51

* use global version in all tests

* add image value to tests
parent 27747b4d
No related merge requests found
......@@ -32,7 +32,7 @@ variables:
CI_IMAGE: "paritytech/ci-linux:production"
DOCKER_OS: "debian:stretch"
ARCH: "x86_64"
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.2.50"
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.2.51"
PIPELINE_SCRIPTS_TAG: "v0.4"
default:
......@@ -740,9 +740,9 @@ zombienet-tests-parachains-disputes:
zombienet-test-parachains-upgrade-smoke-test:
stage: stage3
image: "${ZOMBIENET_IMAGE}"
<<: *kubernetes-env
<<: *zombienet-refs
image: "docker.io/paritytech/zombienet:v1.2.45"
needs:
- job: publish-polkadot-debug-image
- job: publish-malus-image
......@@ -769,9 +769,9 @@ zombienet-test-parachains-upgrade-smoke-test:
zombienet-tests-misc-paritydb:
stage: stage3
image: "${ZOMBIENET_IMAGE}"
<<: *kubernetes-env
<<: *zombienet-refs
image: "docker.io/paritytech/zombienet:v1.2.49"
needs:
- job: publish-polkadot-debug-image
- job: publish-test-collators-image
......@@ -854,9 +854,9 @@ zombienet-tests-deregister-register-validator:
zombienet-tests-beefy-and-mmr:
stage: stage3
image: "${ZOMBIENET_IMAGE}"
<<: *kubernetes-env
<<: *zombienet-refs
image: "${ZOMBIENET_IMAGE}"
needs:
- job: publish-polkadot-debug-image
variables:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment