From 4dce3822396066166c1fd94bf523b5a0ff2d1992 Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Thu, 16 Feb 2023 08:14:04 +0800 Subject: [PATCH] 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 9c025568510e..fe6e025d684c 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