diff options
author | Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> | 2017-06-21 14:25:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2017-06-21 14:25:18 +0000 |
commit | 3b01fda19a0cbded99b137ccc9b3ab723414f3e6 (patch) | |
tree | 7912dabf23aff195f46718c43bb3b0e815e4959b /jjb | |
parent | f94664f5186e1392958825d65410dccf1765d419 (diff) | |
parent | 025fd7def04c0ba1fe18dbe26fc5a4284502c5df (diff) |
Merge "Start the periodical CSIT perf jobs 3 hours sooner"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/csit/csit.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 71f91a366..510cc6cce 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -2690,7 +2690,7 @@ build-timeout: '1440' triggers: - - timed: 'H H(20-23) * * *' + - timed: 'H H(17-20) * * *' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' @@ -3078,7 +3078,7 @@ build-timeout: '1440' triggers: - - timed: 'H H(20-23) * * 2,6' + - timed: 'H H(17-20) * * 2,6' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' @@ -3561,7 +3561,7 @@ build-timeout: '1440' triggers: - - timed: 'H H(2-4) * * *' + - timed: 'H H(0-2) * * *' builders: - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop' |