Skip to content

Commit

Permalink
[Test] Hardcode java11 for Pull Request FIPS CI (elastic#77736)
Browse files Browse the repository at this point in the history
This PR changes the Pull Request FIPS CI to use Java 11 instead of Java
8 for consistency with Periodic FIPS CI setup and the support matrix.
  • Loading branch information
ywangd authored Sep 16, 2021
1 parent ea74d34 commit 8e216b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
properties-file: '.ci/java-versions.properties'
properties-content: |
JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA
RUNTIME_JAVA_HOME=$HOME/.java/$ES_RUNTIME_JAVA
RUNTIME_JAVA_HOME=$HOME/.java/java11
JAVA15_HOME=$HOME/.java/openjdk15
- shell: |
#!/usr/local/bin/runbld --redirect-stderr
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
properties-file: '.ci/java-versions.properties'
properties-content: |
JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA
RUNTIME_JAVA_HOME=$HOME/.java/$ES_RUNTIME_JAVA
RUNTIME_JAVA_HOME=$HOME/.java/java11
JAVA15_HOME=$HOME/.java/openjdk15
- shell: |
#!/usr/local/bin/runbld --redirect-stderr
Expand Down

0 comments on commit 8e216b3

Please sign in to comment.