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/02/18 23:47:31 UTC

[skywalking] 01/01: Update e2e.istio.yaml

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

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

commit 0acfe8e40ff9bc4cfcaa56fc09ef21402ec19300
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Fri Feb 19 07:47:08 2021 +0800

    Update e2e.istio.yaml
---
 .github/workflows/e2e.istio.yaml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/e2e.istio.yaml b/.github/workflows/e2e.istio.yaml
index a054dbb..03ad5d9 100644
--- a/.github/workflows/e2e.istio.yaml
+++ b/.github/workflows/e2e.istio.yaml
@@ -23,6 +23,9 @@ on:
       - '!**.md'
   schedule:
     - cron: '0 18 * * *'
+  push:
+    branches:
+      - istio1.9
 
 env:
   SKIP_TEST: true
@@ -39,7 +42,7 @@ jobs:
       fail-fast: true
       matrix:
         analyzer: [k8s-mesh, mx-mesh]
-        istio_version: [1.7.1, 1.8.2]
+        istio_version: [1.7.1, 1.8.2, 1.9.0]
     name: Istio(${{ matrix.istio_version }})+ALS(${{ matrix.analyzer }})
     env:
       ISTIO_VERSION: ${{ matrix.istio_version }}
@@ -154,7 +157,7 @@ jobs:
     strategy:
       fail-fast: true
       matrix:
-        istio_version: [1.7.1, 1.8.2]
+        istio_version: [1.7.1, 1.8.2, 1.9.0]
     env:
       ISTIO_VERSION: ${{ matrix.istio_version }}
     steps: