File tree 4 files changed +9
-84
lines changed
deploy/self-test/roberta/1gpu
4 files changed +9
-84
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 49
49
serviceAccountName : codeflare-self-test-serviceaccount
50
50
containers :
51
51
- name : self-test
52
- image : ghcr.io/project-codeflare/codeflare-self-test:0.10.4
52
+ image : ghcr.io/project-codeflare/codeflare-self-test:0.11.0
53
53
env :
54
54
# - name: GUIDEBOOK_RUN_ARGS
55
55
# value: "-V"
Original file line number Diff line number Diff line change @@ -40,17 +40,20 @@ roleRef:
40
40
apiVersion : batch/v1
41
41
kind : CronJob
42
42
metadata :
43
- name : codeflare-self-test-roberta-1gpu
43
+ name : codeflare-self-test-roberta-1gpu-periodic
44
44
spec :
45
- schedule : " * /30 * * * *" # every 30 minutes see crontab.guru
45
+ schedule : " 0 /30 * * * *" # every 30 minutes, starting from the top of the hour ( see crontab.guru)
46
46
jobTemplate :
47
47
spec :
48
+ concurrencyPolicy : Forbid
49
+ failedJobsHistoryLimit : 1000
50
+ successfulJobsHistoryLimit : 1000
48
51
template :
49
52
spec :
50
53
serviceAccountName : codeflare-self-test-serviceaccount
51
54
containers :
52
55
- name : self-test
53
- image : ghcr.io/project-codeflare/codeflare-self-test:0.10.4
56
+ image : ghcr.io/project-codeflare/codeflare-self-test:0.11.0
54
57
env :
55
58
# - name: GUIDEBOOK_RUN_ARGS
56
59
# value: "-V"
Original file line number Diff line number Diff line change 124
124
"infile" : " CHANGELOG.md"
125
125
},
126
126
"@release-it/bumper" : {
127
+ "out" : " deploy/self-test/roberta/1gpu/once.yaml" ,
128
+ "out" : " deploy/self-test/roberta/1gpu/periodic.yaml" ,
127
129
"out" : " plugins/plugin-client-default/package.json"
128
130
}
129
131
}
You can’t perform that action at this time.
0 commit comments