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 <[email protected]>
  • Loading branch information
tpantelis committed Oct 7, 2024
1 parent fe6094e commit 57f8c65
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-all-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
globalnet: ['', 'globalnet']
# All non-EOL K8s versions not tested in E2E-full
# https://submariner.io/development/building-testing/ci-maintenance/
k8s_version: ['1.27', '1.28']
k8s_version: ['1.29', '1.30']
lighthouse: ['', 'lighthouse']
ovn: ['', 'ovn']
exclude:
Expand Down
4 changes: 2 additions & 2 deletions .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.29']
k8s_version: ['1.31']
lighthouse: ['', 'lighthouse']
ovn: ['', 'ovn']
exclude:
Expand All @@ -28,7 +28,7 @@ jobs:
globalnet: 'globalnet'
include:
# 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 57f8c65

Please sign in to comment.