Skip to content

Commit 34c3bda

Browse files
authored
Add group-3 in Vagrantfile definitions (elastic#420)
This commit adds group-3 to the default scripts created by the Vagrantfile that help testing nightly/release benchmarks. This was missing from elastic#418.
1 parent 65137bd commit 34c3bda

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

night_rally/fixtures/ansible/Vagrantfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,16 @@ def install_night_rally_test_script(base_ip, target_node_ip_addresses)
179179
# release-license is basic just because it's the default option in the JJB dropdown; ignored in nightly mode but used to copy the results as master in release charts
180180
night_rally --target-host="${TARGET_HOSTS}" --race-configs="resources/race-configs-group-1.json" --effective-start-date="" --mode="nightly" --version="master" --release-license="basic" --release-x-pack-components="" --runtime-jdk="bundled"
181181
night_rally --target-host="${TARGET_HOSTS}" --race-configs="resources/race-configs-group-2.json" --effective-start-date="" --mode="nightly" --version="master" --release-license="basic" --release-x-pack-components="" --runtime-jdk="bundled"
182+
night_rally --target-host="${TARGET_HOSTS}" --race-configs="resources/race-configs-group-3.json" --effective-start-date="" --mode="nightly" --version="master" --release-license="basic" --release-x-pack-components="" --runtime-jdk="bundled"
182183
EOF2
183184
184185
cat >/var/lib/jenkins/test_release.sh <<"EOF2"
185186
#!/usr/bin/env bash
186187
set -eo pipefail
187188
source /var/lib/jenkins/env_test_script
188-
night_rally --target-host="${TARGET_HOSTS}" --race-configs="resources/race-configs-group-1.json" --effective-start-date="" --mode="release" --version="6.8.7" --release-license="basic" --release-x-pack-components="" --runtime-jdk="15"
189-
night_rally --target-host="${TARGET_HOSTS}" --race-configs="resources/race-configs-group-2.json" --effective-start-date="" --mode="release" --version="6.8.7" --release-license="basic" --release-x-pack-components="" --runtime-jdk="15"
189+
night_rally --target-host="${TARGET_HOSTS}" --race-configs="resources/race-configs-group-1.json" --effective-start-date="" --mode="release" --version="7.12.0" --release-license="basic" --release-x-pack-components="" --runtime-jdk="bundled"
190+
night_rally --target-host="${TARGET_HOSTS}" --race-configs="resources/race-configs-group-2.json" --effective-start-date="" --mode="release" --version="7.12.0" --release-license="basic" --release-x-pack-components="" --runtime-jdk="bundled"
191+
night_rally --target-host="${TARGET_HOSTS}" --race-configs="resources/race-configs-group-3.json" --effective-start-date="" --mode="release" --version="7.12.0" --release-license="basic" --release-x-pack-components="" --runtime-jdk="bundled"
190192
EOF2
191193
192194
chown jenkins:jenkins /var/lib/jenkins/test_*.sh

0 commit comments

Comments
 (0)