Skip to content
Snippets Groups Projects
Unverified Commit af432f0f authored by Javier Viola's avatar Javier Viola Committed by GitHub
Browse files

fix chain-spec path for substrate tests (#1307)

* fix chain-spec path for substrate tests

* update chain-spec path for cumulus test
parent 43c0c09b
No related merge requests found
Pipeline #385630 failed with stages
in 15 minutes and 25 seconds
......@@ -3,7 +3,7 @@ default_image = "{{RELAY_IMAGE}}"
default_command = "polkadot"
default_args = [ "-lparachain=debug" ]
chain = "rococo-local"
chain_spec_path = "zombienet/tests/0007-warp-sync-relaychain-spec.json"
chain_spec_path = "cumulus/zombienet/tests/0007-warp-sync-relaychain-spec.json"
[[relaychain.nodes]]
name = "alice"
......@@ -28,7 +28,7 @@ chain_spec_path = "zombienet/tests/0007-warp-sync-relaychain-spec.json"
[[parachains]]
id = 2000
cumulus_based = true
chain_spec_path = "zombienet/tests/0007-warp-sync-parachain-spec.json"
chain_spec_path = "cumulus/zombienet/tests/0007-warp-sync-parachain-spec.json"
add_to_genesis = false
# Run 'dave' as parachain collator.
......
......@@ -6,7 +6,7 @@ default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
default_command = "substrate"
chain = "gen-db"
chain_spec_path = "zombienet/0001-basic-warp-sync/chain-spec.json"
chain_spec_path = "substrate/zombienet/0001-basic-warp-sync/chain-spec.json"
[[relaychain.nodes]]
name = "alice"
......
......@@ -6,7 +6,7 @@ default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
default_command = "substrate"
chain = "gen-db"
chain_spec_path = "zombienet/0002-validators-warp-sync/chain-spec.json"
chain_spec_path = "substrate/zombienet/0002-validators-warp-sync/chain-spec.json"
[[relaychain.nodes]]
name = "alice"
......
......@@ -6,7 +6,7 @@ default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
default_command = "substrate"
chain = "gen-db"
chain_spec_path = "zombienet/0003-block-building-warp-sync/chain-spec.json"
chain_spec_path = "substrate/zombienet/0003-block-building-warp-sync/chain-spec.json"
#we need at least 3 nodes for warp sync
[[relaychain.nodes]]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment