fix(ci): satisfy sanitization + test-enumeration gates for #1129
ci/woodpecker/pr/ci Pipeline was successful

Two gates added to CI after this branch was written:

- verify-sanitized: the harness header named the operator repo the
  live payload was captured from. Genericized; the payload itself
  was already synthetic.
- check-test-enumeration (#1017): the new harness was not on any CI
  surface. Enumerated in test:framework-shell beside its three
  ci-queue-wait siblings.

All four ci-queue-wait suites green; both gates green locally.
This commit is contained in:
2026-08-19 16:36:28 -05:00
parent 96021e7795
commit c7965e787c
2 changed files with 2 additions and 2 deletions
@@ -6,7 +6,7 @@
# {"state":"pending","sha":"...","total_count":0,"statuses":null,...}
# -- statuses is JSON null (not []), and state is a synthetic "pending"
# even though nothing is running. Captured live from a Gitea 1.22 host,
# 2026-08-09 (jason.woltje/jarvis-brain, a repo with no pipeline).
# 2026-08-09, on a Gitea-hosted repo with no pipeline configured.
#
# Before the fix, `payload.get("statuses", [])` received null, failed the
# isinstance(list) check, and the guard reported ASSERTED_NOT_READY