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 08:06:50 UTC

[skywalking] 01/01: Add OpenSearch E2E back

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

kezhenxu94 pushed a commit to branch test/opensearch
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit a52c18cc1ff32175a0d749bec5b4aebfe1ad603b
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Sep 30 16:06:00 2021 +0800

    Add OpenSearch E2E back
---
 .github/workflows/e2e.storages.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/e2e.storages.yaml b/.github/workflows/e2e.storages.yaml
index 3ff68f6..9b5428b 100644
--- a/.github/workflows/e2e.storages.yaml
+++ b/.github/workflows/e2e.storages.yaml
@@ -20,6 +20,9 @@ on:
   pull_request:
   schedule:
     - cron: '0 18 * * *'
+  push:
+    branches:
+      - test/opensearch
 
 env:
   SW_AGENT_JDK_VERSION: 8
@@ -36,7 +39,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 }