Skip to content

Porridge/try broken project#19296

Draft
porridge wants to merge 3 commits intomasterfrom
porridge/try-broken-project
Draft

Porridge/try broken project#19296
porridge wants to merge 3 commits intomasterfrom
porridge/try-broken-project

Conversation

@porridge
Copy link
Contributor

@porridge porridge commented Mar 5, 2026

Description

change me!

User-facing documentation

Testing and quality

  • the change is production ready: the change is GA, or otherwise the functionality is gated by a feature flag
  • CI results are inspected

Automated testing

  • added unit tests
  • added e2e tests
  • added regression tests
  • added compatibility tests
  • modified existing tests

How I validated my change

change me!

@openshift-ci
Copy link

openshift-ci bot commented Mar 5, 2026

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey - I've left some high level feedback:

  • The push_helm_charts function signature change to require three arguments will break any other existing callers; consider keeping the new parameters optional (with defaults and conditional logic) or adding a wrapper to preserve backward compatibility.
  • The operator/Makefile target temporarily mutates the PROJECT file in place based on ROX_IMAGE_FLAVOR, which can be brittle (e.g., interrupted or parallel builds); consider generating a temporary copy of PROJECT and pointing kubebuilder at that instead of editing and restoring the real file.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- The `push_helm_charts` function signature change to require three arguments will break any other existing callers; consider keeping the new parameters optional (with defaults and conditional logic) or adding a wrapper to preserve backward compatibility.
- The `operator/Makefile` target temporarily mutates the `PROJECT` file in place based on `ROX_IMAGE_FLAVOR`, which can be brittle (e.g., interrupted or parallel builds); consider generating a temporary copy of `PROJECT` and pointing `kubebuilder` at that instead of editing and restoring the real file.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@rhacs-bot
Copy link
Contributor

Images are ready for the commit at 748e1c3.

To use with deploy scripts, first export MAIN_IMAGE_TAG=4.11.x-237-g748e1c33e8.

@codecov
Copy link

codecov bot commented Mar 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 49.62%. Comparing base (141b82d) to head (748e1c3).
⚠️ Report is 7 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #19296   +/-   ##
=======================================
  Coverage   49.62%   49.62%           
=======================================
  Files        2680     2680           
  Lines      202195   202214   +19     
=======================================
+ Hits       100332   100344   +12     
- Misses      94386    94393    +7     
  Partials     7477     7477           
Flag Coverage Δ
go-unit-tests 49.62% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants