-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
CFn: ecr repo uses request account and region #13156
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
Conversation
LocalStack Community integration with Pro2 files 2 suites 34s ⏱️ Results for commit 39dbf3b. |
Test Results (amd64) - Integration, Bootstrap 5 files 5 suites 8m 51s ⏱️ Results for commit 39dbf3b. |
dfangl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, nice that this is caught!
Test Results (amd64, MA/MR) - Integration, Bootstrap 5 files ± 0 5 suites ±0 10m 40s ⏱️ - 2h 25m 59s Results for commit 39dbf3b. ± Comparison against base commit ad5b369. This pull request removes 5018 tests. |
Motivation
While implementing some fixes for the ECR repository in #13146, we broke the multi-account/multi-region pipeline. It turns out the ECR repository resoure provider hard-codes the account id
000000000000and regionus-east-1in its response. I presume this has not been caught before as it is not asserted anywhere in the tests?Changes
Testing
No additional tests have been added, but a green CI run with both the normal integration tests and MA/MR pipeline is enough to validate this behaviour.
MA/MR test run