Skip to content

Commit e8a928f

Browse files
authored
Prepare 9.0.0 (#252)
1 parent c5d39d8 commit e8a928f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+8428
-2977
lines changed

.buildkite/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ steps:
99
matrix:
1010
setup:
1111
stack_version:
12-
- "8.15.0"
12+
- "9.0.0"
1313
test_suite:
1414
- "platinum"
1515
toolchain:

.buildkite/run-elasticsearch.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Launch one or more Elasticsearch nodes via the Docker image,
44
# to form a cluster suitable for running the REST API tests.
55
#
6-
# Export the STACK_VERSION variable, eg. '8.0.0-SNAPSHOT'.
6+
# Export the STACK_VERSION variable, eg. '9.0.0-SNAPSHOT'.
77
# Export the TEST_SUITE variable, eg. 'free' or 'platinum' defaults to 'free'.
88
# Export the NUMBER_OF_NODES variable to start more than 1 node
99

0 commit comments

Comments
 (0)