File tree 10 files changed +11
-11
lines changed
10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: CronJob
3
3
metadata :
4
4
name : cleanup-cronjob
5
5
spec :
6
- schedule : " */ 5 0 * * *" # Cron Time
6
+ schedule : " 5 0 * * *" # Cron Time
7
7
successfulJobsHistoryLimit : 0
8
8
failedJobsHistoryLimit : 0
9
9
jobTemplate :
19
19
env :
20
20
# The Maximum number of pipelinerun basing the same pipeline to keep.
21
21
- name : NUM_TO_KEEP
22
- value : " 5 "
22
+ value : " 3 "
23
23
command :
24
24
- /bin/bash
25
25
- -c
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: CronJob
3
3
metadata :
4
4
name : cronjob-curl-paddleclas
5
5
spec :
6
- schedule : " */ 1 0 * * 5"
6
+ schedule : " 1 0 * * 5"
7
7
successfulJobsHistoryLimit : 0
8
8
failedJobsHistoryLimit : 0
9
9
jobTemplate :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: CronJob
3
3
metadata :
4
4
name : cronjob-curl-paddledetection
5
5
spec :
6
- schedule : " */ 1 0 * * 2"
6
+ schedule : " 1 0 * * 2"
7
7
successfulJobsHistoryLimit : 0
8
8
failedJobsHistoryLimit : 0
9
9
jobTemplate :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: CronJob
3
3
metadata :
4
4
name : cronjob-curl-paddlehelix
5
5
spec :
6
- schedule : " */ 1 12 * * 6"
6
+ schedule : " 1 12 * * 6"
7
7
successfulJobsHistoryLimit : 0
8
8
failedJobsHistoryLimit : 0
9
9
jobTemplate :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: CronJob
3
3
metadata :
4
4
name : cronjob-curl-paddlenlp
5
5
spec :
6
- schedule : " */ 1 0 * * 1"
6
+ schedule : " 1 0 * * 1"
7
7
successfulJobsHistoryLimit : 0
8
8
failedJobsHistoryLimit : 0
9
9
jobTemplate :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: CronJob
3
3
metadata :
4
4
name : cronjob-curl-paddleocr
5
5
spec :
6
- schedule : " */ 1 0 * * 0" # UTC 18:00 CST 24:00
6
+ schedule : " 1 0 * * 0" # UTC 18:00 CST 24:00
7
7
successfulJobsHistoryLimit : 0
8
8
failedJobsHistoryLimit : 0
9
9
jobTemplate :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: CronJob
3
3
metadata :
4
4
name : cronjob-curl-paddlerec
5
5
spec :
6
- schedule : " */ 1 0 * * 6" # UTC 18:00 CST 24:00
6
+ schedule : " 1 0 * * 6" # UTC 18:00 CST 24:00
7
7
successfulJobsHistoryLimit : 0
8
8
failedJobsHistoryLimit : 0
9
9
jobTemplate :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: CronJob
3
3
metadata :
4
4
name : cronjob-curl-paddlescience
5
5
spec :
6
- schedule : " */ 1 12 * * 5"
6
+ schedule : " 1 12 * * 5"
7
7
successfulJobsHistoryLimit : 0
8
8
failedJobsHistoryLimit : 0
9
9
jobTemplate :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: CronJob
3
3
metadata :
4
4
name : cronjob-curl-paddleseg
5
5
spec :
6
- schedule : " */ 1 0 * * 3" # UTC 18:00 CST 24:00
6
+ schedule : " 1 0 * * 3" # UTC 18:00 CST 24:00
7
7
successfulJobsHistoryLimit : 0
8
8
failedJobsHistoryLimit : 0
9
9
jobTemplate :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: CronJob
3
3
metadata :
4
4
name : cronjob-curl-paddlespeech
5
5
spec :
6
- schedule : " */ 1 0 * * 4" # UTC 18:00 CST 24:00
6
+ schedule : " 1 0 * * 4" # UTC 18:00 CST 24:00
7
7
successfulJobsHistoryLimit : 0
8
8
failedJobsHistoryLimit : 0
9
9
jobTemplate :
You can’t perform that action at this time.
0 commit comments