-
Notifications
You must be signed in to change notification settings - Fork 150
Fix Ruby integration CI #2765
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
Fix Ruby integration CI #2765
Conversation
75de743 to
0379b2f
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2765 +/- ##
==========================================
- Coverage 78.65% 78.54% -0.12%
==========================================
Files 678 678
Lines 116334 115258 -1076
Branches 16312 16314 +2
==========================================
- Hits 91507 90529 -978
+ Misses 24039 23941 -98
Partials 788 788 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Builds expected to fail until the new ecr image is in. |
| name: Run Container | ||
| with: | ||
| image: ${{ steps.login-ecr.outputs.registry }}/aws-lc/ubuntu:22.04 | ||
| image: ${{ steps.login-ecr.outputs.registry }}/aws-lc/ubuntu-24.04_integration |
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.
If I'm not mistaken, we migrated Docker image build to GHA. Shouldn't we make use of that?
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.
Ahh didn't realize that had happened. I'll reuse the stuff over there.
0379b2f to
cd0be89
Compare
Co-authored-by: Sean McGrail <549813+skmcgrail@users.noreply.github.com>
This reverts commit 693ca26.
Issues:
Resolves
P315730123Description of changes:
Call-outs:
N/A
Testing:
CI
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.