Compare commits

...

2 Commits

Author SHA1 Message Date
devops-engineer e1820fe5a9 ci: empty-commit retrigger (all-required emitter stuck on cancelled canvas-deploy-reminder)
CI / Shellcheck (E2E scripts) (pull_request) Blocked by required conditions
CI / Canvas Deploy Reminder (pull_request) Blocked by required conditions
CI / all-required (pull_request) Blocked by required conditions
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 38s
CI / Detect changes (pull_request) Successful in 58s
E2E API Smoke Test / detect-changes (pull_request) Successful in 1m16s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 33s
gate-check-v3 / gate-check (pull_request) Successful in 34s
security-review / approved (pull_request) Successful in 39s
qa-review / approved (pull_request) Successful in 50s
sop-checklist / all-items-acked (pull_request) Successful in 27s
sop-tier-check / tier-check (pull_request) Successful in 25s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 1m28s
E2E Chat / detect-changes (pull_request) Successful in 1m47s
Runtime PR-Built Compatibility / detect-changes (pull_request) Successful in 1m24s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 1m42s
Ops Scripts Tests / Ops scripts (unittest) (pull_request) Successful in 1m50s
CI / Python Lint & Test (pull_request) Successful in 25s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 17s
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 11s
E2E Chat / E2E Chat (pull_request) Failing after 12s
CI / Platform (Go) (pull_request) Failing after 22m5s
CI / Canvas (Next.js) (pull_request) Successful in 21m41s
Runtime PR-Built Compatibility / PR-built wheel + import smoke (pull_request) Successful in 3m1s
2026-05-15 16:58:58 -07:00
devops-engineer 371a5e016f fix(build): add a2a_tools_identity to TOP_LEVEL_MODULES (PR#1240 follow-up)
CI / Canvas Deploy Reminder (pull_request) Blocked by required conditions
CI / all-required (pull_request) Blocked by required conditions
Secret scan / Scan diff for credential-shaped strings (pull_request) Waiting to run
qa-review / approved (pull_request) Waiting to run
security-review / approved (pull_request) Waiting to run
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 23s
CI / Detect changes (pull_request) Successful in 1m34s
E2E API Smoke Test / detect-changes (pull_request) Successful in 1m38s
gate-check-v3 / gate-check (pull_request) Successful in 48s
E2E Chat / detect-changes (pull_request) Successful in 1m49s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 1m58s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 2m3s
Runtime PR-Built Compatibility / detect-changes (pull_request) Successful in 1m59s
sop-tier-check / tier-check (pull_request) Successful in 57s
sop-checklist / all-items-acked (pull_request) Successful in 1m1s
Ops Scripts Tests / Ops scripts (unittest) (pull_request) Successful in 2m17s
CI / Python Lint & Test (pull_request) Successful in 9s
CI / Shellcheck (E2E scripts) (pull_request) Successful in 36s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 16s
E2E Chat / E2E Chat (pull_request) Failing after 12s
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 15s
Runtime PR-Built Compatibility / PR-built wheel + import smoke (pull_request) Successful in 3m36s
CI / Canvas (Next.js) (pull_request) Successful in 21m30s
CI / Platform (Go) (pull_request) Failing after 22m32s
PR#1240 added workspace/a2a_tools_identity.py but did not update
scripts/build_runtime_package.py:TOP_LEVEL_MODULES, so the drift gate
fails on every publish-runtime tag push:

  error: TOP_LEVEL_MODULES drifted from workspace/*.py contents:
    in workspace/ but NOT in TOP_LEVEL_MODULES (will ship un-rewritten):
      ['a2a_tools_identity']

This blocked the post-PR#1240 cascade: PyPI publish never happened
because the package wouldn't build. Verified by observing runs 59570,
59587, and 59589 (publish-runtime.yml) all failing at the same step
with this exact error.

T4 close-out — Hongming-authorized direct merge.
2026-05-15 16:09:38 -07:00
+1
View File
@@ -58,6 +58,7 @@ TOP_LEVEL_MODULES = {
"a2a_response",
"a2a_tools",
"a2a_tools_delegation",
"a2a_tools_identity",
"a2a_tools_inbox",
"a2a_tools_memory",
"a2a_tools_messaging",