You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2023/02/16 01:06:19 UTC

[skywalking] branch master updated: Add Istio 1.17 to test matrix (#10395)

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

wusheng 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 e357b2335a Add Istio 1.17 to test matrix (#10395)
e357b2335a is described below

commit e357b2335aabef8898897cb5678fb8891a5be131
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Feb 16 09:06:04 2023 +0800

    Add Istio 1.17 to test matrix (#10395)
---
 .github/workflows/skywalking.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/workflows/skywalking.yaml b/.github/workflows/skywalking.yaml
index 9c02556851..fe6e025d68 100644
--- a/.github/workflows/skywalking.yaml
+++ b/.github/workflows/skywalking.yaml
@@ -597,6 +597,11 @@ jobs:
             env: |
               ISTIO_VERSION=1.16.0
               KUBERNETES_VERSION=20
+          - name: Istio Metrics Service 1.17.0
+            config: test/e2e-v2/cases/istio/metrics/e2e.yaml
+            env: |
+              ISTIO_VERSION=1.17.0
+              KUBERNETES_VERSION=20
 
           - name: Satellite
             config: test/e2e-v2/cases/satellite/native-protocols/e2e.yaml
@@ -726,6 +731,8 @@ jobs:
             kubernetes: 20
           - istio: 1.16.0
             kubernetes: 20
+          - istio: 1.17.0
+            kubernetes: 20
 
     steps:
       - uses: actions/checkout@v3