File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ found at `.buildkite/run-elasticsearch.sh`.
1717
1818There are several environment variables that control integration tests:
1919
20- - ` PYTHON_VERSION ` : Version of Python to use, defaults to ` 3.9 `
21- - ` TEST_SUITE ` : Connection class to use, defaults to ` Urllib3HttpConnection `
20+ - ` TEST_SUITE ` : ` free ` or ` platinum ` for running Elasticsearch in different
21+ versions.
2222- ` STACK_VERSION ` : Version of Elasticsearch to use. These should be
2323 the same as tags of ` docker.elastic.co/elasticsearch/elasticsearch `
2424 such as ` 8.0.0-SNAPSHOT ` , ` 7.x-SNAPSHOT ` , etc. Defaults to the
@@ -68,7 +68,6 @@ The process for contributing to any of the Elasticsearch repositories is similar
6868 $ STACK_VERSION="8.17.0" .buildkite/run-tests
6969 ```
7070
71-
72713 . Rebase your changes.
7372 Update your local repository with the most recent code from the main
7473 elasticsearch-php repository, and rebase your branch on top of the latest branch.
You can’t perform that action at this time.
0 commit comments