@@ -187,15 +187,12 @@ runtime-benchmarks = [
187187 " frame-benchmarking/runtime-benchmarks" ,
188188 " frame-support/runtime-benchmarks" ,
189189 " frame-system/runtime-benchmarks" ,
190- " kusama-runtime?/runtime-benchmarks" ,
191190 " pallet-babe/runtime-benchmarks" ,
192191 " pallet-im-online/runtime-benchmarks" ,
193192 " pallet-staking/runtime-benchmarks" ,
194193 " polkadot-parachain/runtime-benchmarks" ,
195194 " polkadot-primitives/runtime-benchmarks" ,
196- " polkadot-runtime-common/runtime-benchmarks" ,
197195 " polkadot-runtime-parachains/runtime-benchmarks" ,
198- " polkadot-runtime?/runtime-benchmarks" ,
199196 " polkadot-test-client/runtime-benchmarks" ,
200197 " rococo-runtime?/runtime-benchmarks" ,
201198 " sc-client-db/runtime-benchmarks" ,
@@ -206,30 +203,23 @@ runtime-benchmarks = [
206203try-runtime = [
207204 " frame-support/try-runtime" ,
208205 " frame-system/try-runtime" ,
209- " kusama-runtime?/try-runtime" ,
210206 " pallet-babe/try-runtime" ,
211207 " pallet-im-online/try-runtime" ,
212208 " pallet-staking/try-runtime" ,
213209 " pallet-transaction-payment/try-runtime" ,
214- " polkadot-runtime-common/try-runtime" ,
215210 " polkadot-runtime-parachains/try-runtime" ,
216- " polkadot-runtime?/try-runtime" ,
217211 " rococo-runtime?/try-runtime" ,
218212 " sp-runtime/try-runtime" ,
219213 " westend-runtime?/try-runtime" ,
220214]
221215fast-runtime = [
222- " kusama-runtime?/fast-runtime" ,
223- " polkadot-runtime?/fast-runtime" ,
224216 " rococo-runtime?/fast-runtime" ,
225217 " westend-runtime?/fast-runtime" ,
226218]
227219
228220malus = [ " full-node" ]
229221runtime-metrics = [
230- " kusama-runtime?/runtime-metrics" ,
231222 " polkadot-runtime-parachains/runtime-metrics" ,
232- " polkadot-runtime?/runtime-metrics" ,
233223 " rococo-runtime?/runtime-metrics" ,
234224 " westend-runtime?/runtime-metrics" ,
235225]
0 commit comments