-
Notifications
You must be signed in to change notification settings - Fork 74
[release-4.14] OCPBUGS-45080: SSA for Services and ClusterRoleBindings #905
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
[release-4.14] OCPBUGS-45080: SSA for Services and ClusterRoleBindings #905
Conversation
|
@dtfranz: This pull request references Jira Issue OCPBUGS-45080, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
b2fa933 to
d434c7e
Compare
|
Getting some possible flakes - e2e has failed twice now but on different tests. Running them again. |
|
/jira refresh |
|
@dtfranz: This pull request references Jira Issue OCPBUGS-45080, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (jiazha@redhat.com), skipping review request. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
Test pass, details: https://issues.redhat.com/browse/OCPBUGS-45080 |
|
@dtfranz: This pull request references Jira Issue OCPBUGS-45080, which is valid. 7 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (jiazha@redhat.com), skipping review request. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/lgtm |
|
cc: @LalatenduMohanty @joelanford ^^ |
| crbLabels := map[string]string{OLMManagedLabelKey: OLMManagedLabelValue} | ||
| for key, val := range ownerutil.OwnerLabel(i.owner, i.owner.GetObjectKind().GroupVersionKind().Kind) { | ||
| crbLabels[key] = val | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In 4.14, these labels are not used, right? (We added them, and then setup informers to use them in 4.15 iirc).
I don't think it necessarily hurts anything to include them in 4.14. But I want to at least ask the question: should we? Only real concern I can think of is that presence of this label may make someone think that it is used for something.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @joelanford ! I've removed them.
d434c7e to
b85a236
Compare
b85a236 to
4fc2da1
Compare
… SSA in order to avoid race conditions. (#3182) Signed-off-by: Daniel Franz <dfranz@redhat.com> Upstream-repository: operator-lifecycle-manager Upstream-commit: dc0c564f62d526bae0467d53f439e1c91a17ed8a
4fc2da1 to
dfa1234
Compare
|
@dtfranz: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
|
Retest it, pass. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dtfranz, perdasilva 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 |
82dc3f9
into
openshift:release-4.14
|
@dtfranz: Jira Issue OCPBUGS-45080: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-45080 has been moved to the MODIFIED state. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[ART PR BUILD NOTIFIER] Distgit: operator-lifecycle-manager |
|
[ART PR BUILD NOTIFIER] Distgit: operator-registry |
|
Fix included in accepted release 4.14.0-0.nightly-2024-12-10-184304 |
Manual cherry-pick of #707 due to conflicts