Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable OVN IC CI #77

Open
wants to merge 2 commits into
base: devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/e2e-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down