-
Notifications
You must be signed in to change notification settings - Fork 260
ci: remove windows2019 from release test pipeline #3870
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
Conversation
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.
Pull Request Overview
This PR removes Windows 2019 support from the CNI release pipeline due to Kubernetes version compatibility issues. Windows 2019 has been deprecated after Kubernetes version 1.33.0, and the current pipeline uses Kubernetes 1.33.1, causing cluster creation failures.
- Removes the
windows19_overlayjob configuration from the pipeline - Eliminates Windows 2019 cluster creation and testing steps
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
QxBytes
left a comment
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.
does this need to be backported to 1.6.x, or is 1.6.x's release pipeline set to k8s 1.30.x-1.32.x?
release/1.6 has k8s set to 1.30 in the hackfile so we do not need to backport this |
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
* ci: remove windows2019 from pipeline, not supported with k8s 1.33 * remove other references to windows 19 stage
* ci: remove windows2019 from pipeline, not supported with k8s 1.33 * remove other references to windows 19 stage
Reason for Change:
not supported with latest pipeline k8s, removing cluster create/test from pipeline
Issue Fixed:
Requirements:
Notes: