Skip to content

Commit b3b154f

Browse files
committed
adapt to istio 1.27
Signed-off-by: YaoZengzeng <yaozengzeng@huawei.com> Signed-off-by: YaoZengzeng <yaozengzeng@huawei.com>
1 parent 932c468 commit b3b154f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/e2e-ipv6-istio-1.24.yml renamed to .github/workflows/e2e-ipv6-istio-1.27.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: E2E IPv6 Test(istio 1.24)
1+
name: E2E IPv6 Test(istio 1.27)
22
on:
33
pull_request:
44
paths-ignore:
@@ -23,4 +23,4 @@ jobs:
2323
- name: E2E IPv6 Test
2424
shell: bash
2525
run: |
26-
sudo ISTIO_VERSION="1.24.0" make e2e-ipv6
26+
sudo ISTIO_VERSION="1.27.2" make e2e-ipv6

.github/workflows/e2e-istio-1.24.yml renamed to .github/workflows/e2e-istio-1.27.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: E2E Test(istio 1.24)
1+
name: E2E Test(istio 1.27)
22
on:
33
pull_request:
44
paths-ignore:
@@ -23,4 +23,4 @@ jobs:
2323
- name: E2E Test
2424
shell: bash
2525
run: |
26-
sudo ISTIO_VERSION="1.24.0" make e2e
26+
sudo ISTIO_VERSION="1.27.2" make e2e

0 commit comments

Comments
 (0)