-
Notifications
You must be signed in to change notification settings - Fork 63
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
Annotate Windows Server 2012 as deprecated #545
Conversation
automation/test-windows.sh
Outdated
@@ -3,7 +3,7 @@ | |||
set -ex | |||
|
|||
namespace="kubevirt" | |||
template_name="windows2k12r2" | |||
template_name="" |
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 will break the script if no TARGET
env was provided.
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.
Right, thanks for the review, do you have a preferred default?
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.
Let's go with windows2k22 as the current successor.
Please note that this also needs adjustment of the CI jobs in openshift/release. At least the 2k12 lane needs to be removed.
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.
Default fixed, and created openshift/release#42370
94aa4cf
to
5dda7de
Compare
I'm against this, looking at the docs: https://learn.microsoft.com/en-us/lifecycle/announcements/windows-server-2012-r2-end-of-support
So it's still available through EUS, would it be better to mark the templates as deprecated and drop CI coverage for now? That's going to be my approach in common-instancetypes anyway: |
5dda7de
to
02b0476
Compare
Signed-off-by: Jed Lejosne <jed@redhat.com>
02b0476
to
eef3095
Compare
Done, PTAL! |
/lgtm Thanks! If you respin please include the link to the support docs in the commit and description of the PR for context. |
@jean-edouard: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/lgtm |
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.
/approve
Thanks!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 0xFelix The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
This PR adds an annotation to the Windows Server 2012 R2 template to tag it as deprecated.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Release note: