Merge lp:~adam-collard/ols-jenkaas/nightly-in-the-utc-morning into lp:~ols-jenkaas-admins/ols-jenkaas/trunk

Proposed by Adam Collard
Status: Merged
Approved by: Adam Collard
Approved revision: 602
Merged at revision: 601
Proposed branch: lp:~adam-collard/ols-jenkaas/nightly-in-the-utc-morning
Merge into: lp:~ols-jenkaas-admins/ols-jenkaas/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
jobs/project-junit.yaml (+1/-1)
To merge this branch: bzr merge lp:~adam-collard/ols-jenkaas/nightly-in-the-utc-morning
Reviewer Review Type Date Requested Status
Tom Wardill (community) Approve
Online Services Jenkaas Administrators Pending
Review via email: mp+355528@code.launchpad.net

Description of the change

Switch from @daily to 'H H * * *' to use a hash of the job name to decide which hour to run in avoiding spikes

To post a comment you must log in.
Revision history for this message
Tom Wardill (twom) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jobs/project-junit.yaml'
2--- jobs/project-junit.yaml 2018-09-12 10:50:21 +0000
3+++ jobs/project-junit.yaml 2018-09-24 09:09:39 +0000
4@@ -30,7 +30,7 @@
5 defaults: project
6 project-type: freestyle
7 triggers:
8- - timed: '@daily'
9+ - timed: 'H 8 * * *'
10 builders:
11 - wipe-workspace
12 - shell: annotate-output ~/jenkaas/project/run-tests {vcs} {trunk} {container} '{setup}' '{landing-tests}' {workdir}

Subscribers

People subscribed via source and target branches