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`.
17
17
18
18
There are several environment variables that control integration tests:
19
19
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.
22
22
- ` STACK_VERSION ` : Version of Elasticsearch to use. These should be
23
23
the same as tags of ` docker.elastic.co/elasticsearch/elasticsearch `
24
24
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
68
68
$ STACK_VERSION="8.17.0" .buildkite/run-tests
69
69
```
70
70
71
-
72
71
3 . Rebase your changes.
73
72
Update your local repository with the most recent code from the main
74
73
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