Adds matrix-runtime-javas.yml (#11973)

This adds the .ci/matrix-runtime-javas.yml file that defines all
the JDKs logstash could be tested against. This is meant to be
used for the Matrix Combinations Jenkins plugin to be able to
select which JDK to test against dynamically.
This commit is contained in:
Andres Rodriguez 2020-06-05 11:46:04 -04:00 committed by J.A.R.V.I.S. - an Elastic git bot
parent 3fcd117b84
commit efc31ff842

View file

@ -0,0 +1,13 @@
# This file is used as part of a matrix build in Jenkins where the
# values below are included as an axis of the matrix.
# This axis of the build matrix represents the versions of Java on
# which Logstash can be tested against.
LS_RUNTIME_JAVA:
- openjdk11
- openjdk14
- adoptopenjdk11
- adoptopenjdk14
- zulu11
- zulu14