Merge lp:~juju-qa/charms/trusty/juju-reports/perfscale_add_collection_to_cron_template into lp:~juju-qa/charms/trusty/juju-reports/trunk

Proposed by Christopher Lee
Status: Merged
Merged at revision: 84
Proposed branch: lp:~juju-qa/charms/trusty/juju-reports/perfscale_add_collection_to_cron_template
Merge into: lp:~juju-qa/charms/trusty/juju-reports/trunk
Diff against target: 12 lines (+3/-0)
1 file modified
templates/crontab.tmpl (+3/-0)
To merge this branch: bzr merge lp:~juju-qa/charms/trusty/juju-reports/perfscale_add_collection_to_cron_template
Reviewer Review Type Date Requested Status
Curtis Hovey (community) code Approve
Review via email: mp+308878@code.launchpad.net

Description of the change

Update crontab template to include data collection for perfscale data for reporting.

Depends on this branch landing first: https://code.launchpad.net/~veebers/juju-reports/adding_perfscale_datasync/+merge/308876

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

Thank you.

review: Approve (code)
81. By Christopher Lee

Merge trunk and resolve conflict.

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 2017-01-30 22:31:44 +0000
3+++ templates/crontab.tmpl 2017-02-08 20:07:35 +0000
4@@ -9,6 +9,9 @@
5 # Every few minutes collect CI test results.
6 */$interval * * * * ubuntu flock -n $lockdir/get_s3_ci_results.lock get-s3-ci-results --email-logs --log-file $logs/get-s3-ci-results.log
7
8+# Every few minutes collect perfscale test results.
9+*/$interval * * * * ubuntu flock -n $lockdir/get_s3_perfscale_results.lock get-s3-perfscale-results --email-logs --log-file $logs/get-s3-perfscale-results.log
10+
11 # Every few minutes check for undescribed non-voting tests.
12 */$interval * * * * ubuntu flock -n $lockdir/non-voting.lock non-voting --email-logs --log-file $logs/non-voting.log
13

Subscribers

People subscribed via source and target branches

to all changes: