Commit 097e186
feat: add build test workflows for external test repos (#507)
* feat: add build test workflows for external test repos
Add 7 agentic workflows that clone and test external repositories to
validate firewall network rules work correctly for different language
ecosystems:
- Node.js: clsx, execa, p-limit (npm install/test)
- Go: color, env, uuid (go mod download/test)
- Rust: fd, zoxide (cargo build/test)
- Java: gson, caffeine (mvn compile/test)
- C++: fmt, json (cmake/make)
- Deno: oak, std (deno test)
- Bun: elysia, hono (bun install/test)
Each workflow:
- Triggers on pull_request and workflow_dispatch
- Uses appropriate network allowlists (defaults, github, language-specific)
- Reports results via PR comments with pass/fail tables
- Adds language-specific labels on success
Also updates postprocess-smoke-workflows.ts to include the new workflows
for local build patching in CI.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* chore: merge main and regenerate build-test workflows
Regenerate build-test lock files with gh-aw v0.42.0 after merging
origin/main.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 24514b4 commit 097e186
15 files changed
Lines changed: 7534 additions & 0 deletions
File tree
- .github/workflows
- scripts/ci
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
0 commit comments