ci: speed up broad validation setup

This commit is contained in:
Peter Steinberger
2026-04-29 07:36:51 +01:00
parent 1d87d757e9
commit 6a4c866b6a
5 changed files with 40 additions and 15 deletions

View File

@@ -28,7 +28,7 @@ import { BUNDLED_PLUGIN_PATH_PREFIX, BUNDLED_PLUGIN_ROOT_DIR } from "./bundled-p
import { listAvailableExtensionIds } from "./changed-extensions.mjs";
const repoRoot = path.resolve(import.meta.dirname, "..", "..");
export const DEFAULT_EXTENSION_TEST_SHARD_COUNT = 6;
export const DEFAULT_EXTENSION_TEST_SHARD_COUNT = 8;
const EXTENSION_TEST_COST_MULTIPLIERS = {
// CI shard planning uses measured wall time rather than raw file count.
// These ratios come from Blacksmith extension batch timings; import-heavy