Skip to content
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

Remove tests step from Updater workflow #4553

Merged
merged 2 commits into from Oct 23, 2023
Merged

Remove tests step from Updater workflow #4553

merged 2 commits into from Oct 23, 2023

Conversation

lucacome
Copy link
Member

Proposed changes

We test everything on release, there's no need to run the tests when we rebuild the Docker images from the same source code.
It also adds an option to force the rebuild of the images even if the base images don't have updates. This could be useful in case there are updates to Go or other dependencies and they're not necessarily coming from Docker.

@lucacome lucacome self-assigned this Oct 22, 2023
@lucacome lucacome requested a review from a team as a code owner October 22, 2023 10:35
@github-actions github-actions bot added the chore Pull requests for routine tasks label Oct 22, 2023
@codecov
Copy link

codecov bot commented Oct 22, 2023

Codecov Report

Merging #4553 (9c96f62) into main (32c9d7f) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #4553      +/-   ##
==========================================
- Coverage   51.98%   51.96%   -0.03%     
==========================================
  Files          59       59              
  Lines       16965    16965              
==========================================
- Hits         8820     8816       -4     
- Misses       7850     7852       +2     
- Partials      295      297       +2     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@lucacome lucacome enabled auto-merge (squash) October 23, 2023 13:47
@lucacome lucacome merged commit f5166b3 into main Oct 23, 2023
22 checks passed
@lucacome lucacome deleted the chore/update-images branch October 23, 2023 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks
Projects
Status: Done 🚀
Development

Successfully merging this pull request may close these issues.

None yet

3 participants