Skip to content

Commit

Permalink
Fix missing
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez committed Sep 30, 2024
1 parent 710723c commit aab1444
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/runtimes-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"package": "kitchensink-runtime",
"path": "substrate/frame",
"header": "substrate/HEADER-APACHE2",
"bench_flags": "--genesis-builder-policy=none --exclude-pallets=pallet_xcm,pallet_xcm_benchmarks::fungible,pallet_xcm_benchmarks::generic",
"template": "substrate/.maintain/frame-weight-template.hbs",
"bench_features": "runtime-benchmarks,riscv",
"uri": null,
Expand Down Expand Up @@ -84,7 +85,7 @@
"path": "cumulus/parachains/runtimes/contracts/contracts-rococo",
"header": "cumulus/file_header.txt",
"bench_features": "runtime-benchmarks",
"bench_flags": "--genesis-builder-policy=none",
"bench_flags": "--genesis-builder-policy=none --exclude-pallets=pallet_xcm,pallet_contracts",
"template": "cumulus/templates/xcm-bench-template.hbs",
"uri": "wss://rococo-contracts-rpc.polkadot.io:443",
"is_relay": false
Expand All @@ -95,7 +96,7 @@
"path": "cumulus/parachains/runtimes/coretime/coretime-rococo",
"header": "cumulus/file_header.txt",
"bench_features": "runtime-benchmarks",
"bench_flags": "--exclude-pallets=pallet_xcm,pallet_xcm_benchmarks::fungible,pallet_xcm_benchmarks::generic --genesis-builder-policy=none",
"bench_flags": "--genesis-builder-policy=none --exclude-pallets=pallet_xcm,pallet_xcm_benchmarks::fungible,pallet_xcm_benchmarks::generic",
"template": "cumulus/templates/xcm-bench-template.hbs",
"uri": "wss://rococo-coretime-rpc.polkadot.io:443",
"is_relay": false
Expand All @@ -106,6 +107,7 @@
"path": "cumulus/parachains/runtimes/coretime/coretime-westend",
"header": "cumulus/file_header.txt",
"bench_features": "runtime-benchmarks",
"bench_flags": "--genesis-builder-policy=none --exclude-pallets=pallet_xcm,pallet_xcm_benchmarks::fungible,pallet_xcm_benchmarks::generic",
"template": "cumulus/templates/xcm-bench-template.hbs",
"uri": "wss://westend-coretime-rpc.polkadot.io:443",
"is_relay": false
Expand All @@ -127,7 +129,7 @@
"path": "cumulus/parachains/runtimes/people/people-rococo",
"header": "cumulus/file_header.txt",
"bench_features": "runtime-benchmarks",
"bench_flags": "--genesis-builder-policy=none",
"bench_flags": "--genesis-builder-policy=none --exclude-pallets=pallet_xcm,pallet_xcm_benchmarks::fungible,pallet_xcm_benchmarks::generic",
"template": "cumulus/templates/xcm-bench-template.hbs",
"uri": "wss://rococo-people-rpc.polkadot.io:443",
"is_relay": false
Expand All @@ -138,7 +140,7 @@
"path": "cumulus/parachains/runtimes/people/people-westend",
"header": "cumulus/file_header.txt",
"bench_features": "runtime-benchmarks",
"bench_flags": "--genesis-builder-policy=none",
"bench_flags": "--genesis-builder-policy=none --exclude-pallets=pallet_xcm,pallet_xcm_benchmarks::fungible,pallet_xcm_benchmarks::generic",
"template": "cumulus/templates/xcm-bench-template.hbs",
"uri": "wss://westend-people-rpc.polkadot.io:443",
"is_relay": false
Expand Down

0 comments on commit aab1444

Please sign in to comment.