Skip to content

chore(ecs): add integ test for ECS with Windows use case#31545

Merged
mergify[bot] merged 3 commits intoaws:mainfrom
samson-keung:keungsi-ecs-windows-integ-test
Sep 27, 2024
Merged

chore(ecs): add integ test for ECS with Windows use case#31545
mergify[bot] merged 3 commits intoaws:mainfrom
samson-keung:keungsi-ecs-windows-integ-test

Conversation

@samson-keung
Copy link
Copy Markdown
Contributor

Issue # (if applicable)

None

Reason for this change

Adding an integ test of using ECS with Windows AMIs. This is currently missing, hence, is a test gap.

Description of changes

The integ test creates an ECS cluster and a Ec2Service that lives in EC2 instances.

Description of how you validated changes

N/A

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@github-actions github-actions bot added the p2 label Sep 24, 2024
@aws-cdk-automation aws-cdk-automation requested a review from a team September 24, 2024 21:59
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Sep 24, 2024
Copy link
Copy Markdown
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

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

The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.

A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.

@samson-keung samson-keung changed the title add integ test for ECS with Windows use case chore(ecs): add integ test for ECS with Windows use case Sep 24, 2024
@aws-cdk-automation aws-cdk-automation dismissed their stale review September 24, 2024 22:04

✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.

@aws-cdk-automation aws-cdk-automation added the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Sep 24, 2024
image: ecs.ContainerImage.fromRegistry('public.ecr.aws/aws-observability/aws-for-fluent-bit:windowsservercore-stable'),
memoryLimitMiB: 2096,
cpu: 1024,
});
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.

May be it would be better also to have an assert to make sure we are able to call the containerized application. I think we can have this as separate PR later. What do you think?

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.

Do you mean calling the containerized application from the outside? If so, the difficulty there is that I couldn't find an image in the ECR registry that 1. expose an endpoint and 2. runs on Windows.

@aws aws deleted a comment from godwingrs22 Sep 25, 2024
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Sep 27, 2024

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@aws-cdk-automation aws-cdk-automation removed the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Sep 27, 2024
@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 30f2f7a
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit 8318e79 into aws:main Sep 27, 2024
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Sep 27, 2024

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@github-actions
Copy link
Copy Markdown
Contributor

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 27, 2024
@samson-keung samson-keung deleted the keungsi-ecs-windows-integ-test branch March 11, 2025 21:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

contribution/core This is a PR that came from AWS. p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants