Skip to content

Commit

Permalink
Enable OVN IC CI
Browse files Browse the repository at this point in the history
This will be removed once we're ready to default to OVN IC.

Relates-to: submariner-io/enhancements#209
Signed-off-by: Daniel Farrell <[email protected]>
  • Loading branch information
dfarrell07 committed Aug 15, 2023
1 parent 346be5a commit 6fbdb04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/e2e-all-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,16 @@ jobs:
globalnet: ['', 'globalnet']
k8s_version: ['1.19', '1.24', '1.25', '1.26', '1.27']
lighthouse: ['', 'lighthouse']
ovn: ['', 'ovn']
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
6 changes: 5 additions & 1 deletion .github/workflows/e2e-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,16 @@ jobs:
# Run most tests against the latest K8s version
k8s_version: ['1.27']
lighthouse: ['', 'lighthouse']
ovn: ['', 'ovn']
ovn: ['', 'ovn', 'ovn-ic']
exclude:
- ovn: 'ovn'
lighthouse: 'lighthouse'
- ovn: 'ovn'
globalnet: 'globalnet'
- ovn: 'ovn-ic'
lighthouse: 'lighthouse'
- ovn: 'ovn-ic'
globalnet: 'globalnet'
include:
# Oldest Kubernetes version thought to work with SubM.
# This should match minK8sMajor.minK8sMinor in subctl/pkg/version/version.go.
Expand Down

0 comments on commit 6fbdb04

Please sign in to comment.