diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-05-20 08:41:09 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-05-20 08:47:57 +0000 |
commit | c9c67be14f7c422ca8014507e964ed300db17144 (patch) | |
tree | 32704d4e400c10baee353db7b0b0cd82bff15893 /jjb/csit | |
parent | e6b4d7dc211c154582a2aa04d6610258d0c9b7e3 (diff) |
Revert "Reduce rate of csit mrr-daily jobs during report 1904 preparation"
- Back to normal
This reverts commit d1191d1135eed0178ea990d09457d1014161c071.
Change-Id: I14add3b8f6e1cca33345a13b04ed59ccbef827d5
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'jjb/csit')
-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' |