You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the fleet consume independently runnable project tasks and deterministic shards so available workers reduce wall-clock time. Keep fast and full only as aggregate local interfaces.
flowchart LR
P[project plan.json] --> M[GitHub matrix]
M --> W1[worker: lint]
M --> W2[worker: unit 1/N]
M --> W3[worker: unit 2/N]
M --> W4[worker: integration 1/N]
Documentation explains that total test-minutes divided by workers is an ideal lower bound, not a guarantee.
Existing projects migrate incrementally and retain their prior CI until equivalent parallel validation passes.
Scope
Update the normative project standard, compliance/migration instructions, copyable project example, organization configuration schema, initializer, validator, and regression tests. Do not register a runner, migrate a project, or deploy infrastructure in this change.
Outcome
Make the fleet consume independently runnable project tasks and deterministic shards so available workers reduce wall-clock time. Keep
fastandfullonly as aggregate local interfaces.Implementation: draft PR #15
Validated run: Validate ci-fleet prototype #14
Required contract
scripts/ci/run.sh <task> --shard I/Nis the fleet execution interface.scripts/ci/run.sh fast|fullremains an aggregate local/developer interface.Scope
Update the normative project standard, compliance/migration instructions, copyable project example, organization configuration schema, initializer, validator, and regression tests. Do not register a runner, migrate a project, or deploy infrastructure in this change.