Skip to content

chore(ci): repin the shared workflow to the stable-check-context revision - #13

Open
h4x0r wants to merge 1 commit into
mainfrom
chore/repin-fleet-ci
Open

chore(ci): repin the shared workflow to the stable-check-context revision#13
h4x0r wants to merge 1 commit into
mainfrom
chore/repin-fleet-ci

Conversation

@h4x0r

@h4x0r h4x0r commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Pilot repin for fleet-ci#9.

This repo is the positive control for the first defect: it passes coverage-gate: "off" on purpose, and a skipped job publishes its name: expression instead of the evaluated value. Every run on main therefore reported one check whose name was the raw ternary source, newlines and all.

Two things to confirm on this PR's checks:

  1. ci / Coverage appears (skipped), and the expression-named check is gone.
  2. ci / All checks appears and is green — the aggregate that can actually be required, since MSRV (sqlite-core, 1.80) / Test (ubuntu-latest) and friends move whenever a crate is added or a floor changes.

Repin only; no gate behaviour changes.

…sion

Picks up SecurityRonin/fleet-ci#9, which fixes two things that only bite when
you try to REQUIRE a check context.

This repo is the one that exhibited the first defect. It passes
`coverage-gate: "off"` deliberately -- it gates on FUNCTIONS, which no input to
the shared workflow expresses -- and a skipped job publishes its `name:`
EXPRESSION rather than the evaluated value. So every run on main reported a
check literally named:

  ci / inputs.coverage-gate == 'floor'\n    && format('Coverage (FLOOR {0}% ...

with the newlines embedded in the name. The job name is now the constant
`Coverage`.

Second, the workflow now publishes an aggregate `All checks` job that needs all
twelve others. The matrix jobs cannot serve as required contexts because GitHub
appends the matrix values -- this repo publishes `MSRV (sqlite-core, 1.80)`,
`MSRV (sqlite4n6, 1.96)` and three `Test (<os>)` contexts, all of which move
when a crate is added or a floor is raised. `ci / All checks` does not move.

Repin only; no behaviour change to the gates themselves.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant