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 Sep 20, 2023
1 parent 128fa90 commit 5972f41
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac
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 5972f41

Please sign in to comment.