OCPBUGS-60060: (fix) Update the operator-ibm-cloud-managed with the same configuration applied to operator manually#649
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test e2e-gcp-operator |
|
/test e2e-aws-ovn-serial |
1 similar comment
|
/test e2e-aws-ovn-serial |
|
/test e2e-gcp-operator |
|
/retest-required |
|
/test e2e-gcp-operator |
5935327 to
c606281
Compare
|
@camilamacedo86: This pull request references Jira Issue OCPBUGS-60060, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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 e2e-gcp-operator |
|
/lgtm |
| seccompProfile: | ||
| type: RuntimeDefault | ||
| serviceAccountName: marketplace-operator | ||
| nodeSelector: {} |
There was a problem hiding this comment.
Could you please help us to know if we are testing the IBM pod in any place?
Have we a test for :
config.openshift.io/inject-proxy: "marketplace-operator"
include.release.openshift.io/hypershift: "true"
include.release.openshift.io/ibm-cloud-managed: "true"
capability.openshift.io/name: "marketplace"
There was a problem hiding this comment.
Yes, but we don't own it since it's an IBM release. You can search powervs-ipi-f7 in Prow jobs: https://qe-private-deck-ci.apps.ci.l2s4.p1.openshiftapps.com/
There was a problem hiding this comment.
The code is part of this repository
So, we need to have a test to ensure it as a pre-merge.
Not sure if I understand how that works
| serviceAccountName: marketplace-operator | ||
| nodeSelector: {} | ||
| nodeSelector: | ||
| node-role.kubernetes.io/master: "" |
There was a problem hiding this comment.
Isn't this supposed to now be .../control-plane? See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.20.md#urgent-upgrade-notes
I expect that OCP will respect both labels for probably eternity, but we should at least introduce the new label as well.
There was a problem hiding this comment.
/hold until we resolve ^^^
There was a problem hiding this comment.
Hi @grokspawn
Thank you a lot !!!
We can go now :-) To do what we need to do here, we do not need this one
I added it because the manifest was updated manually, looking at the operator.yaml
In a follow up we might need to change here: https://github.com/operator-framework/operator-marketplace/blob/master/manifests/09_operator.yaml#L29-L30
/hold cancel
…on applied to operator manually
c606281 to
c05bf44
Compare
|
@camilamacedo86: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/restest required |
|
/retest-required |
|
/jira refresh |
|
Hi Camila, as Brad mentioned in the https://redhat-internal.slack.com/archives/CNHC2DK2M/p1754450434695989?thread_ts=1754277789.143609&cid=CNHC2DK2M, it seems we’re unable to run pre-merge tests for this PR. So I think we can proceed with the testing after it has been merged. |
|
/jira refresh |
|
@camilamacedo86: This pull request references Jira Issue OCPBUGS-60060, which is valid. 3 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. DetailsIn 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. |
|
Could you please LGTM the pr so we get it merged? |
|
/lgtm |
68194dd
into
operator-framework:master
|
@camilamacedo86: Jira Issue OCPBUGS-60060: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-60060 has been moved to the MODIFIED state. DetailsIn 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: marketplace-operator |
Description of the change:
The manifest for the IBM pod is outdated and has not fixes done since our make manifest is broken and has not been used to validate the changes in the CI
The following fix were applied to the IBM pod
Motivation for the change:
Reviewer Checklist
/docs