From 009f9c5c4e598b9ae01e2a0548d876ffadc0f158 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Wed, 16 Aug 2023 15:52:14 -0400 Subject: [PATCH] Enable OVN IC CI This will be removed once we're ready to default to OVN IC. Relates-to: submariner-io/enhancements#209 Signed-off-by: Daniel Farrell --- .github/workflows/e2e-full.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/e2e-full.yml b/.github/workflows/e2e-full.yml index 491f84d47..af3f3ff47 100644 --- a/.github/workflows/e2e-full.yml +++ b/.github/workflows/e2e-full.yml @@ -18,6 +18,16 @@ jobs: matrix: globalnet: ['', 'globalnet'] lighthouse: ['', 'lighthouse'] + ovn: ['', 'ovn', 'ovn-ic'] + exclude: + - ovn: 'ovn' + lighthouse: 'lighthouse' + - ovn: 'ovn' + globalnet: 'globalnet' + - ovn: 'ovn-ic' + lighthouse: 'lighthouse' + - ovn: 'ovn-ic' + globalnet: 'globalnet' steps: - name: Check out the repository uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9