We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263f399 commit 86ef6f4Copy full SHA for 86ef6f4
deploy/self-test/roberta/1gpu/periodic.yaml
@@ -43,11 +43,11 @@ metadata:
43
name: codeflare-self-test-roberta-1gpu-periodic
44
spec:
45
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
49
jobTemplate:
50
- concurrencyPolicy: Forbid
- failedJobsHistoryLimit: 1000
- successfulJobsHistoryLimit: 1000
51
template:
52
53
serviceAccountName: codeflare-self-test-serviceaccount
0 commit comments