-
Notifications
You must be signed in to change notification settings - Fork 121
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
Prepare Docker image for CI integration jobs #2126
Conversation
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.
Curious how big is this image now? I'm thinking about how long it will take to pull from ECR and if we want this all in the base or a specific integration test image.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2126 +/- ##
=======================================
Coverage 78.96% 78.97%
=======================================
Files 611 611
Lines 105522 105522
Branches 14946 14946
=======================================
+ Hits 83324 83332 +8
+ Misses 21545 21538 -7
+ Partials 653 652 -1 ☔ View full report in Codecov by Sentry. |
5f54765
to
1dcc7f2
Compare
7195c75
to
9eb68a7
Compare
Description of changes:
Install packages needed for running CI integration jobs successfully.
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.