Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Changes to JDT Core gerrit

We already have one for JDT core off master and one two for the BETA branches and now I just learnt from Stephan that we have one more.
So, I am not sure we want one more.

Unless there's a compelling reason to keep using JDK 8 for the main one, we should upgrade then and as Stephan said, it can even be 14, to
better match our dev environment.

Jay


-----jdt-dev-bounces@xxxxxxxxxxx wrote: -----
To: "Eclipse JDT general developers list." <jdt-dev@xxxxxxxxxxx>
From: Jonah Graham
Sent by: jdt-dev-bounces@xxxxxxxxxxx
Date: 05/18/2020 07:41PM
Subject: [EXTERNAL] Re: [jdt-dev] Changes to JDT Core gerrit

If it helps, you can have multiple Gerrit CI jobs per patch set, one doing Java 11, one doing Java 12.

In CDT we use that to parallelize the tests and to not bother running tests that are irrelevant. 

HTH, 
Jonah 

On Mon., May 18, 2020, 09:44 Stephan Herrmann, <stephan.herrmann@xxxxxxxxx> wrote:
We have an existing weekly job eclipse.jdt.core-run.javac-12. Would that help?
Currently it only covers the compiler regression suite, would you need other
tests covered?
Of course you could always manually trigger the job if needed, I'm just not sure
it can pick up gerrit changes before merge.

I was also thinking about upgrading that job to 14. WDYT?

Stephan

On 18.05.20 13:51, Jayaprakash Arthanareeswaran wrote:
> Well, I had a vested interested that wanted to make use some of the stuff that
> comes with JDK 12. But that's not very important.
> If releng is standardizing on 11, I will try with 11.
>
> Just in case, how about moving to an even newer version for gerrits?
>
> Regards,
> Jay
>
> -----jdt-dev-bounces@xxxxxxxxxxx <mailto:-----jdt-dev-bounces@xxxxxxxxxxx>
> wrote: -----
> To: "Eclipse JDT general developers list." <jdt-dev@xxxxxxxxxxx
> <mailto:jdt-dev@xxxxxxxxxxx>>
> From: Aleksandar Kurtakov
> Sent by: jdt-dev-bounces@xxxxxxxxxxx <mailto:jdt-dev-bounces@xxxxxxxxxxx>
> Date: 05/18/2020 03:17PM
> Subject: [EXTERNAL] Re: [jdt-dev] Changes to JDT Core gerrit
>
>
>
> On Mon, May 18, 2020 at 12:06 PM Jayaprakash Arthanareeswaran
> <jarthana@xxxxxxxxxx <mailto:jarthana@xxxxxxxxxx>> wrote:
>
>     Hello,
>
>     As an experiment, I am moving the jdt core gerrit [1] to open JDK 12 (as of
>     now now it's still using jdk 8). The details on why this is being tried
>     can be found on https://bugs.eclipse.org/bugs/show_bug.cgi?id=548999
>
>
> Why Java 12? Releng uses Java 11 for all builds now.
>
>
>     Depending on how this goes, I will keep this change or revert it. If you
>     have a reason why this (newer JDK) should not be used, please let me know.
>
>     Regards,
>     Jay
>
>     [1] https://ci.eclipse.org/jdt/job/eclipse.jdt.core-Gerrit/
>
>
>     _______________________________________________
>     jdt-dev mailing list
>     jdt-dev@xxxxxxxxxxx <mailto:jdt-dev@xxxxxxxxxxx>
>     To unsubscribe from this list, visit
>     https://www.eclipse.org/mailman/listinfo/jdt-dev
>
>
>
> --
> Alexander Kurtakov
> Red Hat Eclipse Team
> _______________________________________________
> jdt-dev mailing list
> jdt-dev@xxxxxxxxxxx <mailto:jdt-dev@xxxxxxxxxxx>
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/jdt-dev
>
>
> _______________________________________________
> jdt-dev mailing list
> jdt-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev
>

_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev
_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev


Back to the top