Skip to content

ci(quality): move the hydra-gates pin v1.0.1 -> v1.3.0 - #741

Merged
rubenvdlinde merged 1 commit into
developmentfrom
ci/hydra-gates-pin-v1.3.0
Aug 5, 2026
Merged

ci(quality): move the hydra-gates pin v1.0.1 -> v1.3.0#741
rubenvdlinde merged 1 commit into
developmentfrom
ci/hydra-gates-pin-v1.3.0

Conversation

@rubenvdlinde

Copy link
Copy Markdown
Contributor

Why

Every repo in the fleet pins hydra-gates-ref: v1.0.1, and hydra-gates-require-full-coverage defaults to true. That input fails a run when a gate whose subject matter EXISTS did not report — its contract being that a legitimately not-applicable gate must declare itself: "A gate that emits nothing at all still counts against coverage: not-applicable must be DECLARED."

v1.0.1 contains ZERO _skip calls. It has no na / structural / wiring vocabulary at all, so any gate whose prerequisite is absent emits nothing and is counted as "DID NOT RUN". v1.3.0 contains 36 such declarations.

Proof

doriath PR #160 (merged) bumped only this pin. Hydra Gates went failure -> success, and gates 4/24/33 moved from unexplained "DID NOT RUN" to explicit NOT APPLICABLE with a named reason each.

Worth recording, because the prevailing theory is wrong: gates 24 and 33 are not starved by skipped Newman/Playwright producers. In that same doriath run Playwright PASSED and Newman RAN, and 24/33 still did not report. gate-24's input is scripts/check-integration-parity.sh in the repo; gate-33's input is tests/axe/report.json, written only when enable-axe: true. The pin is the fix.

Note

v1.3.0 declares 63 gates where v1.0.1 declared 61, so new gates may surface real findings. That is a desirable outcome, not a regression — any such failure is left enabled and unsuppressed.

v1.0.1 contains ZERO `_skip` calls, so a gate whose prerequisite is absent
emits nothing and `hydra-gates-require-full-coverage` (default ON) counts it
as DID NOT RUN. v1.3.0 ships 36 not-applicable declarations. Measured on
doriath PR #160: gates 4/24/33 moved from unexplained DID NOT RUN to explicit
NOT APPLICABLE and Hydra Gates went failure -> success on the pin alone.
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Quality Report — ConductionNL/procest @ 03bfbd8

Check PHP Vue Security License Tests
lint
phpcs
phpmd
psalm
phpstan
phpmetrics
eslint
stylelint
build
check-manifest
check-vue3-compile
test-l10n
composer ✅ 100/100
npm ✅ 550/550
PHPUnit
Newman ⏭️
Playwright
Hydra gates

Quality workflow — 2026-08-05 18:16 UTC

Download the full PDF report from the workflow artifacts.

@rubenvdlinde
rubenvdlinde merged commit 0053e9f into development Aug 5, 2026
33 of 35 checks passed
@rubenvdlinde
rubenvdlinde deleted the ci/hydra-gates-pin-v1.3.0 branch August 5, 2026 18:24
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