Return-Path: X-Original-To: apmail-aurora-reviews-archive@minotaur.apache.org Delivered-To: apmail-aurora-reviews-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 42610172BA for ; Thu, 6 Nov 2014 18:50:10 +0000 (UTC) Received: (qmail 99965 invoked by uid 500); 6 Nov 2014 18:50:10 -0000 Delivered-To: apmail-aurora-reviews-archive@aurora.apache.org Received: (qmail 99921 invoked by uid 500); 6 Nov 2014 18:50:10 -0000 Mailing-List: contact reviews-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@aurora.incubator.apache.org Delivered-To: mailing list reviews@aurora.incubator.apache.org Received: (qmail 99905 invoked by uid 99); 6 Nov 2014 18:50:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2014 18:50:09 +0000 X-ASF-Spam-Status: No, hits=-1998.4 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE,MANY_SPAN_IN_TEXT,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 06 Nov 2014 18:50:08 +0000 Received: (qmail 90383 invoked by uid 99); 6 Nov 2014 18:47:18 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2014 18:47:18 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id AAED11DFC2A; Thu, 6 Nov 2014 18:47:21 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============0815146815726901680==" MIME-Version: 1.0 Subject: Re: Review Request 27657: Print out the job url after scheduling a cron job. From: "Zameer Manji" To: "Bill Farner" Cc: "Aurora ReviewBot" , "Aurora" , "Zameer Manji" , "Joshua Cohen" Date: Thu, 06 Nov 2014 18:47:21 -0000 Message-ID: <20141106184721.10454.24511@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Zameer Manji" X-ReviewGroup: Aurora X-ReviewRequest-URL: https://reviews.apache.org/r/27657/ X-Sender: "Zameer Manji" References: <20141106021451.10454.28094@reviews.apache.org> In-Reply-To: <20141106021451.10454.28094@reviews.apache.org> Reply-To: "Zameer Manji" X-ReviewRequest-Repository: aurora X-Virus-Checked: Checked by ClamAV on apache.org --===============0815146815726901680== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27657/ ----------------------------------------------------------- (Updated Nov. 6, 2014, 10:47 a.m.) Review request for Aurora and Bill Farner. Changes ------- Josh'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) ----- src/main/python/apache/aurora/client/cli/cron.py 3416c8e1932056725880f2007b60d77112759428 src/test/python/apache/aurora/client/cli/test_cron.py f488432cd68cc68fab8fce968e8605625ea3f56a 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 --===============0815146815726901680==--