-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27657/
-----------------------------------------------------------
(Updated Nov. 6, 2014, 1:27 p.m.)
Review request for Aurora and Bill Farner.
Changes
-------
Bill's feedback.
Bugs: AURORA-857
https://issues.apache.org/jira/browse/AURORA-857
Repository: aurora
Description
-------
Print out the job url after scheduling a cron job.
Diffs (updated)
-----
build.gradle 3237f8dfa3e7d4249a388042dba840a939d513b3
src/main/python/apache/aurora/client/cli/client.py
0cb69448cd24372067ac845eca5862bc3d3a46a9
src/main/python/apache/aurora/client/cli/cron.py
3416c8e1932056725880f2007b60d77112759428
src/test/java/org/apache/aurora/scheduler/app/SchedulerIT.java
899416fceae498353880012b8a93491cff461064
src/test/java/org/apache/aurora/scheduler/storage/backup/RecoveryTest.java
5ac15eccc05dff11e3541c168f74baf1e7f86c35
src/test/java/org/apache/aurora/scheduler/storage/backup/StorageBackupTest.java
3a3c95e0a2a7fe3ea1a95b8a9ee5e2702ce67037
src/test/python/apache/aurora/client/cli/test_cron.py
f488432cd68cc68fab8fce968e8605625ea3f56a
src/test/python/apache/thermos/monitoring/test_disk.py
913f87d90944e2c5359ac0b7c2205ddf7db676ba
Diff: https://reviews.apache.org/r/27657/diff/
Testing
-------
./pants build --timeout=60 src/test/python:all -vxs
````
vagrant@vagrant-ubuntu-trusty-64:~$ aurora2 cron schedule
devcluster/www-data/test/cron_hello_world
/vagrant/examples/jobs/cron_hello_world.aurora
log(info): Registering job cron_hello_world with cron
cron schedule created at
http://vagrant-ubuntu-trusty-64:8081/scheduler/www-data/test/cron_hello_world
````
Thanks,
Zameer Manji