diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-02-21 10:15:10 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-02-21 10:15:10 +0100 |
commit | 5183ecc788812a983ddb60bbfaa27f0d5a48c123 (patch) | |
tree | 6157c76e928f3215465a5681841c630fade96a18 /jjb | |
parent | 7ebf4a2c566d1dd18794b90f30f633ad63c7a4f2 (diff) |
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 <tifrank@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/csit/csit.yaml | 11 |
1 files 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' |