Agentic Triage: recompile lock workflow with latest gh-aw to fix AWF install failure#10619
Agentic Triage: recompile lock workflow with latest gh-aw to fix AWF install failure#10619timotheeguerin merged 10 commits intomainfrom
Conversation
Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/4721416a-4361-47f4-b339-dc2dc5672565 Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
|
@copilot fix the build issue, make sure to run gh aw compile with the latest version |
|
You can try these changes here
|
Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/589e5886-76c5-4b0f-8887-49417a91ca46 Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/589e5886-76c5-4b0f-8887-49417a91ca46 Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
Done in 9452974. I installed the latest Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot job is still failing https://github.com/microsoft/typespec/actions/runs/25498695202/job/74825444752?pr=10619 and now lint job too |
Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/9972ab87-b9ff-42d3-92f9-3c2417a7cc28 Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
Fixed in bb0aaa5. I investigated the failing runs and addressed both issues: committed the remaining Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
No changes needing a change description found. |
|
@copilot linting is failing in action linting with |
Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/5666146c-7a7e-49ce-8ca0-32b52396ba8d Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
... Fixed in f06234d. I removed shell-style quoting from the actionlint ignore arg so docker action argument parsing works correctly ( |
|
@copilot do we even need that ignore |
Yes, currently we do. I re-ran |
|
@copilot is that correct the action lint shouldn't even be linting the lock files |
Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/93834733-6ea9-4f68-8857-8020eff4f95b Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/5fda9709-d2fa-429b-b120-23f388975bac Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/97dfef5d-5455-4040-86e9-154e8073c18c Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com>
Agentic Triagewas failing before agent execution because the lock workflow referenced stale agentic tooling metadata. The failure occurred inInstall AWF binarywhen fetchingchecksums.txtforv0.25.28.Root cause
.github/workflows/issue-triage.lock.ymlwas out of date and pinned AWF tov0.25.28, which returns 404 fromgithub/gh-aw-firewallrelease assets.Fix applied
gh awand regenerated the workflow viagh aw compile issue-triage(with validation)..github/workflows/issue-triage.lock.yml.github/aw/actions-lock.jsonWhat changed in generated output
v0.25.40) instead ofv0.25.28.gh awoutput.github/gh-aw-actions/setup@v0.71.5lock entry so setup action is SHA-pinned consistently in the lock workflow.This keeps the workflow aligned with current agentic compiler output and resolves the install-time failure caused by stale lock data.