github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/syz-cluster/kernel-disk/fetch-kernels-cron.yaml (about)

     1  # Copyright 2025 syzkaller project authors. All rights reserved.
     2  # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
     3  
     4  apiVersion: argoproj.io/v1alpha1
     5  kind: CronWorkflow
     6  metadata:
     7    name: fetch-kernels-cron
     8  spec:
     9    # Three times per day.
    10    schedule: "0 */8 * * *"
    11    concurrencyPolicy: "Replace"
    12    startingDeadlineSeconds: 0
    13    workflowSpec:
    14      workflowTemplateRef:
    15        name: fetch-kernels-workflow-template