aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster
diff options
context:
space:
mode:
Diffstat (limited to 'syz-cluster')
-rw-r--r--syz-cluster/workflow/build-step/workflow-template.yaml4
-rw-r--r--syz-cluster/workflow/triage-step/workflow-template.yaml4
2 files changed, 8 insertions, 0 deletions
diff --git a/syz-cluster/workflow/build-step/workflow-template.yaml b/syz-cluster/workflow/build-step/workflow-template.yaml
index 76edbf037..b7b343745 100644
--- a/syz-cluster/workflow/build-step/workflow-template.yaml
+++ b/syz-cluster/workflow/build-step/workflow-template.yaml
@@ -8,6 +8,10 @@ metadata:
spec:
templates:
- name: build-step
+ retryStrategy:
+ limit: "3"
+ backoff:
+ duration: "5m"
inputs:
parameters:
- name: findings
diff --git a/syz-cluster/workflow/triage-step/workflow-template.yaml b/syz-cluster/workflow/triage-step/workflow-template.yaml
index 37427cf73..126d6c775 100644
--- a/syz-cluster/workflow/triage-step/workflow-template.yaml
+++ b/syz-cluster/workflow/triage-step/workflow-template.yaml
@@ -8,6 +8,10 @@ metadata:
spec:
templates:
- name: triage-step
+ retryStrategy:
+ limit: "3"
+ backoff:
+ duration: "5m"
initContainers:
- name: setup-overlays
image: alpine/git:latest