Merge lp:~abentley/charms/trusty/juju-reports/weekly-industrial into lp:~juju-qa/charms/trusty/juju-reports/trunk

Proposed by Aaron Bentley
Status: Merged
Merged at revision: 52
Proposed branch: lp:~abentley/charms/trusty/juju-reports/weekly-industrial
Merge into: lp:~juju-qa/charms/trusty/juju-reports/trunk
Diff against target: 8 lines (+1/-0)
1 file modified
templates/crontab.tmpl (+1/-0)
To merge this branch: bzr merge lp:~abentley/charms/trusty/juju-reports/weekly-industrial
Reviewer Review Type Date Requested Status
Curtis Hovey (community) code Approve
Review via email: mp+249123@code.launchpad.net

Commit message

Add industrial-test to crontab.

Description of the change

This branch adds industrial testing to the crontab.

John had originally intended it to run from cron, and updated the production crontab, not realizing that it would be overwritten by the charm. This branch ensures it is run weekly

To post a comment you must log in.
Revision history for this message
Curtis Hovey (sinzui) wrote :

Thank you.

review: Approve (code)

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 2015-01-20 15:23:00 +0000
3+++ templates/crontab.tmpl 2015-02-09 20:42:29 +0000
4@@ -12,3 +12,4 @@
5 0 16 * * * ubuntu update-bugs --email-logs --log-file=$logs/update-bugs.log && scorecard --email-logs --log-file=$logs/scorecard.log
6 #0 0 * * 1 ubuntu INI=production.ini $reports_home/bin/python $reports_home/jujureports/jobs/cabs.py
7 5 * * * * ubuntu cloud-health --email-logs --log-file=$logs/cloud-health.log
8+10 6 * * 1 ubuntu industrial-test --email-logs --log-file=$logs/industrial-test.log

Subscribers

People subscribed via source and target branches