Skip to content

Commit 97f86ea

Browse files
committed
syz-cluster: fetch base kernels more often
Fetch and do build test of the base kernels 3 times per day instead of 2.
1 parent 41f6b7b commit 97f86ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

syz-cluster/kernel-disk/fetch-kernels-cron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ kind: CronWorkflow
66
metadata:
77
name: fetch-kernels-cron
88
spec:
9-
# Twice each day.
10-
schedule: "0 */12 * * *"
9+
# Three times per day.
10+
schedule: "0 */8 * * *"
1111
concurrencyPolicy: "Replace"
1212
startingDeadlineSeconds: 0
1313
workflowSpec:

syz-cluster/workflow/rebuild-kernels-cron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ kind: CronWorkflow
1111
metadata:
1212
name: rebuild-kernels-cron
1313
spec:
14-
# Twice each day.
15-
schedule: "30 */12 * * *"
14+
# Three times per day.
15+
schedule: "30 */8 * * *"
1616
concurrencyPolicy: "Replace"
1717
startingDeadlineSeconds: 0
1818
workflowSpec:

0 commit comments

Comments
 (0)