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

Commit

Permalink
Merge branch 'master' into ao-disputes-offences-runtime
Browse files Browse the repository at this point in the history
* master:
  [Zombienet] update the image to the version 1.2.51 globally (#5856)
  • Loading branch information
ordian committed Aug 4, 2022
2 parents 0c2559c + 7079d23 commit 3a2858d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 3a2858d

Please sign in to comment.