ci: split channel contract shards further

This commit is contained in:
Peter Steinberger
2026-04-20 20:17:57 +01:00
parent 24d50acc70
commit 704feda9da
3 changed files with 13 additions and 44 deletions

View File

@@ -14,7 +14,7 @@ function listContractTestFiles(rootDir = "src/channels/plugins/contracts") {
export function createChannelContractTestShards() {
const rootDir = "src/channels/plugins/contracts";
const suffixes = ["a", "b", "c", "d"];
const suffixes = ["a", "b", "c", "d", "e", "f", "g", "h"];
const groups = Object.fromEntries(
["registry", "core"].flatMap((family) =>
suffixes.map((suffix) => [`checks-fast-contracts-channels-${family}-${suffix}`, []]),