Bump component-test to 76c0945; adopt the setup action and ref checks - #31
Merged
Conversation
The pin moves via `component-test pins bump` (its first consumer), picking up the consumer-boilerplate absorption upstream: the conformance CI job's rev computation, tools cache, and install move into polymorph-test/actions/setup (whose .rev stamp _ct-tools recognizes, so nothing installs twice), and the hand-rolled aggregate ref grep guard is replaced by the actions' own Cargo.lock ref checks. Verified: just conformance green at the new rev from a clean target/ct-tools (fresh install path exercised); committed matrix unchanged.
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.
Routine pin bump carrying the upstream consumer-boilerplate absorption (polymorph-test#56/#57/#60):
component-test pins bump <rev> --cargo-toml Cargo.toml --workflow .github/workflows/ci.yml— this repo is the command's first consumer; the Cargo.toml comment now documents that procedure.ct-revoutput step, the hand-rolled ct-tools cache stanza, and the aggregate ref grep guard are deleted;polymorph-test/actions/setup@<pin>owns derivation + cache + install + pins gate (its.revstamp is recognized by_ct-tools, sojust conformancedoesn't reinstall), and the aggregate action'scargo-lock:input polices its own ref.Verified:
just conformancegreen at the new rev from a cleantarget/ct-tools; committed matrix unchanged.