Skip to content

Commit 272f693

Browse files
Update Rally config file template
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
1 parent 2f82294 commit 272f693

File tree

1 file changed

+1
-5
lines changed
  • night_rally/fixtures/ansible/roles/rally-update/templates

1 file changed

+1
-5
lines changed

night_rally/fixtures/ansible/roles/rally-update/templates/rally.ini.j2

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[meta]
2-
config.version = 16
2+
config.version = 17
33

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

15-
[runtime]
16-
java.home = /var/lib/jenkins/.java/java8
17-
java10.home = /var/lib/jenkins/.java/openjdk10
18-
1915
[benchmarks]
2016
local.dataset.cache = ${node:root.dir}/data
2117

0 commit comments

Comments
 (0)