Add Istio 1.17 to test matrix (#10395)

This commit is contained in:
kezhenxu94 2023-02-16 09:06:04 +08:00 committed by GitHub
parent b6944ae28f
commit e357b2335a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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