chore: Add Windows Server 2022 Support#3968
Conversation
hkford
left a comment
There was a problem hiding this comment.
Thank you for opening pull request!
And thank you for fixing Japanese document as well.
Left a minor comment.
| $ copilot task run --platform-os WINDOWS_SERVER_2019_CORE --platform-arch X86_64 --cpu 1024 --memory 2048 | ||
| ``` | ||
|
|
||
| Windows 2022 タスクを最小のCPUとメモリで実行します。 |
There was a problem hiding this comment.
I think it is easy to read if there are spaces between English words and Japanese words like "最小の CPU とメモリ"
There was a problem hiding this comment.
Done please let me know if that is what you wanted.
| }, | ||
| }, | ||
| "should return windows server core and x86_64 when platform is 'windows/x86_64'": { | ||
| "should return windows server 2019 core and x86_64 when advanced config specifies core": { |
There was a problem hiding this comment.
nit:
| "should return windows server 2019 core and x86_64 when advanced config specifies core": { | |
| "should return windows server 2019 core and x86_64 when advanced config specifies 2019 core": { |
| Arch: template.ArchX86, | ||
| }, | ||
| }, | ||
| "should return windows server 2022 full and x86_64 when advanced config specifies full": { |
There was a problem hiding this comment.
nit:
| "should return windows server 2022 full and x86_64 when advanced config specifies full": { | |
| "should return windows server 2022 full and x86_64 when advanced config specifies 2022 full": { |
| Arch: template.ArchX86, | ||
| }, | ||
| }, | ||
| "should return windows server 2022 core and x86_64 when advanced config specifies core": { |
There was a problem hiding this comment.
nit:
| "should return windows server 2022 core and x86_64 when advanced config specifies core": { | |
| "should return windows server 2022 core and x86_64 when advanced config specifies 2022 core": { |
|
Wow, thank you so much for this thorough PR! |
Adds Windows Server 2022 Support for OS Platform. Signed-off-by: Justin Terry <jlterry@amazon.com>
Codecov Report
@@ Coverage Diff @@
## mainline #3968 +/- ##
===========================================
Coverage ? 68.52%
===========================================
Files ? 248
Lines ? 35048
Branches ? 264
===========================================
Hits ? 24018
Misses ? 9839
Partials ? 1191 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
hkford
left a comment
There was a problem hiding this comment.
LGTM!Thank you for your contribution!
Adds Windows Server 2022 Support for OS Platform.
Signed-off-by: Justin Terry jlterry@amazon.com
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.