This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 5d80ac2e98 test: add ES 8.18.1 to test matrix (#13368)
5d80ac2e98 is described below
commit 5d80ac2e98e102f9b9f1e43cd9fe78732cb98320
Author: kezhenxu94 <[email protected]>
AuthorDate: Sat Jul 12 18:44:22 2025 +0800
test: add ES 8.18.1 to test matrix (#13368)
---
.github/workflows/skywalking.yaml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.github/workflows/skywalking.yaml
b/.github/workflows/skywalking.yaml
index e39032a538..5b3b3a6c93 100644
--- a/.github/workflows/skywalking.yaml
+++ b/.github/workflows/skywalking.yaml
@@ -382,6 +382,9 @@ jobs:
- name: Storage ES 8.9.0
config: test/e2e-v2/cases/storage/es/e2e.yaml
env: ES_VERSION=8.9.0
+ - name: Storage ES 8.9.0
+ config: test/e2e-v2/cases/storage/es/e2e.yaml
+ env: ES_VERSION=8.18.1
- name: Storage OpenSearch 1.1.0
config: test/e2e-v2/cases/storage/opensearch/e2e.yaml
env: OPENSEARCH_VERSION=1.1.0
@@ -424,6 +427,9 @@ jobs:
- name: TTL ES 8.8.1
config: test/e2e-v2/cases/ttl/es/e2e.yaml
env: ES_VERSION=8.8.1
+ - name: TTL ES 8.18.1
+ config: test/e2e-v2/cases/ttl/es/e2e.yaml
+ env: ES_VERSION=8.18.1
- name: Event BanyanDB
config: test/e2e-v2/cases/event/banyandb/e2e.yaml
@@ -445,6 +451,9 @@ jobs:
- name: Log ES 8.8.1 Sharding
config: test/e2e-v2/cases/log/es/es-sharding/e2e.yaml
env: ES_VERSION=8.8.1
+ - name: Log ES 8.18.1 Sharding
+ config: test/e2e-v2/cases/log/es/es-sharding/e2e.yaml
+ env: ES_VERSION=8.18.1
- name: Log BanyanDB
config: test/e2e-v2/cases/log/banyandb/e2e.yaml
@@ -457,6 +466,9 @@ jobs:
- name: Log FluentBit ES 8.8.1
config: test/e2e-v2/cases/log/fluent-bit/e2e.yaml
env: ES_VERSION=8.8.1
+ - name: Log FluentBit ES 8.18.1
+ config: test/e2e-v2/cases/log/fluent-bit/e2e.yaml
+ env: ES_VERSION=8.18.1
- name: Trace Profiling BanyanDB
config: test/e2e-v2/cases/profiling/trace/banyandb/e2e.yaml