Skip to content

Commit 4f4323a

Browse files
authored
feat: add OpenSearch 3.0 to test matrix (#13234)
1 parent 889ae9d commit 4f4323a

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/skywalking.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,9 @@ jobs:
394394
- name: Storage OpenSearch 2.8.0
395395
config: test/e2e-v2/cases/storage/opensearch/e2e.yaml
396396
env: OPENSEARCH_VERSION=2.8.0
397+
- name: Storage OpenSearch 3.0.0
398+
config: test/e2e-v2/cases/storage/opensearch/e2e.yaml
399+
env: OPENSEARCH_VERSION=3.0.0
397400
- name: Storage ES Sharding
398401
config: test/e2e-v2/cases/storage/es/es-sharding/e2e.yaml
399402

docs/en/setup/backend/storages/elasticsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In order to activate OpenSearch as storage, set the storage provider to **elasti
1212
We support and tested the following versions of OpenSearch:
1313

1414
- 1.1.0, 1.3.10
15-
- 2.4.0, 2.8.0
15+
- 2.4.0, 2.8.0, 3.0.0
1616

1717
## Elasticsearch
1818

test/e2e-v2/cases/storage/opensearch/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ services:
2626
- discovery.type=single-node
2727
- cluster.routing.allocation.disk.threshold_enabled=false
2828
- plugins.security.ssl.http.enabled=false
29+
- DISABLE_INSTALL_DEMO_CONFIG=true
30+
- DISABLE_SECURITY_PLUGIN=true
2931
healthcheck:
3032
test: ["CMD", "bash", "-c", "cat < /dev/null > /dev/tcp/127.0.0.1/9200"]
3133
interval: 5s

0 commit comments

Comments
 (0)