From 4f73587ef58250fade8bcc57d4ba1138459b17d0 Mon Sep 17 00:00:00 2001 From: Mark Vieira Date: Thu, 18 Feb 2021 15:22:07 -0800 Subject: [PATCH] Add CI environment variable properties for ARM --- .ci/java-versions-aarch64.properties | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .ci/java-versions-aarch64.properties diff --git a/.ci/java-versions-aarch64.properties b/.ci/java-versions-aarch64.properties new file mode 100644 index 000000000000..d9e47c498f8a --- /dev/null +++ b/.ci/java-versions-aarch64.properties @@ -0,0 +1,9 @@ +# This file is used with all of the non-matrix tests in Jenkins. + +# This .properties file defines the versions of Java with which to +# build and test Elasticsearch for this branch. Valid Java versions +# are 'java' or 'openjdk' followed by the major release number. + +ES_BUILD_JAVA=adoptopenjdk15 +ES_RUNTIME_JAVA=adoptopenjdk11 +GRADLE_TASK=build