Add a rubric-system matrix to the CI validation job #73
Labels
No labels
area: build
area: ci
area: compare
area: data
area: engine
area: model
area: provenance
area: rite
area: validation
backport
blocked
breaking
confirmed
dependencies
duplicate
epic
github_actions
invalid
needs-info
needs-triage
php
priority: high
priority: low
priority: medium
regression
type: bug
type: chore
type: correction
type: docs
type: enhancement
type: feature
type: fix
type: perf
type: refactor
type: security
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Directorium/Core#73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
With three systems, CI must validate each independently so a change to shared code cannot silently regress one. A system matrix is needed.
Acceptance criteria
Notes
Reuse cached fixtures per system.
Done in PR #457 (
be94e04). The CIvalidatejob is now a matrix over1962/1954/1955withfail-fast: false, each leg running only its@group edition-<system>oracles as an independent gate — 1962 = Computus + missalemeum + SSPX, 1954/1955 = the Divinum Officium agreement fixtures (split per edition). A regression in one edition fails only its leg and never masks another. Fixtures are committed (no network); composer deps cached. Verified green on the PR:validate (1962),validate (1954),validate (1955)all pass.