Skip to content

ci: cleaning up references to skaffold slim as it is no longer used#9615

Merged
Darien-Lin merged 1 commit into
GoogleContainerTools:mainfrom
Darien-Lin:remove-slim-builds
Dec 13, 2024
Merged

ci: cleaning up references to skaffold slim as it is no longer used#9615
Darien-Lin merged 1 commit into
GoogleContainerTools:mainfrom
Darien-Lin:remove-slim-builds

Conversation

@Darien-Lin

Copy link
Copy Markdown
Contributor

Description
The cloud build trigger for the slim build has been failing for over a year now. There is no longer a need to have a slim build, so removing the definitions and machinery around it.

@Darien-Lin Darien-Lin requested a review from a team as a code owner December 13, 2024 17:14
@Darien-Lin Darien-Lin requested a review from alphanota December 13, 2024 17:14

@ghost ghost left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Hi team,

I'm currently reviewing this pull request and will post my full review in a few minutes. In the meantime, here's a quick summary for you and other reviewers to get up to speed:

This PR removes the now-unused "slim" build of Skaffold. The cloud build trigger for the slim build has been broken for over a year, and there's no longer a need for it. The changes involve:

  • Removing the release-slim target from the Makefile (lines 184-191).
  • Deleting the deploy/cloudbuild-slim.yaml file entirely (this file was entirely removed).
  • Removing the deploy/skaffold/Dockerfile.slim file entirely (this file was entirely removed).

The intent is to simplify the build process and remove unnecessary complexity. This should improve maintainability and reduce potential issues.


Here's a little haiku to lighten the mood:

Slim build's gone away,
Cleaner code, a brighter day,
Skaffold now is lean.

Thanks,
[Your Name]

@ghost ghost left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This pull request removes the slim build configuration which seems to be no longer necessary. Removing unused code and configurations is a good practice and improves maintainability. The provided context is helpful in understanding the reason for these changes. Overall, the changes look good. A few minor suggestions follow.

Comment thread Makefile Outdated
@Darien-Lin Darien-Lin requested a review from plumpy December 13, 2024 17:14
@codecov

codecov Bot commented Dec 13, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.14%. Comparing base (290280e) to head (71c632d).
Report is 1228 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9615      +/-   ##
==========================================
- Coverage   70.48%   63.14%   -7.34%     
==========================================
  Files         515      648     +133     
  Lines       23150    33607   +10457     
==========================================
+ Hits        16317    21221    +4904     
- Misses       5776    10729    +4953     
- Partials     1057     1657     +600     

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

@Darien-Lin Darien-Lin merged commit 48ac51f into GoogleContainerTools:main Dec 13, 2024
@Darien-Lin Darien-Lin deleted the remove-slim-builds branch December 13, 2024 17:54
@menahyouyeah menahyouyeah mentioned this pull request Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2 participants