feat: add OpenSearch 3.0 to test matrix (#13234)
This commit is contained in:
parent
889ae9dbe8
commit
4f4323a42b
|
|
@ -394,6 +394,9 @@ jobs:
|
|||
- name: Storage OpenSearch 2.8.0
|
||||
config: test/e2e-v2/cases/storage/opensearch/e2e.yaml
|
||||
env: OPENSEARCH_VERSION=2.8.0
|
||||
- name: Storage OpenSearch 3.0.0
|
||||
config: test/e2e-v2/cases/storage/opensearch/e2e.yaml
|
||||
env: OPENSEARCH_VERSION=3.0.0
|
||||
- name: Storage ES Sharding
|
||||
config: test/e2e-v2/cases/storage/es/es-sharding/e2e.yaml
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ In order to activate OpenSearch as storage, set the storage provider to **elasti
|
|||
We support and tested the following versions of OpenSearch:
|
||||
|
||||
- 1.1.0, 1.3.10
|
||||
- 2.4.0, 2.8.0
|
||||
- 2.4.0, 2.8.0, 3.0.0
|
||||
|
||||
## Elasticsearch
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@ services:
|
|||
- discovery.type=single-node
|
||||
- cluster.routing.allocation.disk.threshold_enabled=false
|
||||
- plugins.security.ssl.http.enabled=false
|
||||
- DISABLE_INSTALL_DEMO_CONFIG=true
|
||||
- DISABLE_SECURITY_PLUGIN=true
|
||||
healthcheck:
|
||||
test: ["CMD", "bash", "-c", "cat < /dev/null > /dev/tcp/127.0.0.1/9200"]
|
||||
interval: 5s
|
||||
|
|
|
|||
Loading…
Reference in New Issue