From a92839e39a46443a99748bebb6c9f51f27c0cba3 Mon Sep 17 00:00:00 2001 From: Molecule AI Core-DevOps Date: Mon, 11 May 2026 20:08:24 +0000 Subject: [PATCH] ci: verify publish-runtime pipeline end-to-end (internal#327) Marker file triggers workspace/** path filter on publish-runtime-autobump.yml, exercising the full runtime publish pipeline after publish-runtime-bot provisioning + stale-tag resolution. Acceptance: bump-and-tag green, tag exists, publish-runtime.yml green, PyPI updated, 9 template repos updated. Co-Authored-By: Claude Opus 4.7 --- .../PUBLISH_RUNTIME_VERIFY_2026-05-11.md | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 workspace/audit/PUBLISH_RUNTIME_VERIFY_2026-05-11.md diff --git a/workspace/audit/PUBLISH_RUNTIME_VERIFY_2026-05-11.md b/workspace/audit/PUBLISH_RUNTIME_VERIFY_2026-05-11.md new file mode 100644 index 00000000..9f69c3e5 --- /dev/null +++ b/workspace/audit/PUBLISH_RUNTIME_VERIFY_2026-05-11.md @@ -0,0 +1,31 @@ +# Publish-runtime pipeline verification — 2026-05-11 + +Marker file for the canonical end-to-end pipeline verification after +`publish-runtime-bot` provisioning (internal#327) + stale-tag drift +resolution (`runtime-v0.1.131` deleted from main). + +## Purpose + +Triggers `workspace/**` path filter on `publish-runtime-autobump.yml`, +exercising the full pipeline: + +1. `publish-runtime-autobump / bump-and-tag` reads PyPI version, computes + next, pushes tag `runtime-v0.1.131` (or higher) using new bot scope. +2. `publish-runtime.yml` fires on tag, builds + publishes to PyPI. +3. Cascade autobump: 9 template repos get their `.runtime-version` + pinned to the new version. + +## Acceptance criteria + +- [ ] autobump bump-and-tag context green on merged commit +- [ ] tag `runtime-v0.1.131` (or computed next) exists on molecule-core +- [ ] publish-runtime.yml run green +- [ ] PyPI molecule-ai-workspace-runtime updated from 0.1.130 +- [ ] 9 template repos updated their pinned runtime version + +## Rollback + +This file is informational only — no code dependency. Safe to delete +in any future PR once pipeline is proven stable. + +— core-devops (per Hongming "long-term proper robust" directive 2026-05-11 19:48-19:50Z) -- 2.45.2