-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
aws-codepipeline-actions integ test not working #27117
Labels
Comments
peterwoodworth
added
bug
This issue is a bug.
p1
@aws-cdk/aws-codepipeline-actions
effort/small
Small work item – less than a day of effort
labels
Sep 12, 2023
@peterwoodworth I'll take this. |
mergify bot
pushed a commit
that referenced
this issue
Sep 13, 2023
I found a legit zip [here](https://github.com/aws/aws-cdk/blob/d8acc8aa07867be1b1b3cad05b67dab2d7bc3252/packages/%40aws-cdk/aws-codepipeline-actions/test/assets/nodejs.zip). Closes #27117. <img width="1211" alt="Screenshot 2023-09-12 at 6 46 22 PM" src="https://github.com/aws/aws-cdk/assets/3310356/1de56fcf-1f99-4095-b2d9-1668bd443a9f"> ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
mikewrighton
pushed a commit
that referenced
this issue
Sep 14, 2023
I found a legit zip [here](https://github.com/aws/aws-cdk/blob/d8acc8aa07867be1b1b3cad05b67dab2d7bc3252/packages/%40aws-cdk/aws-codepipeline-actions/test/assets/nodejs.zip). Closes #27117. <img width="1211" alt="Screenshot 2023-09-12 at 6 46 22 PM" src="https://github.com/aws/aws-cdk/assets/3310356/1de56fcf-1f99-4095-b2d9-1668bd443a9f"> ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
aws-codepipeline-actions/test/integ.pipeline-elastic-beanstalk-deploy.ts
is currently not working.During the execution of the CodePipeline, the file
aws-codepipeline-actions/test/assets/nodejs.zip
is accessed. This is supposed to be a ZIP archive of configuration for ElasticBeanstalk. However the file is corrupted now and not a working ZIP archive anymore.I suspect we just need to track down a working version of this file and we are good. Potentially exists on an earlier commit or the v1 branch.
This is not a bug in the construct, it is simply a broken integ test.
The text was updated successfully, but these errors were encountered: