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 diff --git a/go.mod b/go.mod index 3df9c1451..27065263a 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/submariner-io/admiral v0.16.0-m3.0.20230807132642-3d805dda2f2c github.com/submariner-io/cloud-prepare v0.16.0-m3 github.com/submariner-io/lighthouse v0.16.0-m3 - github.com/submariner-io/shipyard v0.16.0-m3 + github.com/submariner-io/shipyard v0.16.0-m3.0.20230816123333-4746bb547e5e github.com/submariner-io/submariner v0.16.0-m3 github.com/submariner-io/submariner-operator v0.16.0-m3.0.20230807220743-f29cd9eb9afa github.com/uw-labs/lichen v0.1.7 diff --git a/go.sum b/go.sum index 74c9a36a4..7339632c6 100644 --- a/go.sum +++ b/go.sum @@ -533,6 +533,8 @@ github.com/submariner-io/lighthouse v0.16.0-m3 h1:RiAeAsQqx6fZ/OQlyM5Ij8OjZodTyc github.com/submariner-io/lighthouse v0.16.0-m3/go.mod h1:4CGo4tdPGY7mMIgZlhFib5EG34QDtN3O7qB+0rijW9c= github.com/submariner-io/shipyard v0.16.0-m3 h1:795gM5zCjszEjQ5UM9LY/7vRTldHt16PdETTzjY265A= github.com/submariner-io/shipyard v0.16.0-m3/go.mod h1:P6zHeYDcQMS24/8Z7NN2WP4Ydqdu4CB4HC+VRn3l2MA= +github.com/submariner-io/shipyard v0.16.0-m3.0.20230816123333-4746bb547e5e h1:OK2NELLx/D4RqJLxyhyechLa3d6aV/l7QoLYpqdQcv8= +github.com/submariner-io/shipyard v0.16.0-m3.0.20230816123333-4746bb547e5e/go.mod h1:5bIFKVp44YKvNJMp8vPzWDlyBTv8ycS9QhTkgbkMb/Q= github.com/submariner-io/submariner v0.16.0-m3 h1:AMwSNZOv64XyLOrDxVFYOb2a+nZU7dwWam1Bkt23T7A= github.com/submariner-io/submariner v0.16.0-m3/go.mod h1:ZcZm04BLudHDDSz2lQz504/wONAaWMgAka7FTZFmfqo= github.com/submariner-io/submariner-operator v0.16.0-m3.0.20230807220743-f29cd9eb9afa h1:/ZcbkJLMbxlHml80uEfqJhPN/pUEEhayERuDIaS/JEU=