mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
bump zombienet version (#5225)
* bump zombienet version * update path for zombienet scripts * bump version and move from extra_args to args Co-authored-by: Andrei Sandu <andrei-mihail@parity.io>
This commit is contained in:
@@ -32,7 +32,7 @@ variables:
|
|||||||
CI_IMAGE: "paritytech/ci-linux:production"
|
CI_IMAGE: "paritytech/ci-linux:production"
|
||||||
DOCKER_OS: "debian:stretch"
|
DOCKER_OS: "debian:stretch"
|
||||||
ARCH: "x86_64"
|
ARCH: "x86_64"
|
||||||
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.2.19"
|
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.2.25"
|
||||||
VAULT_SERVER_URL: "https://vault.parity-mgmt-vault.parity.io"
|
VAULT_SERVER_URL: "https://vault.parity-mgmt-vault.parity.io"
|
||||||
VAULT_AUTH_PATH: "gitlab-parity-io-jwt"
|
VAULT_AUTH_PATH: "gitlab-parity-io-jwt"
|
||||||
VAULT_AUTH_ROLE: "cicd_gitlab_parity_${CI_PROJECT_NAME}"
|
VAULT_AUTH_ROLE: "cicd_gitlab_parity_${CI_PROJECT_NAME}"
|
||||||
@@ -660,7 +660,7 @@ zombienet-tests-parachains-smoke-test:
|
|||||||
- export MALUS_IMAGE=${MALUS_IMAGE_NAME}:${MALUS_IMAGE_TAG}
|
- export MALUS_IMAGE=${MALUS_IMAGE_NAME}:${MALUS_IMAGE_TAG}
|
||||||
- export COL_IMAGE="docker.io/paritypr/colander:4519" # The collator image is fixed
|
- export COL_IMAGE="docker.io/paritypr/colander:4519" # The collator image is fixed
|
||||||
script:
|
script:
|
||||||
- /home/nonroot/zombie-net/scripts/run-test-env-manager.sh
|
- /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
|
||||||
--github-remote-dir="${GH_DIR}"
|
--github-remote-dir="${GH_DIR}"
|
||||||
--test="0001-parachains-smoke-test.feature"
|
--test="0001-parachains-smoke-test.feature"
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
@@ -689,7 +689,7 @@ zombienet-tests-parachains-pvf:
|
|||||||
- export MALUS_IMAGE=${MALUS_IMAGE_NAME}:${MALUS_IMAGE_TAG}
|
- export MALUS_IMAGE=${MALUS_IMAGE_NAME}:${MALUS_IMAGE_TAG}
|
||||||
- export COL_IMAGE=${COLLATOR_IMAGE_NAME}:${COLLATOR_IMAGE_TAG}
|
- export COL_IMAGE=${COLLATOR_IMAGE_NAME}:${COLLATOR_IMAGE_TAG}
|
||||||
script:
|
script:
|
||||||
- /home/nonroot/zombie-net/scripts/run-test-env-manager.sh
|
- /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
|
||||||
--github-remote-dir="${GH_DIR}"
|
--github-remote-dir="${GH_DIR}"
|
||||||
--test="0001-parachains-pvf.feature"
|
--test="0001-parachains-pvf.feature"
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
@@ -719,7 +719,7 @@ zombienet-tests-parachains-disputes:
|
|||||||
- export MALUS_IMAGE=${MALUS_IMAGE_NAME}:${MALUS_IMAGE_TAG}
|
- export MALUS_IMAGE=${MALUS_IMAGE_NAME}:${MALUS_IMAGE_TAG}
|
||||||
- export COL_IMAGE=${COLLATOR_IMAGE_NAME}:${COLLATOR_IMAGE_TAG}
|
- export COL_IMAGE=${COLLATOR_IMAGE_NAME}:${COLLATOR_IMAGE_TAG}
|
||||||
script:
|
script:
|
||||||
- /home/nonroot/zombie-net/scripts/run-test-env-manager.sh
|
- /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
|
||||||
--github-remote-dir="${GH_DIR}"
|
--github-remote-dir="${GH_DIR}"
|
||||||
--test="0002-parachains-disputes.feature"
|
--test="0002-parachains-disputes.feature"
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
@@ -749,7 +749,7 @@ zombienet-tests-malus-dispute-valid:
|
|||||||
- export MALUS_IMAGE=${MALUS_IMAGE_NAME}:${MALUS_IMAGE_TAG}
|
- export MALUS_IMAGE=${MALUS_IMAGE_NAME}:${MALUS_IMAGE_TAG}
|
||||||
- export COL_IMAGE=${COLLATOR_IMAGE_NAME}:${COLLATOR_IMAGE_TAG}
|
- export COL_IMAGE=${COLLATOR_IMAGE_NAME}:${COLLATOR_IMAGE_TAG}
|
||||||
script:
|
script:
|
||||||
- /home/nonroot/zombie-net/scripts/run-test-env-manager.sh
|
- /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
|
||||||
--github-remote-dir="${GH_DIR}"
|
--github-remote-dir="${GH_DIR}"
|
||||||
--test="0001-dispute-valid-block.feature"
|
--test="0001-dispute-valid-block.feature"
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
|
|||||||
@@ -12,35 +12,35 @@ requests = { memory = "2G", cpu = "1" }
|
|||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "alice"
|
name = "alice"
|
||||||
extra_args = [ "--alice", "-lparachain=debug,runtime=debug" ]
|
args = [ "--alice", "-lparachain=debug,runtime=debug" ]
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "bob"
|
name = "bob"
|
||||||
extra_args = [ "--bob", "-lparachain=debug,runtime=debug"]
|
args = [ "--bob", "-lparachain=debug,runtime=debug"]
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "charlie"
|
name = "charlie"
|
||||||
extra_args = [ "--charlie", "-lparachain=debug,runtime=debug" ]
|
args = [ "--charlie", "-lparachain=debug,runtime=debug" ]
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "dave"
|
name = "dave"
|
||||||
extra_args = [ "--dave", "-lparachain=debug,runtime=debug"]
|
args = [ "--dave", "-lparachain=debug,runtime=debug"]
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "ferdie"
|
name = "ferdie"
|
||||||
extra_args = [ "--ferdie", "-lparachain=debug,runtime=debug" ]
|
args = [ "--ferdie", "-lparachain=debug,runtime=debug" ]
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "eve"
|
name = "eve"
|
||||||
extra_args = [ "--eve", "-lparachain=debug,runtime=debug"]
|
args = [ "--eve", "-lparachain=debug,runtime=debug"]
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "one"
|
name = "one"
|
||||||
extra_args = [ "--one", "-lparachain=debug,runtime=debug" ]
|
args = [ "--one", "-lparachain=debug,runtime=debug" ]
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "two"
|
name = "two"
|
||||||
extra_args = [ "--two", "-lparachain=debug,runtime=debug"]
|
args = [ "--two", "-lparachain=debug,runtime=debug"]
|
||||||
|
|
||||||
[[parachains]]
|
[[parachains]]
|
||||||
id = 2000
|
id = 2000
|
||||||
|
|||||||
@@ -19,39 +19,39 @@ requests = { memory = "2G", cpu = "1" }
|
|||||||
image = "{{MALUS_IMAGE}}"
|
image = "{{MALUS_IMAGE}}"
|
||||||
name = "alice"
|
name = "alice"
|
||||||
command = "malus dispute-ancestor"
|
command = "malus dispute-ancestor"
|
||||||
extra_args = [ "--alice", "-lparachain=debug" ]
|
args = [ "--alice", "-lparachain=debug" ]
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
image = "{{MALUS_IMAGE}}"
|
image = "{{MALUS_IMAGE}}"
|
||||||
name = "bob"
|
name = "bob"
|
||||||
command = "malus dispute-ancestor"
|
command = "malus dispute-ancestor"
|
||||||
extra_args = [ "--bob", "-lparachain=debug"]
|
args = [ "--bob", "-lparachain=debug"]
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
image = "{{MALUS_IMAGE}}"
|
image = "{{MALUS_IMAGE}}"
|
||||||
name = "charlie"
|
name = "charlie"
|
||||||
command = "malus dispute-ancestor"
|
command = "malus dispute-ancestor"
|
||||||
extra_args = [ "--charlie", "-lparachain=debug" ]
|
args = [ "--charlie", "-lparachain=debug" ]
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "dave"
|
name = "dave"
|
||||||
extra_args = [ "--dave", "-lparachain=debug"]
|
args = [ "--dave", "-lparachain=debug"]
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "ferdie"
|
name = "ferdie"
|
||||||
extra_args = [ "--ferdie", "-lparachain=debug" ]
|
args = [ "--ferdie", "-lparachain=debug" ]
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "eve"
|
name = "eve"
|
||||||
extra_args = [ "--eve", "-lparachain=debug"]
|
args = [ "--eve", "-lparachain=debug"]
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "one"
|
name = "one"
|
||||||
extra_args = [ "--one", "-lparachain=debug" ]
|
args = [ "--one", "-lparachain=debug" ]
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "two"
|
name = "two"
|
||||||
extra_args = [ "--two", "-lparachain=debug"]
|
args = [ "--two", "-lparachain=debug"]
|
||||||
|
|
||||||
[[parachains]]
|
[[parachains]]
|
||||||
id = 2000
|
id = 2000
|
||||||
|
|||||||
@@ -8,11 +8,11 @@ command = "polkadot"
|
|||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "alice"
|
name = "alice"
|
||||||
extra_args = [ "--alice", "-lruntime=debug,parachain=trace" ]
|
args = [ "--alice", "-lruntime=debug,parachain=trace" ]
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "bob"
|
name = "bob"
|
||||||
extra_args = [ "--bob", "-lruntime=debug,parachain=trace" ]
|
args = [ "--bob", "-lruntime=debug,parachain=trace" ]
|
||||||
|
|
||||||
[[parachains]]
|
[[parachains]]
|
||||||
id = 100
|
id = 100
|
||||||
|
|||||||
Reference in New Issue
Block a user