mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 02:51:01 +00:00
Elastic scaling: add e2e test (#3929)
On top of https://github.com/paritytech/polkadot-sdk/pull/3879 I've also moved the previous test where we ensure multiple cores per para doesn't break non elastic parachains. --------- Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> Co-authored-by: Javier Viola <363911+pepoviola@users.noreply.github.com>
This commit is contained in:
@@ -158,13 +158,21 @@ zombienet-polkadot-functional-0011-async-backing-6-seconds-rate:
|
||||
--local-dir="${LOCAL_DIR}/functional"
|
||||
--test="0011-async-backing-6-seconds-rate.zndsl"
|
||||
|
||||
zombienet-polkadot-functional-0012-elastic-scaling-mvp:
|
||||
zombienet-polkadot-elastic-scaling-0001-basic-3cores-6s-blocks:
|
||||
extends:
|
||||
- .zombienet-polkadot-common
|
||||
script:
|
||||
- /home/nonroot/zombie-net/scripts/ci/run-test-local-env-manager.sh
|
||||
--local-dir="${LOCAL_DIR}/functional"
|
||||
--test="0012-elastic-scaling-mvp.zndsl"
|
||||
--local-dir="${LOCAL_DIR}/elastic_scaling"
|
||||
--test="0001-basic-3cores-6s-blocks.zndsl"
|
||||
|
||||
zombienet-polkadot-elastic-scaling-0002-elastic-scaling-doesnt-break-parachains:
|
||||
extends:
|
||||
- .zombienet-polkadot-common
|
||||
script:
|
||||
- /home/nonroot/zombie-net/scripts/ci/run-test-local-env-manager.sh
|
||||
--local-dir="${LOCAL_DIR}/elastic_scaling"
|
||||
--test="0002-elastic-scaling-doesnt-break-parachains.zndsl"
|
||||
|
||||
zombienet-polkadot-smoke-0001-parachains-smoke-test:
|
||||
extends:
|
||||
|
||||
Reference in New Issue
Block a user