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