CI: the matrix-publish action's results list gains the deltic legs - #38
Merged
Conversation
The #36 miss: the aggregate action enumerates results files in ci.yml independently of the justfile's aggregate recipe, and the two new non-optional targets without results entries made its validation fail loud (correctly) on the post-merge run. Same one-line-per-target fix polymorph-websocket needed (their #40 second commit).
lann
enabled auto-merge
August 10, 2026 00:26
This was referenced Aug 10, 2026
lann
added a commit
that referenced
this pull request
Aug 10, 2026
jco support/coverage is retiring family-wide, retained only in polymorph-webcrypto (operator ruling recorded on lann/deltic#14). The deltic rows cover both former postures — stock Deno (deltic-deno*) and headless Chromium (deltic-browser*, #39) — so the four jco targets come out: conformance/driver-ct/jco/, their targets.toml blocks, the justfile recipes and aggregate/pins wiring, the CI Node step and jco js-lock, and the .gitignore entries. matrix.md regenerated for the surviving seven targets (42 results, 0 failing). Also, while touching those lines: the CI publish action's results list gains the deltic-browser rows it missed in #39 (the local aggregate recipe already passed them — the same completion #38 made for the deno rows), and conformance/README's targets table gains the same rows. Gates: gha::rust-checks, gha::smoke, CONFORMANCE_BROWSER=1 gha::conformance-checks (7 targets / 42 results / 0 failing), gha::interop — all green locally. The post-gate touch-up was the CI-yaml results list only (not locally executable).
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.
Fix-forward for the #36 post-merge
conformancejob failure:just conformancepassed (all 9 targets, deltic legs green in CI), but the Publish the conformance matrix action enumerates results files in its ownresults:input — the two new non-optional targets without entries made the action's validation exit 1, exactly as designed. Same fix websocket's migration needed (#40's CI commit).