From e9cce1399da6a76065f6573a3099c3bcfefee068 Mon Sep 17 00:00:00 2001 From: James Gu Date: Mon, 23 Nov 2020 08:23:09 -0800 Subject: [PATCH] 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 Change-Id: I0e3c051cef224f9c5dfa642ebdfc7b886c38229b Signed-off-by: James Gu --- jjb/airship/airship.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}' -- 2.16.6