mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 22:01:04 +00:00
Support new version of zombienet (#4528)
* test new version of zombienet * use default chain spec command * use commit ref to get test files * change test spec for zombienet new versionzombienet_tests/parachains/0001-parachains-smoke-test.toml * changes for new version of zombienet * use paritytech zombienet version
This commit is contained in:
@@ -621,7 +621,7 @@ zombienet-tests-parachains-smoke-test:
|
|||||||
- job: publish-adder-collator-image
|
- job: publish-adder-collator-image
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GH_DIR: 'https://github.com/paritytech/polkadot/tree/master/zombienet_tests/parachains'
|
GH_DIR: 'https://github.com/paritytech/polkadot/tree/${CI_COMMIT_SHORT_SHA}/zombienet_tests/parachains'
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo "Zombie-net Tests Config"
|
- echo "Zombie-net Tests Config"
|
||||||
@@ -658,7 +658,7 @@ zombienet-tests-malus-dispute-valid:
|
|||||||
- job: publish-adder-collator-image
|
- job: publish-adder-collator-image
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GH_DIR: 'https://github.com/paritytech/polkadot/tree/master/node/malus/integrationtests'
|
GH_DIR: 'https://github.com/paritytech/polkadot/tree/${CI_COMMIT_SHORT_SHA}/node/malus/integrationtests'
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo "Zombie-net Tests Config"
|
- echo "Zombie-net Tests Config"
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ timeout = 1000
|
|||||||
[relaychain]
|
[relaychain]
|
||||||
default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
|
default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
|
||||||
chain = "wococo-local"
|
chain = "wococo-local"
|
||||||
chain_spec_command = "polkadot build-spec --chain wococo-local --disable-default-bootnode --raw > /cfg/wococo-local.json"
|
|
||||||
command = "polkadot"
|
command = "polkadot"
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
@@ -23,7 +22,7 @@ command = "polkadot"
|
|||||||
extra_args = [ "--charlie", "-lparachain=debug" ]
|
extra_args = [ "--charlie", "-lparachain=debug" ]
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
name = "david"
|
name = "dave"
|
||||||
validator = true
|
validator = true
|
||||||
command = "/usr/local/bin/malus dispute-ancestor"
|
command = "/usr/local/bin/malus dispute-ancestor"
|
||||||
extra_args = ["--dave", "-lparachain=debug"]
|
extra_args = ["--dave", "-lparachain=debug"]
|
||||||
@@ -37,4 +36,4 @@ id = 100
|
|||||||
name = "collator01"
|
name = "collator01"
|
||||||
image = "{{COL_IMAGE}}"
|
image = "{{COL_IMAGE}}"
|
||||||
command = "/usr/local/bin/adder-collator"
|
command = "/usr/local/bin/adder-collator"
|
||||||
args = ["-lparachain=debug"]
|
args = ["-lparachain=debug"]
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ timeout = 1000
|
|||||||
[relaychain]
|
[relaychain]
|
||||||
default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
|
default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
|
||||||
chain = "rococo-local"
|
chain = "rococo-local"
|
||||||
chain_spec_command = "polkadot build-spec --chain rococo-local --disable-default-bootnode --raw > /cfg/rococo-local.json"
|
|
||||||
command = "polkadot"
|
command = "polkadot"
|
||||||
|
|
||||||
[[relaychain.nodes]]
|
[[relaychain.nodes]]
|
||||||
@@ -17,6 +16,7 @@ command = "polkadot"
|
|||||||
|
|
||||||
[[parachains]]
|
[[parachains]]
|
||||||
id = 100
|
id = 100
|
||||||
|
addToGenesis = false
|
||||||
|
|
||||||
[parachains.collator]
|
[parachains.collator]
|
||||||
name = "collator01"
|
name = "collator01"
|
||||||
|
|||||||
Reference in New Issue
Block a user