mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
[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
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user