From f25f0bb879e442df0226b6a7e4512bdd333693c3 Mon Sep 17 00:00:00 2001 From: Mark Vieira Date: Thu, 12 Sep 2024 14:56:32 -0700 Subject: [PATCH] Add these files back for now. --- .ci/matrix-runtime-javas-fips.yml | 5 +++++ .ci/matrix-runtime-javas.yml | 14 ++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .ci/matrix-runtime-javas-fips.yml create mode 100644 .ci/matrix-runtime-javas.yml diff --git a/.ci/matrix-runtime-javas-fips.yml b/.ci/matrix-runtime-javas-fips.yml new file mode 100644 index 0000000000000..e9ace78b35823 --- /dev/null +++ b/.ci/matrix-runtime-javas-fips.yml @@ -0,0 +1,5 @@ +# This file is used as part of a matrix build in Jenkins where the +# values below are included as an axis of the matrix. + +ES_RUNTIME_JAVA: + - openjdk17 diff --git a/.ci/matrix-runtime-javas.yml b/.ci/matrix-runtime-javas.yml new file mode 100644 index 0000000000000..dd35bb94df7f6 --- /dev/null +++ b/.ci/matrix-runtime-javas.yml @@ -0,0 +1,14 @@ +# 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. + +ES_RUNTIME_JAVA: + - graalvm-ce17 + - openjdk17 + - openjdk18 + - openjdk19 + - openjdk20 + - openjdk21