Deprecated JDKs being removed from Jenkins soon.

2017-09-24 Thread Gavin McDonald
Hi All, As advertised on https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix , we will be removing some older JDK releases from Jenkins. 1.8.0_92, 1.8.0_102, 9-b128, 9-b132, 9-b139, 9-b142 will all be removed within the next few days. Should your builds be using any of

Re: Deprecated JDKs being removed from Jenkins soon.

2017-09-24 Thread Ismael Juma
Hi Gavin, To avoid running into problems when 9-b181 is removed, I changed Apache Kafka's Jenkins jobs to use JDK 1.9 (latest) (which is what we do for Java 7 and Java 8) and got: ERROR: JAVA_HOME is set to an invalid directory: /home/jenkins/tools/java/latest1.9 Is the roll out of the final JD

Re: Deprecated JDKs being removed from Jenkins soon.

2017-09-24 Thread Gavin McDonald
> On 24 Sep 2017, at 5:47 pm, Ismael Juma wrote: > > Hi Gavin, > > To avoid running into problems when 9-b181 is removed, I changed Apache > Kafka's Jenkins jobs to use JDK 1.9 (latest) (which is what we do for Java > 7 and Java 8) and got: > > ERROR: JAVA_HOME is set to an invalid directory:

Re: Deprecated JDKs being removed from Jenkins soon.

2017-09-24 Thread Ismael Juma
Thanks for the quick response. Seems like it was H25: https://builds.apache.org/job/kafka-trunk-jdk9/57/ Ismael On Sun, Sep 24, 2017 at 9:19 AM, Gavin McDonald wrote: > > > On 24 Sep 2017, at 5:47 pm, Ismael Juma wrote: > > > > Hi Gavin, > > > > To avoid running into problems when 9-b181 is r

Re: Deprecated JDKs being removed from Jenkins soon.

2017-09-24 Thread Gavin McDonald
> On 24 Sep 2017, at 6:52 pm, Ismael Juma wrote: > > Thanks for the quick response. Seems like it was H25: Thanks. So a regression in openjdk-9-jdk (b118) caused the node to not update from puppet any more, so the install and link for latest1.9 did not happen. Fixed, thanks for reporting.