Skip to content
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

chore(eks): fix integ tests #25448

Merged
merged 4 commits into from
May 5, 2023
Merged

chore(eks): fix integ tests #25448

merged 4 commits into from
May 5, 2023

Conversation

pahud
Copy link
Contributor

@pahud pahud commented May 4, 2023

This PR fixes 2 integ tests from aws-eks.

  • integ.eks-helm-assets is failing because 2 helm charts are trying to install with the same release name and this is failing with race condition. This PR replaces one of them with another helm chart from ACK to avoid that and ensures the integ test will succeed.
  • integ.eks-service-account-sdk-call is missing package.json and sdk-call.js as described in eks: missing package.json in the integ test #25178 and docker build is failing due to missing files. We restored them from v2.72.1 with minor update on the test.

Now both integ tests can successfully run with no error.

Closes #25438 #25178


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

@gitpod-io
Copy link

gitpod-io bot commented May 4, 2023

@github-actions github-actions bot added bug This issue is a bug. effort/medium Medium work item – several days of effort p2 labels May 4, 2023
@aws-cdk-automation aws-cdk-automation requested a review from a team May 4, 2023 23:47
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label May 4, 2023
@pahud
Copy link
Contributor Author

pahud commented May 4, 2023

image

image

@pahud pahud requested a review from comcalvi May 4, 2023 23:49
@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label May 5, 2023
@pahud pahud marked this pull request as draft May 5, 2023 11:35
@pahud pahud changed the title chore(eks): fix integ test chore(eks): fix integ tests May 5, 2023
@watany-dev
Copy link
Contributor

Indeed, those two things were not going well, and this integration was stalled.
#25339

@pahud pahud marked this pull request as ready for review May 5, 2023 13:15
@mergify
Copy link
Contributor

mergify bot commented May 5, 2023

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
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 5c37de8
  • 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 9088d04 into aws:main May 5, 2023
@mergify
Copy link
Contributor

mergify bot commented May 5, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. contribution/core This is a PR that came from AWS. effort/medium Medium work item – several days of effort p2 pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

eks: integ.eks-helm-asset.ts is failing
4 participants