-
Notifications
You must be signed in to change notification settings - Fork 807
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
Log number of images in ECR repository for CI #1998
Conversation
/hold |
Code Coverage DiffThis PR does not change the code coverage |
b2b63e9
to
8d36893
Compare
d2f1a10
to
deb6e8a
Compare
/retest |
1 similar comment
/retest |
f0e071a
to
5c355d7
Compare
6fc84ee
to
3ce471a
Compare
Signed-off-by: torredil <[email protected]>
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ConnorJC3 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
CI is down:
The root cause is that we've hit a limit for images per repository quota. Specifically, the
aws-ebs-csi-driver
ECR repository had 10,000 images. See https://docs.aws.amazon.com/AmazonECR/latest/userguide/service-quotas.htmlThis PR adds a helpful log to help debug future occurrences of this issue which may happen once aws-janitor is updated to clean up images but there is a regression which results in hitting the quota.