aws-cdk
aws-cdk copied to clipboard
chore: migrate @aws-cdk-testing/cli-integ from sdk v2 to sdk v3
[IN PROGRESS]
Signed-off-by: Vinayak Kukreja [email protected]### Issue # (if applicable)
Closes #
Reason for this change
Description of changes
Description of how you validated changes
Checklist
- [ ] My code adheres to the CONTRIBUTING GUIDE and DESIGN GUIDELINES
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
I see some integ tests not running since they are unable to find credentials:
● update to stack in ROLLBACK_COMPLETE state will delete stack and create a new one
Profile 'long-running-profile' does not exist in config file (/root/.aws/config)
at chainableCredentials (../../lib/aws.ts:231:13)
at new chainableCredentials (../../lib/aws.ts:39:20)
at Function.forRegion (../../lib/aws.ts:21:12)
at forRegion (../../lib/with-aws.ts:18:34)
at ResourcePool.block (../../lib/resource-pool.ts:72:20)
at ../../lib/integ-test.ts:51:14
This is due to a different path for config defined in delivlib here. Taking a look into how this binds with our test infrastructure.
AWS CodeBuild CI Report
- CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
- Commit ID: 7f7b528133ed7ab90678bbb0fd000968879d8b70
- Result: SUCCEEDED
- Build Logs (available for 30 days)
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository
:arrow_right: PR build request submitted to test-main-pipeline :arrow_left:
A maintainer must now check the pipeline and add the pr-linter/cli-integ-tested label once the pipeline succeeds.
@Mergifyio update
update
✅ Branch has been successfully updated
AWS CodeBuild CI Report
- CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
- Commit ID: 2c169594eefe5b633da6467cfe383e4620ba9f7c
- Result: SUCCEEDED
- Build Logs (available for 30 days)
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository
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.