Skip to content

Commit

Permalink
Bump default E2E K8s version from 1.28 to 1.29
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Pantelis <[email protected]>
  • Loading branch information
tpantelis committed Feb 6, 2024
1 parent af96688 commit 546c37f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-all-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
globalnet: ['', 'globalnet']
# Top/bottom of supported version range. For details:
# https://submariner.io/development/building-testing/ci-maintenance/
k8s_version: ['1.26', '1.27', '1.28']
k8s_version: ['1.26', '1.27', '1.28', '1.29']
lighthouse: ['', 'lighthouse']
ovn: ['', 'ovn']
exclude:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
globalnet: ['', 'globalnet']
# Run most tests against the latest K8s version
k8s_version: ['1.28']
k8s_version: ['1.29']
lighthouse: ['', 'lighthouse']
ovn: ['', 'ovn']
exclude:
Expand Down

0 comments on commit 546c37f

Please sign in to comment.