Skip to content

Commit

Permalink
Bump latest (1.31) and oldest (1.28) tested K8s versions
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
  • Loading branch information
tpantelis committed Oct 7, 2024
1 parent ab4cc0a commit 540a9ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
extra-toggles: ['', 'ovn']
globalnet: ['', 'globalnet']
# Run most tests against the latest K8s version
k8s_version: ['1.29']
k8s_version: ['1.31']
exclude:
- cable-driver: wireguard
extra-toggles: ovn
Expand All @@ -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.26'
- k8s_version: '1.28'
steps:
- name: Check out the repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
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.29']
k8s_version: ['1.31']
exclude:
- cable-driver: wireguard
extra-toggles: ovn
include:
# Test top and bottom of supported K8s version range
- k8s_version: '1.26'
- k8s_version: '1.28'
steps:
- name: Check out the repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
Expand Down

0 comments on commit 540a9ba

Please sign in to comment.