-
Notifications
You must be signed in to change notification settings - Fork 123
OCPBUGS-33718: Fix issues applying RawSelinuxProfile to new nodes #2960
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
Conversation
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Vincent056 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
update RawSelinuxProfileList to use RawSelinuxProfile type for items
d5e17cd
to
3db55d5
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2960 +/- ##
===========================================
- Coverage 45.50% 26.40% -19.10%
===========================================
Files 79 126 +47
Lines 7782 21032 +13250
===========================================
+ Hits 3541 5553 +2012
- Misses 4099 15197 +11098
- Partials 142 282 +140 🚀 New features to boost your workflow:
|
/test test / e2e-fedoral |
@xiaojiey: The specified target(s) for
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/test fedora |
@xiaojiey: The specified target(s) for
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Update RawSelinuxProfileList to use RawSelinuxProfile type for items
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes OCPBUGS-33718
https://issues.redhat.com/browse/OCPBUGS-33718
-->
Does this PR have test?
N/A
Special notes for your reviewer:
Does this PR introduce a user-facing change?
None