-
Notifications
You must be signed in to change notification settings - Fork 18
feat: optimize image build pipeline #342
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
Signed-off-by: michaelawyu <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #342 +/- ##
==========================================
- Coverage 67.56% 67.31% -0.26%
==========================================
Files 34 34
Lines 5060 5060
==========================================
- Hits 3419 3406 -13
- Misses 1454 1465 +11
- Partials 187 189 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Added the local build outputs for reference: The local builds runs w/ all cache cleared. Note that only the first |
| @@ -1,5 +1,5 @@ | |||
| # Build the member-net-controller-manager binary | |||
| FROM mcr.microsoft.com/oss/go/microsoft/golang:1.24.6 as builder | |||
| FROM mcr.microsoft.com/oss/go/microsoft/golang:1.24.6 AS builder | |||
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.
is it case sensitive?
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR applies various build pipeline optimizations to improve the build success rates. Specifically, it
Which issue(s) this PR fixes:
N/A
Requirements:
make reviewablefor basic local testHow has this code been tested
N/A
Special notes for your reviewer
N/A