Skip to content

chore: Add Windows Server 2022 Support#3968

Merged
mergify[bot] merged 2 commits intoaws:mainlinefrom
jterry75:mainline
Sep 8, 2022
Merged

chore: Add Windows Server 2022 Support#3968
mergify[bot] merged 2 commits intoaws:mainlinefrom
jterry75:mainline

Conversation

@jterry75
Copy link
Copy Markdown
Contributor

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.

@jterry75 jterry75 requested review from a team and hkford as code owners August 31, 2022 20:28
@jterry75 jterry75 requested review from huanjani and removed request for a team August 31, 2022 20:28
@paragbhingre paragbhingre added the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label Aug 31, 2022
Comment thread site/content/docs/manifest/scheduled-job.en.md Outdated
Comment thread site/content/docs/include/platform.ja.md Outdated
@paragbhingre paragbhingre removed the do-not-merge Pull requests that mergify shouldn't merge until the requester allows it. label Aug 31, 2022
Copy link
Copy Markdown
Contributor

@hkford hkford left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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とメモリで実行します。
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is easy to read if there are spaces between English words and Japanese words like "最小の CPU とメモリ"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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": {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:

Suggested change
"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": {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done good catch.

Arch: template.ArchX86,
},
},
"should return windows server 2022 full and x86_64 when advanced config specifies full": {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:

Suggested change
"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": {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done good catch.

Arch: template.ArchX86,
},
},
"should return windows server 2022 core and x86_64 when advanced config specifies core": {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:

Suggested change
"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": {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done good catch.

Comment thread internal/pkg/deploy/cloudformation/stack/transformers_test.go Outdated
@huanjani
Copy link
Copy Markdown
Contributor

huanjani commented Sep 1, 2022

Wow, thank you so much for this thorough PR!

@huanjani huanjani changed the title Add Windows Server 2022 Support chore: Add Windows Server 2022 Support Sep 1, 2022
Adds Windows Server 2022 Support for OS Platform.

Signed-off-by: Justin Terry <jlterry@amazon.com>
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

❗ No coverage uploaded for pull request base (mainline@a830133). Click here to learn what that means.
The diff coverage is n/a.

@@             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.

Copy link
Copy Markdown
Contributor

@huanjani huanjani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Copy Markdown
Contributor

@hkford hkford left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!Thank you for your contribution!

@mergify mergify Bot merged commit b608ed5 into aws:mainline Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants