01a08ae8 - Overlap A38 jobs across distinct lock domains - #90
Merged
Conversation
davidleomay
force-pushed
the
feat/01a08ae8-a38-lock-domain-overlap
branch
from
September 11, 2026 06:36
323d023 to
299a99e
Compare
Member
Author
|
EN: DE: DetailsGrok and Codex quality/logic on head |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
EN:
An A38 run no longer waits for Docker before starting Jest, or for Jest before starting Docker. Jobs in different lock domains may run at the same time, with a default cap of two in flight. Lint, type-check and Jest still share a CPU domain so they do not overlap. Named locks stay exclusive across processes. Acceptance is still one complete run on the final clean head.
DE:
Ein A38-Lauf wartet nicht mehr auf Docker, bevor Jest startet, und nicht auf Jest, bevor Docker startet. Jobs in verschiedenen Lock-Domänen dürfen gleichzeitig laufen, standardmässig höchstens zwei. Lint, Type-Check und Jest teilen sich weiterhin eine CPU-Domäne und überlappen sich nicht. Benannte Locks bleiben prozessübergreifend exklusiv. Abnahme bleibt ein vollständiger Lauf am finalen sauberen Head.
Details
Behaviour
load_policystoreslockon each normalized job (compose/http-smokedefaultdocker-heavy).docker-heavyis its own domain; every other job is#cpuplus its named lock.A38_MAX_IN_FLIGHT(default 2, integer ≥ 1) caps concurrency.verify_reportis unchanged.Tests
python -m pytest tests/test_a38.py tests/test_a38_jobs.py -q→ 157 passed, 22 subtests passed.