Skip to content

Commit

Permalink
Reduce the period for the rollout benchmark (#8443)
Browse files Browse the repository at this point in the history
no need to run it more often right now
  • Loading branch information
vagababov authored Jun 23, 2020
1 parent 74c4b68 commit b221eab
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ kind: CronJob
metadata:
name: rollout-probe-queue
spec:
# Run every thirty minutes, offset from other jobs.
schedule: "6,36 * * * *"
schedule: "0 0,6,12,18 * * *"
jobTemplate:
spec:
parallelism: 1
Expand Down Expand Up @@ -77,8 +76,7 @@ kind: CronJob
metadata:
name: rollout-probe-activator
spec:
# Run every thirty minutes, offset from other jobs.
schedule: "9,39 * * * *"
schedule: "0 1,7,13,19 * * *"
jobTemplate:
spec:
parallelism: 1
Expand Down Expand Up @@ -119,8 +117,7 @@ kind: CronJob
metadata:
name: rollout-probe-activator-with-cc
spec:
# Run every thirty minutes, offset from other jobs.
schedule: "12,42 * * * *"
schedule: "0 2,8,14,20 * * *"
jobTemplate:
spec:
parallelism: 1
Expand Down Expand Up @@ -161,8 +158,7 @@ kind: CronJob
metadata:
name: rollout-probe-queue-with-cc
spec:
# Run every thirty minutes, offset from other jobs.
schedule: "15,45 * * * *"
schedule: "0 3,9,15,21 * * *"
jobTemplate:
spec:
parallelism: 1
Expand Down

0 comments on commit b221eab

Please sign in to comment.