Re: Scala's Jenkins setup looks neat

2014-12-16 Thread Nicholas Chammas
Shot down again. ​ On Tue Dec 16 2014 at 9:41:39 PM Nicholas Chammas < nicholas.cham...@gmail.com> wrote: > I see. That’s a separate

Re: Scala's Jenkins setup looks neat

2014-12-16 Thread Nicholas Chammas
I see. That’s a separate discussion about closing PRs vs. just updating the CI status on individual commits. I’ll comment on INFRA-7367 . Nick ​ On Tue Dec 16 2014 at 9:38:04 PM Reynold Xin wrote: > This was the ticket: https://issues.apache.or

Re: Scala's Jenkins setup looks neat

2014-12-16 Thread Reynold Xin
This was the ticket: https://issues.apache.org/jira/browse/INFRA-7918 On Tue, Dec 16, 2014 at 6:23 PM, Nicholas Chammas < nicholas.cham...@gmail.com> wrote: > > Actually, reading through the existing issue opened for this > back in February, I > d

Re: Scala's Jenkins setup looks neat

2014-12-16 Thread Nicholas Chammas
Actually, reading through the existing issue opened for this back in February, I don’t see any explanation from ASF Infra as to why they won’t grant permission against the Status API. They just recommended transitioning to the Apache Jenkins instan

Re: Scala's Jenkins setup looks neat

2014-12-16 Thread Patrick Wendell
Yeah you can do it - just make sure they understand it is a new feature so we're asking them to revisit it. They looked at it in the past and they concluded they couldn't give us access without giving us push access. - Patrick On Tue, Dec 16, 2014 at 6:06 PM, Reynold Xin wrote: > It's worth tryi

Re: Scala's Jenkins setup looks neat

2014-12-16 Thread Reynold Xin
It's worth trying :) On Tue, Dec 16, 2014 at 6:02 PM, Nicholas Chammas < nicholas.cham...@gmail.com> wrote: > > News flash! > > From the latest version of the GitHub API > : > > Note that the repo:status OAuth scope >

Re: Scala's Jenkins setup looks neat

2014-12-16 Thread Nicholas Chammas
News flash! >From the latest version of the GitHub API : Note that the repo:status OAuth scope grants targeted access to Statuses *without* also granting access to repository code, while the repo scop

Re: Scala's Jenkins setup looks neat

2014-09-06 Thread Nicholas Chammas
Aww, that's a bummer... On Sat, Sep 6, 2014 at 1:10 PM, Reynold Xin wrote: > that would require github hooks permission and unfortunately asf infra > wouldn't allow that. > > Maybe they will change their mind one day, but so far we asked about this > and the answer has been no for security reas

Re: Scala's Jenkins setup looks neat

2014-09-06 Thread Reynold Xin
that would require github hooks permission and unfortunately asf infra wouldn't allow that. Maybe they will change their mind one day, but so far we asked about this and the answer has been no for security reasons. On Saturday, September 6, 2014, Nicholas Chammas wrote: > After reading Erik's e

Scala's Jenkins setup looks neat

2014-09-06 Thread Nicholas Chammas
After reading Erik's email, I found this Scala PR and immediately noticed a few cool things: - Jenkins is hooked directly into GitHub somehow, so you get the "All is well" message in the merge status window, presumably based on the last test stat