From b3b154f9fa5d3351fb9cfcee8884c26cb1ab3828 Mon Sep 17 00:00:00 2001 From: YaoZengzeng Date: Wed, 15 Oct 2025 08:06:05 +0000 Subject: [PATCH] adapt to istio 1.27 Signed-off-by: YaoZengzeng Signed-off-by: YaoZengzeng --- .../{e2e-ipv6-istio-1.24.yml => e2e-ipv6-istio-1.27.yml} | 4 ++-- .github/workflows/{e2e-istio-1.24.yml => e2e-istio-1.27.yml} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{e2e-ipv6-istio-1.24.yml => e2e-ipv6-istio-1.27.yml} (85%) rename .github/workflows/{e2e-istio-1.24.yml => e2e-istio-1.27.yml} (86%) diff --git a/.github/workflows/e2e-ipv6-istio-1.24.yml b/.github/workflows/e2e-ipv6-istio-1.27.yml similarity index 85% rename from .github/workflows/e2e-ipv6-istio-1.24.yml rename to .github/workflows/e2e-ipv6-istio-1.27.yml index 3536a6fd4..d7b448dce 100644 --- a/.github/workflows/e2e-ipv6-istio-1.24.yml +++ b/.github/workflows/e2e-ipv6-istio-1.27.yml @@ -1,4 +1,4 @@ -name: E2E IPv6 Test(istio 1.24) +name: E2E IPv6 Test(istio 1.27) on: pull_request: paths-ignore: @@ -23,4 +23,4 @@ jobs: - name: E2E IPv6 Test shell: bash run: | - sudo ISTIO_VERSION="1.24.0" make e2e-ipv6 \ No newline at end of file + sudo ISTIO_VERSION="1.27.2" make e2e-ipv6 \ No newline at end of file diff --git a/.github/workflows/e2e-istio-1.24.yml b/.github/workflows/e2e-istio-1.27.yml similarity index 86% rename from .github/workflows/e2e-istio-1.24.yml rename to .github/workflows/e2e-istio-1.27.yml index 5d04ebb39..6ecf57553 100644 --- a/.github/workflows/e2e-istio-1.24.yml +++ b/.github/workflows/e2e-istio-1.27.yml @@ -1,4 +1,4 @@ -name: E2E Test(istio 1.24) +name: E2E Test(istio 1.27) on: pull_request: paths-ignore: @@ -23,4 +23,4 @@ jobs: - name: E2E Test shell: bash run: | - sudo ISTIO_VERSION="1.24.0" make e2e \ No newline at end of file + sudo ISTIO_VERSION="1.27.2" make e2e \ No newline at end of file