You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/09/30 09:24:11 UTC

[skywalking] branch master updated: Add OpenSearch E2E back (#7846)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 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 ebd040e  Add OpenSearch E2E back (#7846)
ebd040e is described below

commit ebd040eb1a3ed92e79da6f917cb9c9fe44a6938d
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Sep 30 17:23:58 2021 +0800

    Add OpenSearch E2E back (#7846)
---
 .github/workflows/e2e.storages.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/e2e.storages.yaml b/.github/workflows/e2e.storages.yaml
index 3ff68f6..822ff74 100644
--- a/.github/workflows/e2e.storages.yaml
+++ b/.github/workflows/e2e.storages.yaml
@@ -36,7 +36,7 @@ jobs:
     timeout-minutes: 90
     strategy:
       matrix:
-        storage: ['mysql', 'influxdb', 'tidb', 'postgresql'] #opensearch
+        storage: ['mysql', 'influxdb', 'opensearch', 'tidb', 'postgresql']
         include:
           - { storage: es, es-version: 6.3.2 }
           - { storage: es, es-version: 7.0.0 }