We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c6868 commit 8a4e97bCopy full SHA for 8a4e97b
.github/workflows/build-x86-image.yaml
@@ -638,6 +638,9 @@ jobs:
638
- ipv4
639
- ipv6
640
- dual
641
+ mode:
642
+ - overlay
643
+ - underlay
644
steps:
645
- uses: actions/checkout@v3
646
@@ -704,13 +707,14 @@ jobs:
704
707
sudo chown -R $(id -un). ~/.kube/
705
708
706
709
- name: Install Kube-OVN
- run: make kind-install-${{ matrix.ip-family }}
710
+ run: make kind-install-${{ matrix.mode }}-${{ matrix.ip-family }}
711
712
- name: Run E2E
713
working-directory: ${{ env.E2E_DIR }}
714
env:
715
E2E_BRANCH: ${{ github.base_ref || github.ref_name }}
716
E2E_IP_FAMILY: ${{ matrix.ip-family }}
717
+ E2E_NETWORK_MODE: ${{ matrix.mode }}
718
run: make kube-ovn-conformance-e2e
719
720
- name: Cleanup
0 commit comments