diff options
author | Jan Gelety <jgelety@cisco.com> | 2019-01-31 15:53:43 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2019-01-31 15:53:43 +0100 |
commit | 102643e01a064b0cefb8dff1b0b2c1f5720ed34e (patch) | |
tree | a77c97786098988df5baf310ff82ded538a9e504 /jjb | |
parent | c0e980bc816738cbf1e7c9de8589a0d246cc85a6 (diff) |
Reduce rate of csit mrr-daily jobs during report 1901 preparation
Change-Id: I48ffeeaf3a8ed6eb34b245e2e641ffc14373f5cf
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/csit/csit.yaml | 8 |
1 files 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' |