ci: rewrite bounded query smoke test as agentic workflow - #6753
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Resolve the bounded-query smoke harness conflict by retaining the agentic workflow and adopting the updated query paths and memory limit. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6923ed6e-0ce2-4fa9-aee9-ccff99b90b90
Contributor
There was a problem hiding this comment.
Pull request overview
Replaces the deterministic bounded-query smoke harness with an agentic workflow using gh-aw frontmatter and AWF v0.28.0.
Changes:
- Adds a scheduled agentic bounded-query smoke test.
- Generates and pins its compiled workflow.
- Removes the prior shell harness and handwritten workflow.
Show a summary per file
| File | Description |
|---|---|
scripts/ci/smoke-bounded-queries.sh |
Removes the deterministic test harness. |
.github/workflows/smoke-bounded-queries.yml |
Removes the handwritten workflow. |
.github/workflows/smoke-bounded-queries.md |
Defines the agentic smoke test. |
.github/workflows/smoke-bounded-queries.lock.yml |
Adds the compiled workflow. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comments suppressed due to low confidence (1)
.github/workflows/smoke-bounded-queries.lock.yml:800
- The AWF process has no
GH_TOKENorGITHUB_TOKENin this step environment. Bounded-query preflight unconditionally reads one of those variables (src/bounded-query/preflight.ts:131-135andstaging.ts:112-114), whileCOPILOT_GITHUB_TOKENandGITHUB_MCP_SERVER_TOKENare not accepted. Consequently this workflow exits before staginggithub/gh-aw. Ensure the generated execution step receives a host-side staging token (and regenerate the lock file).
COPILOT_GITHUB_TOKEN: ${{ github.token }}
- Files reviewed: 4/4 changed files
- Comments generated: 4
- Review effort level: Medium
Contributor
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
Restore deterministic budget coverage and enforce audit validation. Isolate direct repository tools and stabilize release-mode lock generation. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 6923ed6e-0ce2-4fa9-aee9-ccff99b90b90
Contributor
|
✅ Copilot review passed with no inline comments. @lpcox Add the |
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.
Summary
tools.github.bounded-queriesusing the frontmatter support from feat: support bounded queries in workflow frontmatter and AWF configuration gh-aw#49149bounded-queryskill againstgithub/gh-awa5dfd8caa0155fde38b68b751b30922b17c4e739Validation
/Users/lpcox/projects/gh-aw/gh-aw compile smoke-bounded-queries --gh-aw-ref a5dfd8caa0155fde38b68b751b30922b17c4e739