Skip to content

Commit 5d80ac2

Browse files
authored
test: add ES 8.18.1 to test matrix (#13368)
1 parent 960d5f4 commit 5d80ac2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/skywalking.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,9 @@ jobs:
382382
- name: Storage ES 8.9.0
383383
config: test/e2e-v2/cases/storage/es/e2e.yaml
384384
env: ES_VERSION=8.9.0
385+
- name: Storage ES 8.9.0
386+
config: test/e2e-v2/cases/storage/es/e2e.yaml
387+
env: ES_VERSION=8.18.1
385388
- name: Storage OpenSearch 1.1.0
386389
config: test/e2e-v2/cases/storage/opensearch/e2e.yaml
387390
env: OPENSEARCH_VERSION=1.1.0
@@ -424,6 +427,9 @@ jobs:
424427
- name: TTL ES 8.8.1
425428
config: test/e2e-v2/cases/ttl/es/e2e.yaml
426429
env: ES_VERSION=8.8.1
430+
- name: TTL ES 8.18.1
431+
config: test/e2e-v2/cases/ttl/es/e2e.yaml
432+
env: ES_VERSION=8.18.1
427433

428434
- name: Event BanyanDB
429435
config: test/e2e-v2/cases/event/banyandb/e2e.yaml
@@ -445,6 +451,9 @@ jobs:
445451
- name: Log ES 8.8.1 Sharding
446452
config: test/e2e-v2/cases/log/es/es-sharding/e2e.yaml
447453
env: ES_VERSION=8.8.1
454+
- name: Log ES 8.18.1 Sharding
455+
config: test/e2e-v2/cases/log/es/es-sharding/e2e.yaml
456+
env: ES_VERSION=8.18.1
448457
- name: Log BanyanDB
449458
config: test/e2e-v2/cases/log/banyandb/e2e.yaml
450459

@@ -457,6 +466,9 @@ jobs:
457466
- name: Log FluentBit ES 8.8.1
458467
config: test/e2e-v2/cases/log/fluent-bit/e2e.yaml
459468
env: ES_VERSION=8.8.1
469+
- name: Log FluentBit ES 8.18.1
470+
config: test/e2e-v2/cases/log/fluent-bit/e2e.yaml
471+
env: ES_VERSION=8.18.1
460472

461473
- name: Trace Profiling BanyanDB
462474
config: test/e2e-v2/cases/profiling/trace/banyandb/e2e.yaml

0 commit comments

Comments
 (0)