From 9474c6f7c28225aab02549a103c58afb8a82a402 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Tue, 23 Oct 2018 16:23:45 +0200 Subject: [PATCH] Reduce rate of csit mrr-daily jobs during report 1810 preparation Change-Id: I276f75b8ee793e9f2c7c17b7cc7d408375728ae6 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 19bcce199..3da72e9d7 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -1026,7 +1026,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' @@ -1094,7 +1094,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' @@ -1162,7 +1162,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' @@ -1230,7 +1230,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' -- 2.16.6