Merge lp:~adeuring/charms/precise/juju-reports/charm-crontab-scorecard into lp:~juju-qa/charms/precise/juju-reports/trunk

Proposed by Abel Deuring
Status: Merged
Merged at revision: 24
Proposed branch: lp:~adeuring/charms/precise/juju-reports/charm-crontab-scorecard
Merge into: lp:~juju-qa/charms/precise/juju-reports/trunk
Diff against target: 12 lines (+3/-1)
1 file modified
templates/crontab.tmpl (+3/-1)
To merge this branch: bzr merge lp:~adeuring/charms/precise/juju-reports/charm-crontab-scorecard
Reviewer Review Type Date Requested Status
Aaron Bentley (community) Approve
Review via email: mp+218654@code.launchpad.net

Description of the change

Change the time when the scorecard crontab job is started to match the change in lp:~adeuring/juju-reports/better-time-slice

To post a comment you must log in.
Revision history for this message
Aaron Bentley (abentley) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'templates/crontab.tmpl'
2--- templates/crontab.tmpl 2014-04-24 09:56:28 +0000
3+++ templates/crontab.tmpl 2014-05-07 16:05:35 +0000
4@@ -4,5 +4,7 @@
5
6 */$interval * * * * ubuntu INI=production.ini $reports_home/bin/python $reports_home/jujureports/jobs/jujuci.py
7 */$interval * * * * ubuntu INI=production.ini $reports_home/bin/python $reports_home/jujureports/jobs/charm_testing.py
8-0 16 * * 6 ubuntu INI=production.ini $reports_home/bin/python $reports_home/jujureports/jobs/scorecard.py
9+# The weekday below should match the value scorecard.collection_day
10+# in the file production.ini in lp:juju-reports.
11+0 16 * * 0 ubuntu INI=production.ini $reports_home/bin/python $reports_home/jujureports/jobs/scorecard.py
12 #0 0 * * 1 ubuntu INI=production.ini $reports_home/bin/python $reports_home/jujureports/jobs/cabs.py

Subscribers

People subscribed via source and target branches

to all changes: