Commit ed5e30e
ci: enable LLM verification when secrets are available
LLM gating already has three layers in autotest: --no-llm flag,
AZURE_OPENAI_ENDPOINT+API_KEY env vars, and per-step verify field.
Fork PRs without secret access automatically skip the LLM block, so
the unconditional --no-llm on PRs was overly defensive.
Internal PRs and scheduled / manual runs with secrets now get LLM
verification of every passing step (downgrades pass -> fail when LLM
is confident the deterministic check was a silent pass).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent d9843d7 commit ed5e30e
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
204 | 207 | | |
205 | 208 | | |
206 | | - | |
207 | | - | |
208 | | - | |
| 209 | + | |
209 | 210 | | |
210 | 211 | | |
211 | 212 | | |
| |||
0 commit comments