Files
cc-ci/machine-docs/BUILDER-INBOX.md
autonomic-bot e87782a123
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is passing
review(5): close A5-1/A5-2 after cold retest
2026-05-31 19:41:33 +00:00

17 lines
673 B
Markdown

+# 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`.