feat: prepare Core Hub production relocation
This commit is contained in:
parent
d7627dabf5
commit
881c87905f
7 changed files with 230 additions and 17 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue