From c9c67be14f7c422ca8014507e964ed300db17144 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 20 May 2019 08:41:09 +0000 Subject: Revert "Reduce rate of csit mrr-daily jobs during report 1904 preparation" - Back to normal This reverts commit d1191d1135eed0178ea990d09457d1014161c071. Change-Id: I14add3b8f6e1cca33345a13b04ed59ccbef827d5 Signed-off-by: Peter Mikus --- jjb/csit/csit.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 6ca79686e..2dfb69d0c 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -1066,7 +1066,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 16 * * 1,3,5' + - timed: '0 16 * * *' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' @@ -1134,7 +1134,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 14 * * 1,3,5' + - timed: '0 2,14 * * *' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' @@ -1202,7 +1202,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 14 * * 1,3,5' + - timed: '0 2,14 * * *' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' @@ -1270,7 +1270,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 14 * * 1,3,5' + - timed: '0 2,14 * * *' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' -- cgit 1.2.3-korg