File tree 3 files changed +4
-12
lines changed
3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -957,10 +957,7 @@ jobs:
957
957
sudo cp -r /root/.kube/ ~/.kube/
958
958
sudo chown -R $(id -un). ~/.kube/
959
959
960
- - name : Install Multus
961
- run : make kind-install-multus
962
-
963
- - name : Install Kube-OVN
960
+ - name : Install Multus and Kube-OVN
964
961
run : make kind-install-lb-svc
965
962
966
963
- name : Run E2E
Original file line number Diff line number Diff line change @@ -702,11 +702,7 @@ jobs:
702
702
sudo cp -r /root/.kube/ ~/.kube/
703
703
sudo chown -R $(id -un). ~/.kube/
704
704
705
- - name : Install Multus
706
- working-directory : test/e2e/kube-ovn/branches/${{ matrix.branch }}
707
- run : make kind-install-multus
708
-
709
- - name : Install Kube-OVN
705
+ - name : Install Multus and Kube-OVN
710
706
working-directory : test/e2e/kube-ovn/branches/${{ matrix.branch }}
711
707
run : |
712
708
version=$(grep -E '^VERSION="v([0-9]+\.){2}[0-9]+"$' dist/images/install.sh | head -n1 | awk -F= '{print $2}' | tr -d '"')
Original file line number Diff line number Diff line change @@ -477,10 +477,9 @@ kind-install-multus:
477
477
.PHONY : kind-install-lb-svc
478
478
kind-install-lb-svc : kind-load-image kind-untaint-control-plane
479
479
$(call kind_load_image,kube-ovn,$(VPC_NAT_GW_IMG ) )
480
+ @$(MAKE ) ENABLE_LB_SVC=true CNI_CONFIG_PRIORITY=10 kind-install
481
+ @$(MAKE ) kind-install-multus
480
482
kubectl apply -f yamls/lb-svc-attachment.yaml
481
- sed ' s/VERSION=.*/VERSION=$(VERSION)/' dist/images/install.sh | \
482
- ENABLE_LB_SVC=true CNI_CONFIG_PRIORITY=10 bash
483
- kubectl describe no
484
483
485
484
.PHONY : kind-install-cilium-chaining
486
485
kind-install-cilium-chaining : kind-load-image kind-untaint-control-plane
You can’t perform that action at this time.
0 commit comments