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 5EC80177D3 for ; Fri, 24 Oct 2014 21:33:30 +0000 (UTC) Received: (qmail 71110 invoked by uid 500); 24 Oct 2014 21:33:30 -0000 Delivered-To: apmail-aurora-reviews-archive@aurora.apache.org Received: (qmail 71066 invoked by uid 500); 24 Oct 2014 21:33:30 -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 71053 invoked by uid 99); 24 Oct 2014 21:33:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Oct 2014 21:33:29 +0000 X-ASF-Spam-Status: No, hits=-1999.2 required=5.0 tests=ALL_TRUSTED,HTML_MESSAGE,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; Fri, 24 Oct 2014 21:33:28 +0000 Received: (qmail 70893 invoked by uid 99); 24 Oct 2014 21:33:08 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Oct 2014 21:33:08 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 1A7841DF68A; Fri, 24 Oct 2014 21:33:13 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============2141146903422038506==" MIME-Version: 1.0 Subject: Re: Review Request 27145: Add a script that publishes build results to review board. From: "Bill Farner" To: "Zameer Manji" , "Kevin Sweeney" Cc: "Bill Farner" , "Aurora" Date: Fri, 24 Oct 2014 21:33:13 -0000 Message-ID: <20141024213313.1282.6067@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Bill Farner" X-ReviewGroup: Aurora X-ReviewRequest-URL: https://reviews.apache.org/r/27145/ X-Sender: "Bill Farner" References: <20141024200640.1282.11761@reviews.apache.org> In-Reply-To: <20141024200640.1282.11761@reviews.apache.org> Reply-To: "Bill Farner" X-ReviewRequest-Repository: aurora X-Virus-Checked: Checked by ClamAV on apache.org --===============2141146903422038506== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit > On Oct. 24, 2014, 8:06 p.m., Kevin Sweeney wrote: > > build-support/jenkins/review_feedback.py, line 39 > > > > > > Use print() as a function, here and throughout Done. > On Oct. 24, 2014, 8:06 p.m., Kevin Sweeney wrote: > > build-support/jenkins/review_feedback.py, line 94 > > > > > > as we're on python2.7 you can use argparse now (which removes some boilerplate and gives nicer errors) Thanks, done. > On Oct. 24, 2014, 8:06 p.m., Kevin Sweeney wrote: > > build-support/jenkins/review_feedback.py, line 97 > > > > > > read this from a file? argparse makes this easy Sure, done. > On Oct. 24, 2014, 8:06 p.m., Kevin Sweeney wrote: > > build-support/jenkins/review_feedback.py, line 116 > > > > > > with argparse you can just do required=True Done, thanks again. > On Oct. 24, 2014, 8:06 p.m., Kevin Sweeney wrote: > > build-support/jenkins/review_feedback.py, line 149 > > > > > > Would the correct Apache exclaimation be +1 here? Sure, done. - Bill ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27145/#review58338 ----------------------------------------------------------- On Oct. 24, 2014, 5:32 p.m., Bill Farner wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/27145/ > ----------------------------------------------------------- > > (Updated Oct. 24, 2014, 5:32 p.m.) > > > Review request for Aurora, Kevin Sweeney and Zameer Manji. > > > Bugs: AURORA-883 > https://issues.apache.org/jira/browse/AURORA-883 > > > Repository: aurora > > > Description > ------- > > I also removed `--stacktrace` from the gradle command. This makes for better tail output. I originally added `--stacktrace` to help debug build flakiness we were having due to jenkins machine configuration (but haven't had in a very long time): https://reviews.apache.org/r/23776/ > > > Diffs > ----- > > build-support/jenkins/build.sh 50ea950206b572f708feb0ebc1c3d04db6eaebd7 > build-support/jenkins/review_feedback.py PRE-CREATION > > Diff: https://reviews.apache.org/r/27145/diff/ > > > Testing > ------- > > I've run this a handful of times on my workstation, it seems to be doing its job. > > > Thanks, > > Bill Farner > > --===============2141146903422038506==--