feat: add OpenSearch 3.0 to test matrix (#13234)

This commit is contained in:
kezhenxu94 2025-05-08 19:42:08 +08:00 committed by GitHub
parent 889ae9dbe8
commit 4f4323a42b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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