Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: E2E IPv6 Test(istio 1.24)
name: E2E IPv6 Test(istio 1.27)
on:
pull_request:
paths-ignore:
Expand All @@ -23,4 +23,4 @@ jobs:
- name: E2E IPv6 Test
shell: bash
run: |
sudo ISTIO_VERSION="1.24.0" make e2e-ipv6
sudo ISTIO_VERSION="1.27.2" make e2e-ipv6
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: E2E Test(istio 1.24)
name: E2E Test(istio 1.27)
on:
pull_request:
paths-ignore:
Expand All @@ -23,4 +23,4 @@ jobs:
- name: E2E Test
shell: bash
run: |
sudo ISTIO_VERSION="1.24.0" make e2e
sudo ISTIO_VERSION="1.27.2" make e2e
Loading