feat: prepare Core Hub production relocation
Some checks failed
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / pytest-smoke (push) Failing after 1s
Build and Publish Container Image / build-and-push (push) Successful in 1m3s

This commit is contained in:
tegwick 2026-08-20 22:46:41 +02:00
parent d7627dabf5
commit 881c87905f
7 changed files with 230 additions and 17 deletions

View file

@ -406,10 +406,10 @@ def _run_bootstrap(
{
"hubId": hub["id"],
"status": "active",
"name": "Gitea Registry Readiness Smoke",
"name": "Forgejo Registry Readiness Smoke",
"widgetType": "ops-readiness-gate",
"capabilityRef": "ops:readiness:gitea-registry",
"viewContext": f"ops-hub/smoke/{run_slug}/gitea-registry",
"capabilityRef": "ops:readiness:forgejo-registry",
"viewContext": f"ops-hub/smoke/{run_slug}/forgejo-registry",
"policyScope": "ops-registry",
},
expected={201},
@ -437,7 +437,7 @@ def _run_bootstrap(
"runId": run_id,
"vsmFunction": "OPS",
"vsmSystem": "S1",
"endpoint": "https://gitea.coulomb.social/v2/",
"endpoint": "https://forgejo.coulomb.social/v2/",
"expectedStatus": 401,
"recordedBy": "scripts/core_hub_deployed_smoke.py",
"recordedAt": utc_timestamp(),