diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-02-17 18:13:37 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-02-18 14:23:32 +0000 |
| commit | ec05e4c30271d38daa3a17bae6cafe5a7477c943 (patch) | |
| tree | 27734f7f1bfc97bbdab61c92287c4c070f77ea5c /syz-cluster/workflow/kustomization.yaml | |
| parent | 30e664133f1d6d163a0cafa118603da3bc9a40c0 (diff) | |
syz-cluster: update workflow templates with kustomize
This removes one of the required manual steps.
Diffstat (limited to 'syz-cluster/workflow/kustomization.yaml')
| -rw-r--r-- | syz-cluster/workflow/kustomization.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/syz-cluster/workflow/kustomization.yaml b/syz-cluster/workflow/kustomization.yaml new file mode 100644 index 000000000..4bf5582d6 --- /dev/null +++ b/syz-cluster/workflow/kustomization.yaml @@ -0,0 +1,8 @@ +# Copyright 2025 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +resources: + - triage-step/workflow-template.yaml + - build-step/workflow-template.yaml + - boot-step/workflow-template.yaml + - fuzz-step/workflow-template.yaml |
