~juju-qa/charms/trusty/juju-reports/perfscale_add_collection_to_cron_template

« back to all changes in this revision

Viewing changes to templates/crontab.tmpl

  • Committer: Christopher Lee
  • Date: 2016-10-20 03:52:18 UTC
  • Revision ID: chris.lee@canonical.com-20161020035218-8vqzpxkbqvs9rioi
Add perfscale collection to cron template

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
*/15 * * * * ubuntu flock -n $lockdir/charm_test.lock python $reports_home/jujureports/jobs/charm_test.py --log-file $logs/charm_test.log
7
7
# */30 * * * * ubuntu flock -n $lockdir/sync_health_results.lock python $reports_home/jujureports/jobs/sync_health_results.py --log-file $logs/sync_health_results.log
8
8
*/$interval * * * * ubuntu flock -n $lockdir/get_s3_ci_results.lock get-s3-ci-results --email-logs --log-file $logs/get-s3-ci-results.log
 
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
9
10
*/$interval * * * * ubuntu flock -n $lockdir/non-voting.lock non-voting --email-logs --log-file $logs/non-voting.log
10
11
10 6 * * 1 ubuntu industrial-test --email-logs --log-file=$logs/industrial-test.log
11
12
* * * * * ubuntu flock -n $lockdir/outcome_analyser.lock outcome-analyser scan-queued --email-logs --log-file=$logs/scan-queued.log