-
Notifications
You must be signed in to change notification settings - Fork 2.8k
capz: remove WINDOWS and TEST_WINDOWS env vars #35701
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
base: master
Are you sure you want to change the base?
capz: remove WINDOWS and TEST_WINDOWS env vars #35701
Conversation
98c4b79
to
1283b02
Compare
- name: WINDOWS_SERVER_VERSION | ||
value: "windows-2022" |
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.
Should we keep this (and below for this same variable) to prevent reverting back to 2019 for these jobs?
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.
For this particular one, I'd prefer we just address this in CAPZ by making 2022 the default (it would seem to me that this particular test won't need to re-introduce Windows requirements before we do that?)
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.
Oh nvm if we're not testing Windows here anyway it doesn't matter.
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.
/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.
/lgtm
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jackfrancis, mboersma, nojnhuh The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @mm4tt |
When not requiring Windows infra for tests in CAPZ, you don't have to explicitly set any configuration. This simplifies the jobs so that explicit usages like
WINDOWS=false
orTEST_WINDOWS=false
are removed.