mirror of
https://github.com/elastic/eland.git
synced 2025-07-24 00:00:39 +08:00
And increase the test ES node heap size to prevent circuit breaker exceptions due to better memory accounting in elastic/elasticsearch#89437.
20 lines
203 B
YAML
20 lines
203 B
YAML
---
|
|
|
|
ELASTICSEARCH_VERSION:
|
|
- '8.6.0-SNAPSHOT'
|
|
- '8.7.0-SNAPSHOT'
|
|
- '8.8.0-SNAPSHOT'
|
|
|
|
PANDAS_VERSION:
|
|
- '1.5.0'
|
|
|
|
PYTHON_VERSION:
|
|
- '3.10'
|
|
- '3.9'
|
|
- '3.8'
|
|
|
|
TEST_SUITE:
|
|
- xpack
|
|
|
|
exclude: ~
|