qwen-code/.github/scripts/ci
qwen-code-dev-bot 6f73fbf742 fix(ci): keep pull requests off the persistent Windows pool and cover native audio (#9370)
A pull_request run executes the workflow YAML from the PR's own merge
commit, so the test_windows runs-on trust clause it evaluated could be
rewritten by any PR the lane admits. Every pull request now runs on
hosted windows-2022 unconditionally; the pool is reached only by the
post-approval merge queue, schedule and dispatch, guarded by the
kill-switch. The routing tests and the exact-line pin are re-pointed at
that enforceable shape.

Also add audio to the platform-sensitivity classifier's subsystem
keywords: packages/audio-capture is a node-gyp workspace compiled
per-host on exactly the two revived lanes, but its native sources
(.cc/.mm/.gyp) carried no rule and a PR touching only them skipped both
lanes. The workspace directory now classifies sensitive; an ordinary
.cc elsewhere stays ordinary source.

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-08-22 05:07:01 +00:00
..
classify-platform-sensitivity.mjs fix(ci): keep pull requests off the persistent Windows pool and cover native audio (#9370) 2026-08-22 05:07:01 +00:00
classify-platform-sensitivity.test.mjs fix(ci): keep pull requests off the persistent Windows pool and cover native audio (#9370) 2026-08-22 05:07:01 +00:00
classify-pr-profile.sh fix(ci): give the macOS and Windows lanes a trigger again 2026-08-18 08:09:57 +08:00
classify-pr-profile.test.mjs fix(ci): give the macOS and Windows lanes a trigger again 2026-08-18 08:09:57 +08:00
classify-profile.mjs perf(ci): run docs-only automatic reviews at medium effort (#8648) 2026-08-07 17:00:32 +00:00
classify-profile.test.mjs perf(ci): run docs-only automatic reviews at medium effort (#8648) 2026-08-07 17:00:32 +00:00
main-failure-signature.mjs fix(ci): keep the post-merge E2E signal on main alive (#7795) 2026-07-28 11:54:52 +00:00
main-failure-signature.test.mjs fix(ci): keep the post-merge E2E signal on main alive (#7795) 2026-07-28 11:54:52 +00:00