-
Notifications
You must be signed in to change notification settings - Fork 155
Ensure coverage of all active Windows releases #461
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
Ensure coverage of all active Windows releases #461
Conversation
I didn't update |
@@ -15,4 +24,4 @@ | |||
"TestProperties": { | |||
"size": 1 | |||
} | |||
} | |||
} |
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.
please make this posix, and add the newline back.
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.
} | |
} | |
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.
I'm not sure what you mean by posix here.
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.
Only the line-endings are blocking.
This adds Windows 2004 releases to all the lists, and Windows 1909 to a few lists from which it was missing. Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
Is there a code-formatter config for this repo? All I changed were the numbers, VSCode's 'save all' applied the formatting. Edit: Seems this is VSCode's not-json formatter non-overridable default. But there is a setting to then add the final newline back. I also tried prettier, but it wanted to change the whitespace even more. |
Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
Hmm. I can't see how the CI failures are related to this, they're all reporting failed connections to https://registry.hub.docker.com/. I don't have permission to trigger retries either. |
@PoshChan please retry CI |
@RDIL, successfully started retry of |
Same problem, in mostly the same jobs, and a few different jobs. The page-numbers in |
@TBBle When I looked, AzDevOps failed to connect to the agent. I don't think that is the issue. We have plans to eliminate the calls to get the tags. |
community failures can be addressed in a separate PR. |
@TravisEz13 apologies that I missed this when opening an issue. Is there anything to watch for 2004 variants being pushed to |
https://mcr.microsoft.com/v2/powershell/tags/list (and https://hub.docker.com/_/microsoft-powershell) shows nanoserver-2004 and windowsservercore-2004 variants for lts (7.0.3) and preview (7.1.0 preview 6) now. |
Yes, the team released yesterday. I was less involved that normal. |
PR Summary
This adds Windows 2004 releases to all the lists, and Windows 1909 to a
few lists from which it was missing.
This should replace #436, the Dependabot reminder that Windows 2004 is now available.
PR Checklist
Dockerfile
,.sh
,.ps1
and.psm1
files have the correct copyright headerWIP:
to the beginning of the title and remove the prefix when the PR is ready.