Add periodic-weekly pipeline

Adds a periodic pipeline which runs weekly in addition to the current
one that runs daily, which is too often for some jobs.

Change-Id: Ib1bd96a3ace6920479137f99cb0c581dccb13e3c
This commit is contained in:
Sorin Sbarnea 2020-03-11 15:07:46 +00:00
parent 55cfba90c7
commit de2d9be5e2
1 changed files with 17 additions and 1 deletions

View File

@ -183,7 +183,7 @@
- pipeline:
name: periodic
post-review: true
description: Jobs in this queue are triggered on a timer.
description: Jobs in this queue are triggered on a daily timer.
manager: independent
precedence: low
trigger:
@ -194,6 +194,22 @@
failure:
mysql:
- pipeline:
name: periodic-weekly
post-review: true
description: Jobs in this queue are triggered on a weekly timer.
manager: independent
precedence: low
trigger:
timer:
# Saturday 8am UTC is a better time to start weekend jobs, as Sunday
# is a working day in some geographies.
- time: '0 8 * * 6'
success:
mysql:
failure:
mysql:
- pipeline:
name: release-approval
description: |