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/03/02 01:39:07 UTC

[skywalking] branch istio1.9 updated: 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


The following commit(s) were added to refs/heads/istio1.9 by this push:
     new 943710e  Update e2e.istio.yaml
943710e is described below

commit 943710ed65ab56b560f48d71f1cbfacb218464c3
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Tue Mar 2 09:38:51 2021 +0800

    Update e2e.istio.yaml
---
 .github/workflows/e2e.istio.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/e2e.istio.yaml b/.github/workflows/e2e.istio.yaml
index 03ad5d9..d89fb44 100644
--- a/.github/workflows/e2e.istio.yaml
+++ b/.github/workflows/e2e.istio.yaml
@@ -42,7 +42,7 @@ jobs:
       fail-fast: true
       matrix:
         analyzer: [k8s-mesh, mx-mesh]
-        istio_version: [1.7.1, 1.8.2, 1.9.0]
+        istio_version: [1.7.1, 1.8.2, 1.9.1]
     name: Istio(${{ matrix.istio_version }})+ALS(${{ matrix.analyzer }})
     env:
       ISTIO_VERSION: ${{ matrix.istio_version }}