Skip to content

Commit 19490ff

Browse files
wtgodbeCopilotCopilot
authored
Improve test-quarantine workflow prompt to prevent empty runs (#66272)
* Improve test-quarantine workflow prompt to prevent empty runs - Swap Part 1 (unquarantine) and Part 2 (quarantine) so quarantine is investigated first, matching the existing execution priority - Add turn budget awareness guardrail to prevent the agent from exhausting its turn/token budget on investigation and producing zero safe outputs (as happened in run 24238389617) - Fix stale Step 2.4 cross-reference to correctly point to Step 3.1 Co-authored-by: Copilot <[email protected]> * Clarify turn budget guardrail wording Zero outputs is fine when no candidates are found. The bad outcome is finding candidates but failing to create outputs for them. Co-authored-by: Copilot <[email protected]> * Compile * Update .github/workflows/test-quarantine.md Co-authored-by: Copilot <[email protected]> * More compilation --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 2e38cab commit 19490ff

7 files changed

Lines changed: 1292 additions & 1212 deletions

.github/aw/actions-lock.json

Lines changed: 3 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,10 @@
55
"version": "v8",
66
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
77
},
8-
"github/gh-aw-actions/setup@v0.59.0": {
8+
"github/gh-aw-actions/setup@v0.67.4": {
99
"repo": "github/gh-aw-actions/setup",
10-
"version": "v0.59.0",
11-
"sha": "066087f607f52664010289ddd52198f33044c38a"
12-
},
13-
"github/gh-aw-actions/[email protected]": {
14-
"repo": "github/gh-aw-actions/setup",
15-
"version": "v0.61.0",
16-
"sha": "df014dd7d03b638e860b2aeca95c833fd97c8cf1"
17-
},
18-
"github/gh-aw-actions/[email protected]": {
19-
"repo": "github/gh-aw-actions/setup",
20-
"version": "v0.63.1",
21-
"sha": "53e09ec0be6271e81a69f51ef93f37212c8834b0"
22-
},
23-
"github/gh-aw-actions/[email protected]": {
24-
"repo": "github/gh-aw-actions/setup",
25-
"version": "v0.64.2",
26-
"sha": "f22886a9607f5c27e79742a8bfc5faa34737138b"
27-
},
28-
"github/gh-aw-actions/[email protected]": {
29-
"repo": "github/gh-aw-actions/setup",
30-
"version": "v0.65.6",
31-
"sha": "31130b20a8fd3ef263acbe2091267c0aace07e09"
32-
},
33-
"github/gh-aw-actions/[email protected]": {
34-
"repo": "github/gh-aw-actions/setup",
35-
"version": "v0.66.1",
36-
"sha": "73ae9ce231580f337133352d321d42b6bf54b6a9"
37-
},
38-
"github/gh-aw-actions/[email protected]": {
39-
"repo": "github/gh-aw-actions/setup",
40-
"version": "v0.67.1",
41-
"sha": "80471a493be8c528dd27daf73cd644242a7965e0"
42-
},
43-
"github/gh-aw-actions/[email protected]": {
44-
"repo": "github/gh-aw-actions/setup",
45-
"version": "v0.67.2",
46-
"sha": "03e31e064a68e8d5ad890c92f303cfb5a3536006"
10+
"version": "v0.67.4",
11+
"sha": "9d6ae06250fc0ec536a0e5f35de313b35bad7246"
4712
}
4813
}
4914
}

.github/workflows/browsertesting-deps-update.lock.yml

Lines changed: 306 additions & 233 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)