Skip to content

Commit 8a4e97b

Browse files
committed
ci: run kube-ovn e2e for underlay (#2762)
1 parent 87c6868 commit 8a4e97b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-x86-image.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,9 @@ jobs:
638638
- ipv4
639639
- ipv6
640640
- dual
641+
mode:
642+
- overlay
643+
- underlay
641644
steps:
642645
- uses: actions/checkout@v3
643646

@@ -704,13 +707,14 @@ jobs:
704707
sudo chown -R $(id -un). ~/.kube/
705708
706709
- name: Install Kube-OVN
707-
run: make kind-install-${{ matrix.ip-family }}
710+
run: make kind-install-${{ matrix.mode }}-${{ matrix.ip-family }}
708711

709712
- name: Run E2E
710713
working-directory: ${{ env.E2E_DIR }}
711714
env:
712715
E2E_BRANCH: ${{ github.base_ref || github.ref_name }}
713716
E2E_IP_FAMILY: ${{ matrix.ip-family }}
717+
E2E_NETWORK_MODE: ${{ matrix.mode }}
714718
run: make kube-ovn-conformance-e2e
715719

716720
- name: Cleanup

0 commit comments

Comments
 (0)