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 2023/02/16 00:14:11 UTC

[skywalking] branch kezhenxu94-patch-1 created (now 4dce382239)

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

kezhenxu94 pushed a change to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git


      at 4dce382239 Add Istio 1.17 to test matrix

This branch includes the following new commits:

     new 4dce382239 Add Istio 1.17 to test matrix

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking] 01/01: Add Istio 1.17 to test matrix

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 4dce3822396066166c1fd94bf523b5a0ff2d1992
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Feb 16 08:14:04 2023 +0800

    Add Istio 1.17 to test matrix
---
 .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