Skip to content

Commit 86ef6f4

Browse files
committed
fix: roberta self-test cronjob does not properly specify history limit specs
we had them under the job template, and for some reason kubectl did not complain about a schematic error
1 parent 263f399 commit 86ef6f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/self-test/roberta/1gpu/periodic.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ metadata:
4343
name: codeflare-self-test-roberta-1gpu-periodic
4444
spec:
4545
schedule: "0/30 * * * *" # every 30 minutes, starting from the top of the hour (see crontab.guru)
46+
concurrencyPolicy: Forbid
47+
failedJobsHistoryLimit: 1000
48+
successfulJobsHistoryLimit: 1000
4649
jobTemplate:
4750
spec:
48-
concurrencyPolicy: Forbid
49-
failedJobsHistoryLimit: 1000
50-
successfulJobsHistoryLimit: 1000
5151
template:
5252
spec:
5353
serviceAccountName: codeflare-self-test-serviceaccount

0 commit comments

Comments
 (0)