未验证 提交 a3bdbeb5 编写于 作者: K kezhenxu94 提交者: GitHub

Add OpenSearch 1.2.0 to test and verify it works (#8183)

上级 cef4f6dc
......@@ -38,12 +38,16 @@ jobs:
matrix:
config-file:
- storage/h2/e2e.yaml
- storage/opensearch/e2e.yaml
- storage/mysql/e2e.yaml
- storage/tidb/e2e.yaml
- storage/influxdb/e2e.yaml
- storage/postgres/e2e.yaml
include:
- opensearch-version: 1.1.0
config-file: storage/opensearch/e2e.yaml
- opensearch-version: 1.2.0
config-file: storage/opensearch/e2e.yaml
- es-version: 6.3.2
config-file: storage/es/e2e.yaml
- es-version: 7.0.0
......@@ -65,6 +69,7 @@ jobs:
uses: ./.github/actions/infra-e2e-test
env:
ES_VERSION: ${{ matrix.es-version }}
OPENSEARCH_VERSION: ${{ matrix.opensearch-version }}
with:
config-file: ${{ matrix.config-file }}
......
......@@ -56,6 +56,7 @@ Release Notes.
* Fix a null pointer bug when building `SampleFamily`.
* Fix the so11y latency of persistence execution latency not correct in ElasticSearch storage.
* Add `MeterReportService` `collectBatch` method.
* Add OpenSearch 1.2.0 to test and verify it works.
#### UI
......
......@@ -16,8 +16,8 @@
version: '2.1'
services:
es:
image: opensearchproject/opensearch:1.1.0
opensearch:
image: opensearchproject/opensearch:${OPENSEARCH_VERSION}
expose:
- 9200
networks:
......@@ -38,13 +38,13 @@ services:
service: oap
environment:
SW_STORAGE: elasticsearch
SW_STORAGE_ES_CLUSTER_NODES: es:9200
SW_STORAGE_ES_CLUSTER_NODES: opensearch:9200
SW_ES_USER: admin
SW_ES_PASSWORD: admin
ports:
- 12800
depends_on:
es:
opensearch:
condition: service_healthy
networks:
- e2e
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册