Remove unnecessary CI configuration files

Signed-off-by: Mark Vieira <portugee@gmail.com>
This commit is contained in:
Mark Vieira 2020-02-10 11:16:15 -08:00
parent 28a8db730f
commit 47255c4fd7
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
2 changed files with 0 additions and 23 deletions

View File

@ -1,9 +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 with
# which Elasticsearch will be built. Valid Java versions are 'java'
# or 'openjdk' followed by the major release number.
ES_BUILD_JAVA:
- openjdk13

View File

@ -1,14 +0,0 @@
# This file is used as part of a matrix build in Jenkins where the
# values below are excluded from the test matrix.
# The yaml mapping below represents a single intersection on the build
# matrix where a test *should not* be run. The value of the exclude
# key is a list of maps.
# In this example all of the combinations defined in the matrix will
# run except for the test that builds with java10 and runs with java8.
# exclude:
# - ES_BUILD_JAVA: java10
# ES_RUNTIME_JAVA: java8
exclude: