-
Notifications
You must be signed in to change notification settings - Fork 460
Update cloudbuild image #5715
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
Update cloudbuild image #5715
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5715 +/- ##
=======================================
Coverage 52.83% 52.84%
=======================================
Files 278 278
Lines 29610 29610
=======================================
+ Hits 15645 15647 +2
+ Misses 13148 13146 -2
Partials 817 817 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
|
LGTM label has been added. Git tree hash: cc4da185fcc09625840558d79a0174f96c2498ee
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mboersma 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 |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This PR updates the four-year-old cloudbuild image we use to push images to the staging repo. This isn't fixing any real errors, but the logs get a little noisy with messages like this:
I think these are coming from the
go listcommands we embed in the Makefile. At least there are four of those and those messages appear in groups of four.Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
TODOs:
Release note: