Removed unused CI files (#13575)

This is a backport of #12538 to 7.17

This is not clean backport because #12538 results in empty commit due to the changes already committed into main with PR #13344, which is not backported because it removes the Java 8 testing.
This commit is contained in:
Andrea Selva 2022-01-04 15:08:23 +01:00 committed by GitHub
parent 267545d993
commit 18a5865063
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 25 deletions

View file

@ -1,13 +0,0 @@
# 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 Elasticsearch will be tested. Valid Java versions are 'java'
# or 'openjdk' followed by the major release number.
LS_RUNTIME_JAVA:
- java8
- openjdk11
- adoptopenjdk11
- openjdk14
- adoptopenjdk14

View file

@ -1,12 +0,0 @@
# 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 Elasticsearch will be tested. Valid Java versions are 'java'
# or 'openjdk' followed by the major release number.
LS_RUNTIME_JAVA:
- java8
- zulu11
- adoptopenjdk11
- openjdk14