From 47255c4fd75105e0704a88b87201d45256cd53fb Mon Sep 17 00:00:00 2001 From: Mark Vieira Date: Mon, 10 Feb 2020 11:16:15 -0800 Subject: [PATCH] Remove unnecessary CI configuration files Signed-off-by: Mark Vieira --- .ci/matrix-build-javas.yml | 9 --------- .ci/matrix-java-exclusions.yml | 14 -------------- 2 files changed, 23 deletions(-) delete mode 100644 .ci/matrix-build-javas.yml delete mode 100644 .ci/matrix-java-exclusions.yml diff --git a/.ci/matrix-build-javas.yml b/.ci/matrix-build-javas.yml deleted file mode 100644 index 49b904f2c32ac..0000000000000 --- a/.ci/matrix-build-javas.yml +++ /dev/null @@ -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 diff --git a/.ci/matrix-java-exclusions.yml b/.ci/matrix-java-exclusions.yml deleted file mode 100644 index e2adf9f0955db..0000000000000 --- a/.ci/matrix-java-exclusions.yml +++ /dev/null @@ -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: