Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Derive JDK version at runtime #518

Merged
merged 3 commits into from
Jun 14, 2018
Merged

Commits on Jun 5, 2018

  1. Derive JDK version at runtime

    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
    danielmitterdorfer committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    1f986e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Configuration menu
    Copy the full SHA
    a9ead5c View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Configuration menu
    Copy the full SHA
    42eab68 View commit details
    Browse the repository at this point in the history