From 102643e01a064b0cefb8dff1b0b2c1f5720ed34e Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Thu, 31 Jan 2019 15:53:43 +0100 Subject: Reduce rate of csit mrr-daily jobs during report 1901 preparation Change-Id: I48ffeeaf3a8ed6eb34b245e2e641ffc14373f5cf Signed-off-by: Jan Gelety --- 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 e613c2f31..3c2ed70e1 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -1029,7 +1029,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 16 * * *' + - timed: '0 16 * * 1,3,5' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' @@ -1097,7 +1097,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 2,16 * * *' + - timed: '0 16 * * 1,3,5' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' @@ -1165,7 +1165,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 2,16 * * *' + - timed: '0 16 * * 1,3,5' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' @@ -1233,7 +1233,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 2,16 * * *' + - timed: '0 16 * * 1,3,5' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' -- cgit 1.2.3-korg