diff options
author | James Gu <james.gu@att.com> | 2020-11-23 08:23:09 -0800 |
---|---|---|
committer | James Gu <james.gu@att.com> | 2020-11-23 12:12:04 -0800 |
commit | e9cce1399da6a76065f6573a3099c3bcfefee068 (patch) | |
tree | ef4804ce68b4a2c2680520e0eb8a26b6d7a773d4 /jjb/airship | |
parent | ef78f566f032f0a0632e4956cf4bc14cb19b1591 (diff) |
Reduce Airship daily job frequency
Temporarily reduce the daily job frequency to Wed/Sat because only
one pod (pod17) is available for the project and the redeployment
of daily job has been disruptive to the day to day dev/tsting work.
Also changed to daily job start time to 0600.
Signed-off-by: James Gu <james.gu@att.com>
Change-Id: I0e3c051cef224f9c5dfa642ebdfc7b886c38229b
Signed-off-by: James Gu <james.gu@att.com>
Diffstat (limited to 'jjb/airship')
-rw-r--r-- | jjb/airship/airship.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index 7a94a465e..e732958a9 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -379,7 +379,7 @@ name: 'airship-{tag}-daily' project-type: multijob triggers: - - timed: '@daily' + - timed: '0 6 * * 3,6' parameters: - airship-slave: slave: '{slave}' |