Skip to content

Commit 3eef589

Browse files
authoredJul 4, 2024
chore: update codepipipeline action test for ebs (aws#30755)
This test was failing due to the solution stack version not being supported any longer. ### Issue # (if applicable) Closes #<issue number here>. ### Reason for this change ### Description of changes ### Description of how you validated changes ### Checklist - [ ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 358cead commit 3eef589

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
 

‎packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-elastic-beanstalk-deploy.js.snapshot/aws-cdk-codepipeline-elastic-beanstalk-deploy.assets.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-elastic-beanstalk-deploy.js.snapshot/aws-cdk-codepipeline-elastic-beanstalk-deploy.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
"Value": "AWSServiceRoleForElasticBeanstalkManagedUpdates"
450450
}
451451
],
452-
"SolutionStackName": "64bit Amazon Linux 2023 v6.1.6 running Node.js 20"
452+
"SolutionStackName": "64bit Amazon Linux 2023 v6.1.7 running Node.js 20"
453453
},
454454
"DependsOn": [
455455
"beastalkapp",

‎packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-elastic-beanstalk-deploy.js.snapshot/manifest.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-elastic-beanstalk-deploy.js.snapshot/tree.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.pipeline-elastic-beanstalk-deploy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const beanstalkEnv = new elasticbeanstalk.CfnEnvironment(stack, 'beanstlk-env',
8383
applicationName: beanstalkApp.applicationName!,
8484
environmentName: 'codepipeline-test-env',
8585
// see https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html#platforms-supported.nodejs
86-
solutionStackName: '64bit Amazon Linux 2023 v6.1.6 running Node.js 20',
86+
solutionStackName: '64bit Amazon Linux 2023 v6.1.7 running Node.js 20',
8787
optionSettings: [
8888
{
8989
namespace: 'aws:autoscaling:launchconfiguration',

0 commit comments

Comments
 (0)
Please sign in to comment.