mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
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:
parent
3fcd117b84
commit
efc31ff842
1 changed files with 13 additions and 0 deletions
13
.ci/matrix-runtime-javas.yml
Normal file
13
.ci/matrix-runtime-javas.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue