Alert: continuum-ci.apache.org is down!

2015-07-23 Thread no-reply
Hello,
Our monitoring system has detected that continuum-ci.apache.org (https) is 
down: Internal Server Error or equivalent bad message received: HTTP/1.1 502 
Proxy Error

With regards,
Apache Infrastructure.

To unsubscribe from this specific alert, please go to:
http://status.apache.org/pubsub/manage.cgi?unsub=171&token=1e7d9422d001139f29bc8c5314f3f739bf6c63cee8e2c404e2adc8ac


Recovery: continuum-ci.apache.org is back again!

2015-07-23 Thread no-reply
Hello, Our monitoring system has detected that continuum-ci.apache.org (https) 
is working again, ain't that great?!

With regards,
Apache Infrastructure

To unsubscribe from this specific alert, please go to:
http://status.apache.org/pubsub/manage.cgi?unsub=171&token=1e7d9422d001139f29bc8c5314f3f739bf6c63cee8e2c404e2adc8ac


Re: Triggering CI rebuilds for GitHub pull requests

2015-07-23 Thread Ismael Juma
On Wed, Jul 22, 2015 at 5:46 PM, Andrew Bayer 
wrote:

> I think it only triggers on changes to the pull request - i.e., a new
> commit. I'll talk to the cloudbees people (we are using the Jenkins
> Enterprise GH PR plugin, not the open source one) and see if they have any
> ideas.
>

Thank you Andrew. Hopefully they have some ideas as it's quite important to
be able to rerun builds (in an ideal there would be no flaky tests, but...).

It would be surprising if the enterprise version was unable to do something
that the open-source version supported from day one.

Best,
Ismael


Re: Triggering CI rebuilds for GitHub pull requests

2015-07-23 Thread Andrew Bayer
At the time I set us up with the plugin, the OSS one required a lot more
privileges on the Github side than we are able to give it. I'll check to
see if it's any more reasonable now. =)
On Jul 23, 2015 10:18, "Ismael Juma"  wrote:

> On Wed, Jul 22, 2015 at 5:46 PM, Andrew Bayer 
> wrote:
>
> > I think it only triggers on changes to the pull request - i.e., a new
> > commit. I'll talk to the cloudbees people (we are using the Jenkins
> > Enterprise GH PR plugin, not the open source one) and see if they have
> any
> > ideas.
> >
>
> Thank you Andrew. Hopefully they have some ideas as it's quite important to
> be able to rerun builds (in an ideal there would be no flaky tests,
> but...).
>
> It would be surprising if the enterprise version was unable to do something
> that the open-source version supported from day one.
>
> Best,
> Ismael
>


Re: Triggering CI rebuilds for GitHub pull requests

2015-07-23 Thread Ismael Juma
On Thu, Jul 23, 2015 at 9:36 AM, Andrew Bayer 
wrote:

> At the time I set us up with the plugin, the OSS one required a lot more
> privileges on the Github side than we are able to give it. I'll check to
> see if it's any more reasonable now. =)
>

I see, that makes sense. Spark seems to use the open-source plugin with the
AMPLab Jenkins instance:

https://github.com/apache/spark/pull/7613
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/38199/consoleFull

Not sure how they do that, but that would imply that there are enough
permissions in the GitHub side (or they're doing something they shouldn't).

In the context of Kafka, Confluent offered their Jenkins instance, but my
preference would be to get it to work with Apache's (if possible).

Best,
Ismael


Re: Triggering CI rebuilds for GitHub pull requests

2015-07-23 Thread Andrew Bayer
I'll find a way. =)
On Jul 23, 2015 11:19, "Ismael Juma"  wrote:

> On Thu, Jul 23, 2015 at 9:36 AM, Andrew Bayer 
> wrote:
>
> > At the time I set us up with the plugin, the OSS one required a lot more
> > privileges on the Github side than we are able to give it. I'll check to
> > see if it's any more reasonable now. =)
> >
>
> I see, that makes sense. Spark seems to use the open-source plugin with the
> AMPLab Jenkins instance:
>
> https://github.com/apache/spark/pull/7613
>
> https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/38199/consoleFull
>
> Not sure how they do that, but that would imply that there are enough
> permissions in the GitHub side (or they're doing something they shouldn't).
>
> In the context of Kafka, Confluent offered their Jenkins instance, but my
> preference would be to get it to work with Apache's (if possible).
>
> Best,
> Ismael
>


Re: Triggering CI rebuilds for GitHub pull requests

2015-07-23 Thread Ismael Juma
On Thu, Jul 23, 2015 at 10:20 AM, Andrew Bayer 
wrote:

> I'll find a way. =)
>

Excellent, thanks. :)

Ismael