Skip to content

Commit

Permalink
Update K8s versions tested in E2E
Browse files Browse the repository at this point in the history
The bottom of the version range and the Flake Finder were not updated.

Signed-off-by: Daniel Farrell <[email protected]>
  • Loading branch information
dfarrell07 committed Feb 5, 2025
1 parent 4e34c92 commit 21d4597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# https://submariner.io/development/building-testing/ci-maintenance/
- k8s_version: '1.19'
# Test top and bottom of supported K8s version range
- k8s_version: '1.28'
- k8s_version: '1.29'
steps:
- name: Check out the repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flake_finder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
extra-toggles: ['', 'ovn']
globalnet: ['', 'globalnet']
# Run most tests against the latest K8s version
k8s_version: ['1.31']
k8s_version: ['1.32']
exclude:
- cable-driver: wireguard
extra-toggles: ovn
include:
# Test top and bottom of supported K8s version range
- k8s_version: '1.28'
- k8s_version: '1.29'
steps:
- name: Check out the repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
Expand Down

0 comments on commit 21d4597

Please sign in to comment.