-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: test k8s version 1.31 #13600
ci: test k8s version 1.31 #13600
Conversation
Signed-off-by: william.vanhevelingen <[email protected]>
@@ -225,15 +225,15 @@ jobs: | |||
profile: minimal | |||
useApi: true | |||
- test: test-executor | |||
install_k3s_version: v1.28.11+k3s1 | |||
install_k3s_version: v1.28.13+k3s1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: We could change this to 1.29 as 1.28 is EOL in October.
/retest |
| Argo Workflows \ Kubernetes | 1.28 | 1.29 | 1.30 | 1.31 | | ||
|-----------------------------|------|------|------|------| | ||
| **3.5** | `✓` | `✓` | `✓` | `✓` | | ||
| **3.4** | `?` | `?` | `?` | `?` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still not quite correct per #13381 (comment)
I'm thinking we just move main
here into the table instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay great, I added a main
row
Signed-off-by: william.vanhevelingen <[email protected]>
Signed-off-by: william.vanhevelingen <[email protected]>
/retest |
Motivation
Verifying the test suite passes on the new K8s release
Modifications
Verification
E2E tests will suffice