From 710723ca7c5001f7bfd71f309b76986f581c1074 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Mon, 30 Sep 2024 18:46:48 +0200 Subject: [PATCH] fix Signed-off-by: Oliver Tale-Yazdi --- .github/workflows/runtimes-matrix.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/runtimes-matrix.json b/.github/workflows/runtimes-matrix.json index 59d223af2312..c7f6b9019d02 100644 --- a/.github/workflows/runtimes-matrix.json +++ b/.github/workflows/runtimes-matrix.json @@ -84,6 +84,7 @@ "path": "cumulus/parachains/runtimes/contracts/contracts-rococo", "header": "cumulus/file_header.txt", "bench_features": "runtime-benchmarks", + "bench_flags": "--genesis-builder-policy=none", "template": "cumulus/templates/xcm-bench-template.hbs", "uri": "wss://rococo-contracts-rpc.polkadot.io:443", "is_relay": false @@ -94,7 +95,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 --genesis-builder-policy=none", + "bench_flags": "--exclude-pallets=pallet_xcm,pallet_xcm_benchmarks::fungible,pallet_xcm_benchmarks::generic --genesis-builder-policy=none", "template": "cumulus/templates/xcm-bench-template.hbs", "uri": "wss://rococo-coretime-rpc.polkadot.io:443", "is_relay": false @@ -115,6 +116,7 @@ "path": "cumulus/parachains/runtimes/gluttons/glutton-westend", "header": "cumulus/file_header.txt", "bench_features": "runtime-benchmarks", + "bench_flags": "--genesis-builder-policy=none", "template": "cumulus/templates/xcm-bench-template.hbs", "uri": null, "is_relay": false @@ -125,6 +127,7 @@ "path": "cumulus/parachains/runtimes/people/people-rococo", "header": "cumulus/file_header.txt", "bench_features": "runtime-benchmarks", + "bench_flags": "--genesis-builder-policy=none", "template": "cumulus/templates/xcm-bench-template.hbs", "uri": "wss://rococo-people-rpc.polkadot.io:443", "is_relay": false @@ -135,6 +138,7 @@ "path": "cumulus/parachains/runtimes/people/people-westend", "header": "cumulus/file_header.txt", "bench_features": "runtime-benchmarks", + "bench_flags": "--genesis-builder-policy=none", "template": "cumulus/templates/xcm-bench-template.hbs", "uri": "wss://westend-people-rpc.polkadot.io:443", "is_relay": false