Remove unused Rococo parachains runtimes#10648
Conversation
Rococo has been decomissioned some while ago. We still kept the runtimes for Rococo<>Westend bridge zombienet and integration tests. This commit removes the unused runtimes and obsolete integration tests. Removed: - coretime-rococo - people-rococo Kept: - asset-hub-rococo - bridge-hub-rococo - rococo relay chain Which are still being used/useful for R<>W bridge testing. Also remove RAH integration tests which are obsolete. WAH integration tests cover all AH usecases. This cleanup decreases maintenance burden (all FRAME changes had to be integrated to these defunct runtimes) and CI overhead: fewer tests to run. Signed-off-by: Adrian Catangiu <adrian@parity.io>
2d60dfb to
ee2d9e2
Compare
|
The PR removes unused Rococo runtimes and integration tests, which is good cleanup. However, there are several lingering references to the removed runtimes in Review Suggestionscumulus/polkadot-parachain/src/chain_spec/mod.rs:33, 59, 205-206, 335-336 This file still references cumulus/polkadot-parachain/src/chain_spec/people.rs:67-79, 118-149 The cumulus/polkadot-parachain/src/chain_spec/coretime.rs:110-116, 144-184 The cumulus/polkadot-parachain/src/chain_spec/rococo_parachain.rs:1-78 This file uses polkadot/zombienet-sdk-tests/build.rs:135
polkadot/zombienet-sdk-tests/tests/smoke/coretime_revenue.rs:14-15, 245 This test relies on polkadot/zombienet-sdk-tests/tests/elastic_scaling/doesnt_break_parachains.rs:50 The comment references |
6504dbd
Rococo has been decomissioned some while ago. We still kept the runtimes for Rococo<>Westend bridge zombienet and integration tests. This commit removes the unused runtimes and obsolete integration tests.
Removed:
Kept:
Which are still being used/useful for R<>W bridge testing.
Also remove RAH integration tests which are obsolete. WAH integration tests cover all AH usecases.
This cleanup decreases maintenance burden (all FRAME changes had to be integrated to these defunct runtimes) and CI overhead: fewer tests to run.