Skip to content

Commit

Permalink
Use K8s 1.29 as latest in E2E
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
  • Loading branch information
tpantelis committed Feb 6, 2024
1 parent d586748 commit 21f86ca
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.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.28']
k8s_version: ['1.29']
exclude:
- cable-driver: wireguard
extra-toggles: ovn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake_finder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
extra-toggles: ['', 'ovn']
globalnet: ['', 'globalnet']
# Run most tests against the latest K8s version
k8s_version: ['1.28']
k8s_version: ['1.29']
exclude:
- cable-driver: wireguard
extra-toggles: ovn
Expand Down

0 comments on commit 21f86ca

Please sign in to comment.