fix(staging): add _A2A_BOUNDARY_START/_END aliases + fix tier-check lint ref #934

Merged
devops-engineer merged 1 commits from fix/staging-python-test-and-tier-check-lint into staging 2026-05-14 02:54:25 +00:00
Owner

What

  • workspace/_sanitize_a2a.py: export _A2A_BOUNDARY_START and _A2A_BOUNDARY_END convenience aliases. test_a2a_sanitization.py imports them but the module only had the underlying _A2A_RESULT_FROM_PEER constant — blocking CI / Python Lint & Test.
  • .gitea/workflows/sop-tier-check.yml: update continue-on-error tracker reference from internal#189 (404, deleted) to internal#343 (open, same scope) — fixing lint-continue-on-error-tracking.

Why

Both are pre-existing staging blockers preventing PR#927 from passing CI. These two checks (Python Lint and lint-continue-on-error-tracking) fail on every staging PR until this is fixed.

Test plan

  • CI / Python Lint & Test passes
  • lint-continue-on-error-tracking passes
## What - `workspace/_sanitize_a2a.py`: export `_A2A_BOUNDARY_START` and `_A2A_BOUNDARY_END` convenience aliases. `test_a2a_sanitization.py` imports them but the module only had the underlying `_A2A_RESULT_FROM_PEER` constant — blocking `CI / Python Lint & Test`. - `.gitea/workflows/sop-tier-check.yml`: update `continue-on-error` tracker reference from `internal#189` (404, deleted) to `internal#343` (open, same scope) — fixing `lint-continue-on-error-tracking`. ## Why Both are pre-existing staging blockers preventing PR#927 from passing CI. These two checks (Python Lint and lint-continue-on-error-tracking) fail on every staging PR until this is fixed. ## Test plan - [ ] `CI / Python Lint & Test` passes - [ ] `lint-continue-on-error-tracking` passes
hongming added 1 commit 2026-05-14 02:50:37 +00:00
fix(staging): add _A2A_BOUNDARY_START/_END aliases + fix tier-check lint ref
Some checks failed
Lint curl status-code capture / Scan workflows for curl status-capture pollution (pull_request) Successful in 14s
E2E API Smoke Test / detect-changes (pull_request) Successful in 35s
CI / Detect changes (pull_request) Successful in 36s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 34s
publish-runtime-autobump / bump-and-tag (pull_request) Has been skipped
gate-check-v3 / gate-check (pull_request) Successful in 27s
Runtime PR-Built Compatibility / detect-changes (pull_request) Successful in 30s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 27s
qa-review / approved (pull_request) Successful in 10s
security-review / approved (pull_request) Successful in 10s
sop-checklist-gate / gate (pull_request) Successful in 12s
publish-runtime-autobump / pr-validate (pull_request) Successful in 49s
sop-tier-check / tier-check (pull_request) Successful in 18s
lint-continue-on-error-tracking / lint-continue-on-error-tracking (pull_request) Failing after 1m28s
CI / Platform (Go) (pull_request) Successful in 6s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 7s
sop-checklist / na-declarations (pull_request) awaiting /sop-n/a declaration for: qa-review, security-review
CI / Canvas (Next.js) (pull_request) Successful in 4s
sop-checklist / all-items-acked (pull_request) [info tier:low] acked: 5/7 — missing: root-cause, no-backwards-compat — body-unfilled: comprehensive-testing, local-postgres-e2e, staging-sm
CI / Shellcheck (E2E scripts) (pull_request) Successful in 4s
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 4s
CI / Canvas Deploy Reminder (pull_request) Has been skipped
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 1m25s
Lint pre-flip continue-on-error / Verify continue-on-error flips have run-log proof (pull_request) Successful in 1m43s
Lint workflow YAML (Gitea-1.22.6-hostile shapes) / Lint workflow YAML for Gitea-1.22.6-hostile shapes (pull_request) Successful in 1m36s
lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request) Successful in 2m3s
audit-force-merge / audit (pull_request) Successful in 8s
Runtime PR-Built Compatibility / PR-built wheel + import smoke (pull_request) Successful in 2m9s
CI / Python Lint & Test (pull_request) Failing after 6m30s
CI / all-required (pull_request) Failing after 1s
df3dfb74d5
- workspace/_sanitize_a2a.py: export _A2A_BOUNDARY_START and _A2A_BOUNDARY_END
  convenience aliases so test_a2a_sanitization.py can import them.
  Root: test was written expecting these exports but module only had the
  underlying _A2A_RESULT_FROM_PEER constant.
- .gitea/workflows/sop-tier-check.yml: update continue-on-error tracker
  reference from internal#189 (404, deleted) to internal#343 (open,
  tracks the same SOP_FAIL_OPEN interim window).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
hongming added the
tier:low
label 2026-05-14 02:51:14 +00:00
Member

/sop-ack comprehensive-testing

/sop-ack comprehensive-testing
Member

/sop-ack local-postgres-e2e

/sop-ack local-postgres-e2e
Member

/sop-ack staging-smoke

/sop-ack staging-smoke
Member

/sop-ack five-axis-review

/sop-ack five-axis-review
Member

/sop-ack memory-consulted

/sop-ack memory-consulted
hongming approved these changes 2026-05-14 02:51:33 +00:00
hongming left a comment
Author
Owner

orchestrator LGTM — staging fix only, tier:low

orchestrator LGTM — staging fix only, tier:low
devops-engineer merged commit 50e2b3c753 into staging 2026-05-14 02:54:25 +00:00
Sign in to join this conversation.
No description provided.