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 2022/02/14 02:55:52 UTC

[skywalking] 01/01: Add ElasticSearch to test and verify

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

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

commit b67527b7396a4c3b6decb9a1af8a768c24df6156
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Mon Feb 14 10:55:08 2022 +0800

    Add ElasticSearch to test and verify
---
 .github/workflows/e2e.storages.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/e2e.storages.yaml b/.github/workflows/e2e.storages.yaml
index 7b3d018..13d8fa6 100644
--- a/.github/workflows/e2e.storages.yaml
+++ b/.github/workflows/e2e.storages.yaml
@@ -17,6 +17,9 @@
 name: E2E
 
 on:
+  push:
+    branches:
+      - test/es8
   pull_request:
   schedule:
     - cron: '0 18 * * *'
@@ -61,6 +64,8 @@ jobs:
             config-file: storage/es/e2e.yaml
           - es-version: 7.15.0
             config-file: storage/es/e2e.yaml
+          - es-version: 8.0.0
+            config-file: storage/es/e2e.yaml
 
     steps:
       - uses: actions/checkout@v2