diff --git a/.github/scripts/fuzzer/get-fuzzer-job-json.sh b/.github/scripts/fuzzer/get-fuzzer-job-json.sh index 973644511d..3f58131fb7 100755 --- a/.github/scripts/fuzzer/get-fuzzer-job-json.sh +++ b/.github/scripts/fuzzer/get-fuzzer-job-json.sh @@ -19,8 +19,13 @@ echo ' "namespace": "fuzzer" }, "spec": { - "backoffLimit": 1, + "backoffLimit": 2, "template": { + "metadata": { + "labels": { + "k8s-liquidata-inc-monitored-job": "created-by-static-config" + } + }, "spec": { "serviceAccountName": "fuzzer", "containers": [ @@ -41,7 +46,7 @@ echo ' ] } ], - "restartPolicy": "Never" + "restartPolicy": "OnFailure" } } }