Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Yet another Jenkins job :)

After Sravan had given me the necessary pointers,
I created Job
  https://ci.eclipse.org/jdt/job/eclipse.jdt.core-Gerrit-BETA/
which currently reacts to gerrits against branch BETA_JAVA_12.

I needed a few tests runs, but now the regex should be in place to
ensure that the normal eclipse.jdt.core-Gerrit omits that branch
to avoid duplicate runs.

It seems, tests are not yet ready for 12 (even in BETA_JAVA_12)[1]:
java.lang.IllegalStateException: Unrecognized Java version: 12-ea

I didn't search if we already have a bug for that.

While I'm add it: are we ready to update the normal gerrit job to
use -Ptest-on-javase-11?

cheers,
Stephan

[1] https://ci.eclipse.org/jdt/job/eclipse.jdt.core-Gerrit-BETA/1/testReport/


Back to the top