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

Update K8s versions tested in CI #46

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from
Open
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
7 changes: 5 additions & 2 deletions .github/workflows/e2e-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ jobs:
globalnet: ['', 'globalnet']
cable_driver: ['libreswan', 'wireguard', 'vxlan']
ovn: ['', 'ovn']
k8s_version: ['1.20']
k8s_version: ['1.23']
exclude:
- ovn: 'ovn'
globalnet: 'globalnet'
- ovn: 'ovn'
cable_driver: 'wireguard'
include:
# This is the oldest K8s version we try to support
# This is the oldest K8s version known to work with SubM.
# This tests the Operator's minimum K8s versions in pkg/version/version.go.
# If this breaks, we may advance the minimum K8s version instead of fixing it. See:
# https://submariner.io/development/building-testing/ci-maintenance/
- k8s_version: '1.17'
steps:
- name: Check out the repository
Expand Down