diff options
author | 2019-05-21 11:49:39 +0000 | |
---|---|---|
committer | 2019-05-21 11:49:39 +0000 | |
commit | b8c4aa042d11b42b5a7e5e572e17dc8d75b10078 (patch) | |
tree | d27418ac3efeec51531586390bdda106c9f57451 | |
parent | affb9545fa4f7661be199ff3fbc213065d57409d (diff) | |
parent | c9c67be14f7c422ca8014507e964ed300db17144 (diff) |
Merge "Revert "Reduce rate of csit mrr-daily jobs during report 1904 preparation""
-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 6ca79686e..2dfb69d0c 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -1066,7 +1066,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' @@ -1134,7 +1134,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 14 * * 1,3,5' + - timed: '0 2,14 * * *' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' @@ -1202,7 +1202,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 14 * * 1,3,5' + - timed: '0 2,14 * * *' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' @@ -1270,7 +1270,7 @@ build-timeout: '{build-timeout}' triggers: - - timed: '0 14 * * 1,3,5' + - timed: '0 2,14 * * *' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' |