Skip to content

Commit

Permalink
Update Rally config file template
Browse files Browse the repository at this point in the history
With this commit we update the Rally config file template so it does not
include any JDK references. With elastic/rally#518 we will resolve JDK
versions using the `JAVAx_HOME` environment variables.

Relates elastic/rally#518
Closes elastic#70
Relates elastic#71
  • Loading branch information
danielmitterdorfer authored Jun 14, 2018
1 parent 2f82294 commit 272f693
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[meta]
config.version = 16
config.version = 17

[node]
root.dir = /var/lib/jenkins/.rally/benchmarks
Expand All @@ -12,10 +12,6 @@ env.name = {{rally_environment}}
remote.repo.url = https://github.com/elastic/elasticsearch.git
elasticsearch.src.subdir = elasticsearch

[runtime]
java.home = /var/lib/jenkins/.java/java8
java10.home = /var/lib/jenkins/.java/openjdk10

[benchmarks]
local.dataset.cache = ${node:root.dir}/data

Expand Down

0 comments on commit 272f693

Please sign in to comment.