Skip to content

Commit 738c1d7

Browse files
prontclaude
andauthored
chore(ci): run K8s E2E suite on a weekly schedule (#25119)
chore(ci): run K8s E2E suite weekly instead of nightly Reduce the schedule from Tue-Sat to once a week (Monday 01:00 UTC). The suite also runs on PRs that touch K8s-related files and in the merge queue, so weekly is sufficient for catching regressions. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b428aba commit 738c1d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/k8s_e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# - manual dispatch in GH UI
55
# - on a PR commit if the kubernetes_logs source was changed
66
# - in the merge queue
7-
# - on a schedule at midnight UTC Tue-Sat
7+
# - on a weekly schedule (Monday 01:00 UTC)
88
# - on demand by either of the following comments in a PR:
99
# - '/ci-run-k8s'
1010
# - '/ci-run-all'
@@ -34,7 +34,7 @@ on:
3434
merge_group:
3535
types: [checks_requested]
3636
schedule:
37-
- cron: "0 1 * * 2-6" # 01:00 UTC Tue-Sat
37+
- cron: "0 1 * * 1" # 01:00 UTC every Monday
3838

3939
concurrency:
4040
# In flight runs will be canceled through re-trigger in the merge queue, scheduled run, or if

0 commit comments

Comments
 (0)