eland/.ci/test-matrix.yml
Seth Michael Larson 15ba8d3e02
Fallback on using scroll searches for Elasticsearch <7.12
PIT+search_after became universally safe in Elasticsearch 7.12 by adding an automatic sort tiebreaker field when using PITs called `_shard_doc` but now we need to do feature detection to make sure we use the previous scroll method on Elasticsearch <7.12 clusters
2021-08-08 12:19:41 -05:00

22 lines
213 B
YAML
Executable File

---
ELASTICSEARCH_VERSION:
- 8.0.0-SNAPSHOT
- 7.x-SNAPSHOT
- 7.14-SNAPSHOT
- 7.11-SNAPSHOT
PANDAS_VERSION:
- 1.2.0
- 1.3.0
PYTHON_VERSION:
- 3.9
- 3.8
- 3.7
TEST_SUITE:
- xpack
exclude: ~