fix(web): refresh IwoooS rollout risk readback
All checks were successful
Code Review / ai-code-review (push) Successful in 16s
CD Pipeline / tests (push) Successful in 1m45s
CD Pipeline / build-and-deploy (push) Successful in 7m56s
CD Pipeline / post-deploy-checks (push) Successful in 3m25s

This commit is contained in:
Your Name
2026-06-27 14:11:21 +08:00
parent f791107938
commit d304b48bb3
4 changed files with 34 additions and 28 deletions

View File

@@ -2202,24 +2202,27 @@ const agentBountySecurityOnboardingBoundaries = [
] as const
const rolloutRiskReadOnlySummary = [
{ key: 'sourceDeployMarker', value: '16756d24', icon: GitBranch, tone: 'warn' },
{ key: 'sourceDeployMarker', value: '52e942e19', icon: GitBranch, tone: 'warn' },
{ key: 'rolloutRisk', value: '1', icon: AlertTriangle, tone: 'warn' },
{ key: 'runtimeGate', value: '0', icon: Lock, tone: 'locked' },
] as const
const rolloutRiskReadOnlyItems: RolloutRiskReadOnlyItem[] = [
{ key: 'argocdHealth', signal: 'RR1', state: 'Degraded', icon: Cloud, tone: 'warn' },
{ key: 'resourceSync', signal: 'RR2', state: 'OutOfSync', icon: Workflow, tone: 'warn' },
{ key: 'smokePassed', signal: 'RR3', state: '通過', icon: CheckCircle2, tone: 'steady' },
{ key: 'argocdHealth', signal: 'RR1', state: 'Progressing', icon: Cloud, tone: 'warn' },
{ key: 'resourceSync', signal: 'RR2', state: 'Synced', icon: Workflow, tone: 'warn' },
{ key: 'smokePassed', signal: 'RR3', state: '讀回綠', icon: CheckCircle2, tone: 'steady' },
{ key: 'riskBoundary', signal: 'RR4', state: '不開閘', icon: Lock, tone: 'locked' },
]
const rolloutRiskReadOnlyBoundaries = [
'rollout_risk_read_only_card_count=4',
'rollout_risk_source_deploy_marker=16756d24',
'rollout_risk_source_deploy_marker=52e942e19',
'rollout_risk_source_cd_run=3601',
'rollout_risk_awoooi_rollout_risk=1',
'rollout_risk_argocd_health=Degraded',
'rollout_risk_resource_sync=OutOfSync',
'rollout_risk_argocd_health=Progressing',
'rollout_risk_resource_sync=Synced',
'rollout_risk_failure_step=Deploy_to_K8s_ArgoCD_GitOps',
'rollout_risk_post_deploy_checks=skipped',
'rollout_risk_api_health_passed=true',
'rollout_risk_playwright_smoke_passed=true',
'rollout_risk_requires_read_only_triage=true',