Add Istio 1.9.1 into test matrix (#6476)

This commit is contained in:
Zhenxu Ke 2021-03-03 08:29:57 +08:00 committed by GitHub
parent de6a731d72
commit 207cef7930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ jobs:
Compatibility:
name: Compatibility
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 60
env:
SW_SIMPLE_CASE: compat
SW_AGENT_JDK_VERSION: 11
@ -53,4 +53,4 @@ jobs:
if: env.SKIP_CI != 'true'
uses: ./.github/actions/e2e-test
with:
test_class: org.apache.skywalking.e2e.simple.SimpleE2E
test_class: org.apache.skywalking.e2e.simple.SimpleE2E

View File

@ -39,7 +39,7 @@ jobs:
fail-fast: true
matrix:
analyzer: [k8s-mesh, mx-mesh]
istio_version: [1.7.1, 1.8.2]
istio_version: [1.7.1, 1.8.2, 1.9.1]
name: Istio(${{ matrix.istio_version }})+ALS(${{ matrix.analyzer }})
env:
ISTIO_VERSION: ${{ matrix.istio_version }}
@ -170,7 +170,7 @@ jobs:
strategy:
fail-fast: true
matrix:
istio_version: [1.7.1, 1.8.2]
istio_version: [1.7.1, 1.8.2, 1.9.1]
env:
ISTIO_VERSION: ${{ matrix.istio_version }}
steps: