-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With this commit we derive the appropriate JDK version at benchmark runtime instead of requiring that it is preconfigured. This requires two new variables in the rally-teams repo: `build.jdk` and `runtime.jdk` to resolve the appropriate (major) JDK version depending on the Elasticsearch version. When we know the required JDK version, we check the environment variables `JAVAx_HOME` (where `x` is the JDK version) and `JAVA_HOME` to find the correct JAVA_HOME path. We also allow the user to override the runtime JDK with a new command line parameter `--runtime-jdk` as Rally will default to the highest available and supported JDK version on the target system. Closes #452 Relates #518
- Loading branch information
1 parent
e1fa26a
commit 0c65771
Showing
16 changed files
with
263 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.