We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538aacb commit e0559b4Copy full SHA for e0559b4
.github/workflows/build-x86-image.yaml
@@ -523,9 +523,6 @@ jobs:
523
- ipv4
524
- ipv6
525
- dual
526
- mode:
527
- - overlay
528
- - underlay
529
steps:
530
- uses: actions/checkout@v3
531
@@ -590,14 +587,13 @@ jobs:
590
587
sudo chown -R $(id -un). ~/.kube/
591
588
592
589
- name: Install Kube-OVN
593
- run: make kind-install-${{ matrix.mode }}-${{ matrix.ip-family }}
+ run: make kind-install-${{ matrix.ip-family }}
594
595
- name: Run E2E
596
working-directory: ${{ env.E2E_DIR }}
597
env:
598
E2E_BRANCH: ${{ github.base_ref || github.ref_name }}
599
E2E_IP_FAMILY: ${{ matrix.ip-family }}
600
- E2E_NETWORK_MODE: ${{ matrix.mode }}
601
run: make kube-ovn-conformance-e2e
602
603
- name: Cleanup
0 commit comments