You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by lk gen <lk...@gmail.com> on 2018/11/28 19:05:58 UTC

Problem in CI for pull request

Hi,

  I made a pull request and it passed CI on JDK 11 but failed on JDK 8

  I think the JDK 8 error may not related to my commit but an environment
problem on the CI

  How can I rerun the CI for my pull request ?

  The pull request is at
https://github.com/apache/kafka/pull/5960

error states

*19:27:48* ERROR: H36 is offline; cannot locate JDK 1.8
(latest)*19:27:48* ERROR: H36 is offline; cannot locate Gradle 4.8.1


Thanks

Re: Problem in CI for pull request

Posted by Colin McCabe <cm...@apache.org>.
Try typing "retest this please" as a comment to the PR.

best,
Colin

On Wed, Nov 28, 2018, at 11:05, lk gen wrote:
> Hi,
> 
>   I made a pull request and it passed CI on JDK 11 but failed on JDK 8
> 
>   I think the JDK 8 error may not related to my commit but an environment
> problem on the CI
> 
>   How can I rerun the CI for my pull request ?
> 
>   The pull request is at
> https://github.com/apache/kafka/pull/5960
> 
> error states
> 
> *19:27:48* ERROR: H36 is offline; cannot locate JDK 1.8
> (latest)*19:27:48* ERROR: H36 is offline; cannot locate Gradle 4.8.1
> 
> 
> Thanks