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 #2760

Closed
wants to merge 1 commit into from
Closed
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
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
Loading