Skip to content

Commit e0559b4

Browse files
committed
simplify kube-ovn e2e
1 parent 538aacb commit e0559b4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

+1-5
Original file line numberDiff line numberDiff line change
@@ -523,9 +523,6 @@ jobs:
523523
- ipv4
524524
- ipv6
525525
- dual
526-
mode:
527-
- overlay
528-
- underlay
529526
steps:
530527
- uses: actions/checkout@v3
531528

@@ -590,14 +587,13 @@ jobs:
590587
sudo chown -R $(id -un). ~/.kube/
591588
592589
- name: Install Kube-OVN
593-
run: make kind-install-${{ matrix.mode }}-${{ matrix.ip-family }}
590+
run: make kind-install-${{ matrix.ip-family }}
594591

595592
- name: Run E2E
596593
working-directory: ${{ env.E2E_DIR }}
597594
env:
598595
E2E_BRANCH: ${{ github.base_ref || github.ref_name }}
599596
E2E_IP_FAMILY: ${{ matrix.ip-family }}
600-
E2E_NETWORK_MODE: ${{ matrix.mode }}
601597
run: make kube-ovn-conformance-e2e
602598

603599
- name: Cleanup

0 commit comments

Comments
 (0)