Skip to content

Conversation

@skmcgrail
Copy link
Member

Description of changes:

This is about one of three (or four) PRs that I need to parcel out to roll out this change. This first introduces the necessary CodeBuild project bits.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.

@skmcgrail skmcgrail requested a review from a team as a code owner October 14, 2025 02:31
@codecov-commenter
Copy link

codecov-commenter commented Oct 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.92%. Comparing base (483d379) to head (ec544dd).
⚠️ Report is 12 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2745      +/-   ##
==========================================
+ Coverage   78.89%   78.92%   +0.02%     
==========================================
  Files         677      677              
  Lines      115526   115525       -1     
  Branches    16249    16249              
==========================================
+ Hits        91150    91180      +30     
+ Misses      23579    23551      -28     
+ Partials      797      794       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@skmcgrail skmcgrail force-pushed the gh-docker-image-build-p1 branch from 4a41100 to d25b5ea Compare October 14, 2025 05:34
@skmcgrail skmcgrail force-pushed the gh-docker-image-build-p1 branch from d25b5ea to ec544dd Compare October 14, 2025 17:30
staging_repo = ecr.Repository(self, "aws-lc-ecr-staging",
image_tag_mutability=ecr.TagMutability.IMMUTABLE,
lifecycle_rules=[ecr.LifecycleRule(
max_image_age=Duration.days(7),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NP: In what situations would an image hit the 7-day maximum? Do we need 7 days?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It can probably be shortened if we want. It's mainly for historical uses or to be able to look at an image that was staged if we forsee doing more extensive image testing in the future and want to deep dive into one of the docker images that failed to get to the publishing step.

@skmcgrail skmcgrail merged commit 0fed4db into aws:main Oct 14, 2025
370 of 376 checks passed
@skmcgrail skmcgrail deleted the gh-docker-image-build-p1 branch October 14, 2025 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants