瀏覽代碼

Add CI environment variable properties for ARM

Mark Vieira 4 年之前
父節點
當前提交
4f73587ef5
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      .ci/java-versions-aarch64.properties

+ 9 - 0
.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