From 5183ecc788812a983ddb60bbfaa27f0d5a48c123 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 21 Feb 2019 10:15:10 +0100 Subject: [PATCH] CSIT: Set rate of csit mrr-daily jobs - Set rate of csit mrr-daily jobs back to '0 2,14 * * *' - remove rls1901 timed jobs Change-Id: I8f374b656431a8681ff728efc45930bcff3e91d3 Signed-off-by: Tibor Frank --- jjb/csit/csit.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index aad550813..4ce551bf3 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -64,9 +64,6 @@ - master: branch: 'master' branch-id: 'oper' - - '1901': - branch: 'rls1901' - branch-id: 'oper-rls1901' stream: - master: branch: 'master' @@ -1035,7 +1032,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' @@ -1103,7 +1100,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 16 * * 1,3,5' + - timed: '0 2,14 * * *' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' @@ -1171,7 +1168,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 16 * * 1,3,5' + - timed: '0 2,14 * * *' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' @@ -1239,7 +1236,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 16 * * 1,3,5' + - timed: '0 2,14 * * *' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' -- 2.16.6