-
Notifications
You must be signed in to change notification settings - Fork 549
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
update templates to support e2e for kubernetes 1.28 #4057
Conversation
updating pull request commentor to run tests with kubernetes 1.28.0 Signed-off-by: Madhu Rajanna <[email protected]>
updating mergify rules to consider kubernetes v1.28.0 ci jobs. Signed-off-by: Madhu Rajanna <[email protected]>
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/mini-e2e/k8s-1.28 |
Should we remove testing for Kubernetes 1.25? I guess that version is not maintained anymore since 1.28 is released? |
@nixpanic as per official doc it's not reached eol yet https://kubernetes.io/releases/ |
Maybe we should consider testing with different Kubernetes versions for different branches? The GitHub Commenter action that we use with |
@Mergifyio queue |
🛑 The pull request has been merged manuallyThe pull request has been merged manually at 1098751 |
As the mergify configuration is changed, merging this one manually |
Updated github action to run kubernetes 1.28 tests and also consider test result to merge the PR (via mergify)
depends-on #4056
closes #4052