fix(web): refresh IwoooS rollout risk readback
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user