mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
Zombienet: add cpu/mem resource requests (#5080)
* Ensure request/limits for CPU and memory for nodes Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * docker.io/paritytech/zombienet:v1.2.19 Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * Deny failure Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * add retry back Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
This commit is contained in:
@@ -10,7 +10,11 @@ default_image = "{{ZOMBIENET_INTEGRATION_TEST_IMAGE}}"
|
||||
chain = "rococo-local"
|
||||
chain_spec_command = "polkadot build-spec --chain rococo-local --disable-default-bootnode"
|
||||
default_command = "polkadot"
|
||||
|
||||
|
||||
[relaychain.default_resources]
|
||||
limits = { memory = "4G", cpu = "2" }
|
||||
requests = { memory = "2G", cpu = "1" }
|
||||
|
||||
[[relaychain.nodes]]
|
||||
image = "{{MALUS_IMAGE}}"
|
||||
name = "alice"
|
||||
|
||||
Reference in New Issue
Block a user