mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 00:31:02 +00:00
zombienet: use another collator image for the slashing test (#1386)
* zombienet: use test-parachain image for the slashing test * use the right image * try polkadot-parachain image * try naming collator alice 🙈 * add needed job for the pipeline * fix user id in polkadot-parachain-debug image * small tweaks to the test * another small tweak * yet another small tweak * bump zombienet version --------- Co-authored-by: Javier Viola <javier@parity.io>
This commit is contained in:
@@ -5,7 +5,7 @@ bootnode = true
|
||||
[relaychain.genesis.runtime.configuration.config]
|
||||
max_validators_per_core = 1
|
||||
needed_approvals = 2
|
||||
group_rotation_frequency = 3
|
||||
group_rotation_frequency = 2
|
||||
|
||||
[relaychain]
|
||||
default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
|
||||
@@ -39,8 +39,7 @@ id = 1000
|
||||
cumulus_based = true
|
||||
|
||||
[parachains.collator]
|
||||
name = "collator"
|
||||
name = "alice"
|
||||
command = "polkadot-parachain"
|
||||
image = "docker.io/parity/polkadot-parachain:latest"
|
||||
# image = "{{COL_IMAGE}}"
|
||||
image = "{{CUMULUS_IMAGE}}"
|
||||
args = ["-lparachain=debug"]
|
||||
|
||||
Reference in New Issue
Block a user