From 207cef7930d2782f3706b63f46a302f71aed1c33 Mon Sep 17 00:00:00 2001 From: Zhenxu Ke Date: Wed, 3 Mar 2021 08:29:57 +0800 Subject: [PATCH] Add Istio 1.9.1 into test matrix (#6476) --- .github/workflows/e2e.compat.yaml | 4 ++-- .github/workflows/e2e.istio.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e.compat.yaml b/.github/workflows/e2e.compat.yaml index 0fa4a986a..bdb37eb8d 100644 --- a/.github/workflows/e2e.compat.yaml +++ b/.github/workflows/e2e.compat.yaml @@ -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 \ No newline at end of file + test_class: org.apache.skywalking.e2e.simple.SimpleE2E diff --git a/.github/workflows/e2e.istio.yaml b/.github/workflows/e2e.istio.yaml index 3175eca5c..252eda82d 100644 --- a/.github/workflows/e2e.istio.yaml +++ b/.github/workflows/e2e.istio.yaml @@ -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: