Hotfix/cachix pin checks#951
Merged
automergerpr-permission-manager[bot] merged 3 commits intomasterfrom Feb 28, 2026
Merged
Conversation
…'re getting ALL pins at once in the response
Adjust the test workflow to provide the REV instead of interpret it from git
ON feature branch the ref: field pull the target we want to test REV for but checks that code branch out. Breaks testing Wf on feature branches
dkcumming
approved these changes
Feb 28, 2026
Collaborator
dkcumming
left a comment
There was a problem hiding this comment.
Looks good from what I can tell!
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.
Cachix Test Pin Workflow Updates
Addressing an issue when parsing the json blob incorrectly. Store paths returned by this call returns ALL associated pins to the kmir project and the associated architectures on that query. We look for 'latest' and compare is our desired artifact there, yes? done, else wait 5 seconds and try again.
The Cachix Test WF also now properly checks out the correct branch being modified and tested.
Problem: Before it was checking out the target 'Git ref', if you're trying to fix / test changes to the script or the test WF it would pull the wrong code to run.
This combo of script and WF allows now for developers to test / get a better view of what is on cachix, compare expectations to reality.
NOTE
For the most recent release I tested manually with the test workflow here:
https://github.com/runtimeverification/mir-semantics/actions/runs/22501138031