-
Notifications
You must be signed in to change notification settings - Fork 107
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
merging: Fix the mergeStrategy=containers option #1380
Conversation
dc44c8f
to
ce98774
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1380 +/- ##
==========================================
- Coverage 46.28% 46.19% -0.10%
==========================================
Files 61 61
Lines 6263 6276 +13
==========================================
Hits 2899 2899
- Misses 3241 3254 +13
Partials 123 123 |
cec1203
to
7108e04
Compare
7108e04
to
ed0dc13
Compare
Rebased atop current main |
ed0dc13
to
6583375
Compare
Rebased atop the flatcar test fixes again |
Huh, this seems like a legit failure:
/hold |
Hmm, locally the test worked fine:
I'll try my luck in CI one more time.. |
6583375
to
e7b0083
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ccojocar, jhrozek 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 |
The mergeStrategy=containers option was implemented wrong. Instead of merging per-container policies, it was merging policies per workload.
e7b0083
to
b7a7497
Compare
/lgtm |
Thanks for the reviews! |
What type of PR is this?
/kind bug
What this PR does / why we need it:
The mergeStrategy=containers option was implemented wrong. Instead of
merging per-container policies, it was merging policies per workload.
Which issue(s) this PR fixes:
Does this PR have test?
Yes
Special notes for your reviewer:
N/A
Does this PR introduce a user-facing change?