Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 83f94f9

Browse files
henristclaude
andcommitted
Skip e2e cron during Zincati reboot windows
fcos-1/2/3/fbshs1 reboot 01-05 Europe/Oslo (23-04 UTC summer / 00-05 UTC winter), causing 502s when fcos-1 (uka-billett) or fcos-3 (nginx-front-1) is mid-reboot. Gatus already monitors externally. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
1 parent f260828 commit 83f94f9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/e2e-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: E2E Tests
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: "35 * * * *"
5+
# Skip Zincati reboot windows for fcos-1/2/3/fbshs1 (01-05 Europe/Oslo
6+
# = 23-04 UTC summer / 00-05 UTC winter). Gatus monitors externally.
7+
- cron: "35 5-22 * * *"
68
push:
79
paths:
810
- ".github/workflows/e2e-tests.yml"

0 commit comments

Comments
 (0)