~abentley/charms/trusty/juju-reports/disable-cloud-health-sync

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SHELL=/bin/bash
PATH=$reports_home/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
$error_email
INI=$reports_home/production.ini

*/15 * * * * ubuntu flock -n $lockdir/charm_test.lock python $reports_home/jujureports/jobs/charm_test.py --log-file $logs/charm_test.log
*/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
*/$interval * * * * ubuntu flock -n $lockdir/get_s3_ci_results.lock get-s3-ci-results --email-logs --log-file $logs/get-s3-ci-results.log
# The weekday below should match the value scorecard.collection_day
# in the file production.ini in lp:juju-reports.
0 16 * * * ubuntu update-bugs --email-logs --log-file=$logs/update-bugs.log && scorecard --email-logs --log-file=$logs/scorecard.log
#0 0 * * 1 ubuntu INI=production.ini $reports_home/bin/python $reports_home/jujureports/jobs/cabs.py
5 * * * * ubuntu cloud-health --email-logs --log-file=$logs/cloud-health.log
10 6 * * 1 ubuntu industrial-test --email-logs --log-file=$logs/industrial-test.log
* * * * * ubuntu flock -n $lockdir/outcome_analyser.lock outcome-analyser scan-queued --email-logs --log-file=$logs/scan-queued.log
0 */6 * * * ubuntu $reports_home/bin/python $reports_home/jujureports/jobs/comp_test.py