Skip to content

Commit 540a9ba

Browse files
committed
Bump latest (1.31) and oldest (1.28) tested K8s versions
Signed-off-by: Tom Pantelis <[email protected]>
1 parent ab4cc0a commit 540a9ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/e2e.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
extra-toggles: ['', 'ovn']
4949
globalnet: ['', 'globalnet']
5050
# Run most tests against the latest K8s version
51-
k8s_version: ['1.29']
51+
k8s_version: ['1.31']
5252
exclude:
5353
- cable-driver: wireguard
5454
extra-toggles: ovn
@@ -61,7 +61,7 @@ jobs:
6161
# https://submariner.io/development/building-testing/ci-maintenance/
6262
- k8s_version: '1.19'
6363
# Test top and bottom of supported K8s version range
64-
- k8s_version: '1.26'
64+
- k8s_version: '1.28'
6565
steps:
6666
- name: Check out the repository
6767
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938

.github/workflows/flake_finder.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
extra-toggles: ['', 'ovn']
2121
globalnet: ['', 'globalnet']
2222
# Run most tests against the latest K8s version
23-
k8s_version: ['1.29']
23+
k8s_version: ['1.31']
2424
exclude:
2525
- cable-driver: wireguard
2626
extra-toggles: ovn
2727
include:
2828
# Test top and bottom of supported K8s version range
29-
- k8s_version: '1.26'
29+
- k8s_version: '1.28'
3030
steps:
3131
- name: Check out the repository
3232
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938

0 commit comments

Comments
 (0)