From 6d1fe84c2a2432f4d027f48092ed3e1c619e793f Mon Sep 17 00:00:00 2001 From: UniDesk Codex Date: Sun, 12 Jul 2026 05:38:52 +0000 Subject: [PATCH] fix: normalize web sentinel cadence to hourly --- .../scenarios.multi-sentinel.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/hwlab-web-probe-sentinel/scenarios.multi-sentinel.yaml b/config/hwlab-web-probe-sentinel/scenarios.multi-sentinel.yaml index 6b890f11..a46516b4 100644 --- a/config/hwlab-web-probe-sentinel/scenarios.multi-sentinel.yaml +++ b/config/hwlab-web-probe-sentinel/scenarios.multi-sentinel.yaml @@ -8,7 +8,7 @@ sentinel: scenarios: - id: workbench-dsflash-go-single-turn-smoke enabled: true - cadence: 10m + cadence: 1h observeTargetPath: /workbench sampleIntervalMs: 1000 screenshotIntervalMs: 60000 @@ -27,7 +27,7 @@ sentinel: - id: workbench-dsflash-go-hwpod-two-turn-freeze-repro enabled: true - cadence: 10m + cadence: 1h observeTargetPath: /workbench sampleIntervalMs: 1000 screenshotIntervalMs: 60000 @@ -47,7 +47,7 @@ sentinel: - id: workbench-dsflash-go-tool-call-10x enabled: true - cadence: 10m + cadence: 1h observeTargetPath: /workbench sampleIntervalMs: 1000 screenshotIntervalMs: 60000 @@ -97,7 +97,7 @@ sentinel: - id: workbench-auth-session-switch-2users enabled: true - cadence: 10m + cadence: 1h observeTargetPath: /workbench sampleIntervalMs: 1000 screenshotIntervalMs: 60000 @@ -131,7 +131,7 @@ sentinel: - id: mdtodo-visual-regression enabled: true - cadence: 15m + cadence: 1h observeTargetPath: /projects/mdtodo viewport: 1440x900 sampleIntervalMs: 1000