Add Istio 1.17 to test matrix (#10395)
This commit is contained in:
parent
b6944ae28f
commit
e357b2335a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue