Skip to content

Commit 63ac247

Browse files
authored
Remove system parachains Polkadot and Kusama runtimes (paritytech#1737)
Since the Polkadot and Kusama runtimes are no longer in the repo, the relevant systems parachains runtimes also need to be removed. More context [here](paritytech#603) and [here](paritytech#1731). Removes the following: - `asset-hub-kusama` and `asset-hub-polkadot` - `bridge-hub-kusama` and `bridge-hub-polkadot` - `collectives-polkadot` - `glutton-kusama` Partially solves paritytech#603 and adds to paritytech#1731.
1 parent 39d6c95 commit 63ac247

File tree

212 files changed

+25
-43083
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+25
-43083
lines changed

.gitlab/pipeline/short-benchmarks.yml

-30
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,6 @@ short-benchmark-westend: &short-bench
4949
script:
5050
- ./artifacts/polkadot-parachain benchmark pallet --chain $RUNTIME_CHAIN --pallet "*" --extrinsic "*" --steps 2 --repeat 1
5151

52-
short-benchmark-asset-hub-polkadot:
53-
<<: *short-bench-cumulus
54-
variables:
55-
RUNTIME_CHAIN: asset-hub-polkadot-dev
56-
57-
short-benchmark-asset-hub-kusama:
58-
<<: *short-bench-cumulus
59-
variables:
60-
RUNTIME_CHAIN: asset-hub-kusama-dev
61-
6252
short-benchmark-asset-hub-rococo:
6353
<<: *short-bench-cumulus
6454
variables:
@@ -69,16 +59,6 @@ short-benchmark-asset-hub-westend:
6959
variables:
7060
RUNTIME_CHAIN: asset-hub-westend-dev
7161

72-
short-benchmark-bridge-hub-polkadot:
73-
<<: *short-bench-cumulus
74-
variables:
75-
RUNTIME_CHAIN: bridge-hub-polkadot-dev
76-
77-
short-benchmark-bridge-hub-kusama:
78-
<<: *short-bench-cumulus
79-
variables:
80-
RUNTIME_CHAIN: bridge-hub-kusama-dev
81-
8262
short-benchmark-bridge-hub-rococo:
8363
<<: *short-bench-cumulus
8464
variables:
@@ -89,21 +69,11 @@ short-benchmark-bridge-hub-westend:
8969
variables:
9070
RUNTIME_CHAIN: bridge-hub-westend-dev
9171

92-
short-benchmark-collectives-polkadot:
93-
<<: *short-bench-cumulus
94-
variables:
95-
RUNTIME_CHAIN: collectives-polkadot-dev
96-
9772
short-benchmark-collectives-westend:
9873
<<: *short-bench-cumulus
9974
variables:
10075
RUNTIME_CHAIN: collectives-westend-dev
10176

102-
short-benchmark-glutton-kusama:
103-
<<: *short-bench-cumulus
104-
variables:
105-
RUNTIME_CHAIN: glutton-kusama-dev-1300
106-
10777
short-benchmark-glutton-westend:
10878
<<: *short-bench-cumulus
10979
variables:

0 commit comments

Comments
 (0)