diff mbox series

[ovs-dev,1/1] Add the metalLB install flag for CI actions

Message ID 20230131103326.3668863-1-suryaseetharaman.9@gmail.com
State Accepted
Headers show
Series [ovs-dev,1/1] Add the metalLB install flag for CI actions | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes success github build: passed

Commit Message

Surya Seetharaman Jan. 31, 2023, 10:33 a.m. UTC
Signed-off-by: Surya Seetharaman <suryaseetharaman.9@gmail.com>
---
 .github/workflows/ovn-kubernetes.yml | 1 +
 1 file changed, 1 insertion(+)

Comments

Dumitru Ceara Jan. 31, 2023, 2:26 p.m. UTC | #1
On 1/31/23 11:33, Surya Seetharaman wrote:
> Signed-off-by: Surya Seetharaman <suryaseetharaman.9@gmail.com>
> ---

Thanks a lot, Surya, for the contribution, our CI should finally be
green again after this change!

I applied this patch to the main branch and backported to all stable
branches down to branch-22.03.  I also added you to the AUTHORS.rst file.

Best regards,
Dumitru
diff mbox series

Patch

diff --git a/.github/workflows/ovn-kubernetes.yml b/.github/workflows/ovn-kubernetes.yml
index 6288c5079..8a7815f1d 100644
--- a/.github/workflows/ovn-kubernetes.yml
+++ b/.github/workflows/ovn-kubernetes.yml
@@ -73,6 +73,7 @@  jobs:
     env:
       JOB_NAME: "${{ matrix.target }}-${{ matrix.ha }}-${{ matrix.gateway-mode }}-${{ matrix.ipfamily }}-${{ matrix.disable-snat-multiple-gws }}-${{ matrix.second-bridge }}"
       OVN_HYBRID_OVERLAY_ENABLE: "${{ matrix.target == 'control-plane' }}"
+      KIND_INSTALL_METALLB: "${{ matrix.target == 'control-plane' }}"
       OVN_MULTICAST_ENABLE:  "${{ matrix.target == 'control-plane' }}"
       OVN_EMPTY_LB_EVENTS: "${{ matrix.target == 'control-plane' }}"
       OVN_HA: "true"