From 023c70badd4503b659d94a188be325521274f214 Mon Sep 17 00:00:00 2001 From: Javier Viola Date: Thu, 4 Aug 2022 09:42:04 -0300 Subject: [PATCH] [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 --- polkadot/.gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index a0da3ab8c5..1506137961 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -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: