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

Subscribers

People subscribed via source and target branches

to all changes: