-
Notifications
You must be signed in to change notification settings - Fork 35
OCPQE-31083: Update OwnSingle template to use inline.watchNamespace for QE cases #541
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
|
@kuiwang02: This pull request references OCPQE-31083 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the sub-task to target the "4.21.0" version, but no target version was set. 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. |
|
/close for more checking. if necessary, reopen it. |
|
@kuiwang02: Closed this PR. 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. |
|
/reopen |
|
@kuiwang02: Reopened this PR. 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. |
|
@kuiwang02: This pull request references OCPQE-31083 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the sub-task to target the "4.21.0" version, but no target version was set. 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. |
| }, | ||
| "source": "openshift:payload:olmv1", | ||
| "lifecycle": "informing", | ||
| "lifecycle": "blocking", |
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.
Is it producing signal to Sippy?
Could we move all tests that will become a blocking to be centralised?
In this case, can we move any QE shaped test to : https://github.com/openshift/operator-framework-operator-controller/blob/main/openshift/tests-extension/test/
Also, are those scenarios that are not covered yet?
It would be great we ensure that we have not many tests covering the same.
Otherwise, it might start be hard for we keep things maintained.
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.
it is for QE case. it is different with case migrated from origin.
| // QE case becomes better so that we could try it | ||
| // if !spec.Labels.Has("ReleaseGate") && spec.Lifecycle == "blocking" { | ||
| // spec.Lifecycle = "informing" | ||
| // } |
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.
Could we not merge code commented?
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.
I will like to keep it because we will monitor it. I will remove it after we approve the QE design in the future.
|
/verified by @kuiwang02 |
|
@kuiwang02: This PR has been marked as verified by 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. |
|
@kuiwang02: 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. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jianzhangbjz, kuiwang02 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 |
Fix test failures for OwnNamespace/SingleNamespace modes
Update
clusterextension-withselectorlabel-OwnSingle.yamltemplate to usespec.config.inline.watchNamespaceinstead of deprecated annotations.Fixes: PolarionID:81664, PolarionID:81696
Changes
metadata.annotations["olm.operatorframework.io/watch-namespace"]spec.config.inline.watchNamespaceImpact
Product code now requires watchNamespace configuration via the config.inline API for bundles supporting OwnNamespace and SingleNamespace InstallModes.
Testing
Assisted-by: Claude Code