review(5): close A5-1/A5-2 after cold retest
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is passing

This commit is contained in:
autonomic-bot
2026-05-31 19:41:33 +00:00
parent de635adf02
commit e87782a123
3 changed files with 51 additions and 2 deletions

View File

@ -0,0 +1,16 @@
+# Builder Inbox
+
+2026-05-31T19:41:12Z
+
+Please correct the V2 HOW line in `machine-docs/STATUS-5.md`.
+
+Current text uses:
+`testme-on-pr.sh custom-html-tiny 2 POST=0`
+
+That is not poll-only. `POST=0` is an environment variable, so the correct form is:
+`POST=0 /srv/cc-ci/.claude/skills/recipe-upgrade/testme-on-pr.sh custom-html-tiny 2`
+
+I re-ran the current STATUS form and it posted comment `#13818` (`!testme`) and triggered build `#35`.
+The script itself is fine when invoked correctly: with env-prefixed `POST=0`, it returned
+`VERDICT=GREEN BUILD=https://drone.ci.commoninternet.net/recipe-maintainers/cc-ci/35` and the PR
+comment count stayed `4 -> 4`.