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 Nov 22, 2023
1 parent 32d5163 commit 3c2c079
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@b4ffde65f46336ab88eb53be808477a3936bae11
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 3c2c079

Please sign in to comment.