You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recompile tests/safe-outputs/ against ado-aw v0.37.0
Bumps the version field in every tests/safe-outputs/*.lock.yml metadata marker from 0.35.3 to 0.37.0, picking up any compile-output changes shipped in ado-aw v0.37.0.
Pre-flight integrity check
Before recompiling, ado-aw check was run against every existing lock file using the released v0.37.0 binary:
The bundle file is available in the agent artifact in the workflow run linked above.
To create a pull request with the changes:
# Download the artifact from the workflow run
gh run download 27575351721 -n agent -D /tmp/agent-27575351721
# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-27575351721/aw-recompile-safe-outputs-v0.37.0.bundle refs/heads/recompile-safe-outputs-v0.37.0:refs/bundles/create-pr-recompile-safe-outputs-v0-37-0-376aaf7f1597ffa9-ee2394ee
git update-ref refs/heads/recompile-safe-outputs-v0.37.0-376aaf7f1597ffa9 refs/bundles/create-pr-recompile-safe-outputs-v0-37-0-376aaf7f1597ffa9-ee2394ee
git checkout recompile-safe-outputs-v0.37.0-376aaf7f1597ffa9
# Ensure the working tree matches the updated branch
git reset --hard
# Remove the temporary bundle ref
git update-ref -d refs/bundles/create-pr-recompile-safe-outputs-v0-37-0-376aaf7f1597ffa9-ee2394ee
# Push the branch to origin
git push origin recompile-safe-outputs-v0.37.0-376aaf7f1597ffa9
# Create the pull request
gh pr create --title 'chore(workflows): recompile safe-output fixtures with ado-aw v0.37.0' --base main --head recompile-safe-outputs-v0.37.0-376aaf7f1597ffa9 --repo githubnext/ado-aw
Recompile
tests/safe-outputs/against ado-awv0.37.0Bumps the
versionfield in everytests/safe-outputs/*.lock.ymlmetadata marker from0.35.3to0.37.0, picking up any compile-output changes shipped inado-aw v0.37.0.Pre-flight integrity check
Before recompiling,
ado-aw checkwas run against every existing lock file using the releasedv0.37.0binary:27of 27 filesFiles updated
How this was produced
ado-aw-linux-x64from thev0.37.0release and verified its SHA256 againstchecksums.txt.ado-aw check tests/safe-outputs/*.lock.ymlagainst the released binary to detect drift (27/27 files failed).ado-aw compile --forceon eachtests/safe-outputs/*.mdfixture from the repo root.ado-aw checkagainst every regenerated lock file; all 27 passed.allowed-filesglob in this workflow restricts the diff totests/safe-outputs/**/*.lock.yml.Reviewer checklist
v0.37.0)..mdfixture changes leaked in.This PR was opened automatically by the
recompile-safe-output-fixturesworkflow.Note
This was originally intended as a pull request, but the git push operation failed.
Workflow Run: View run details and download bundle artifact
The bundle file is available in the
agentartifact in the workflow run linked above.To create a pull request with the changes: