dist/openshift/cincinnati-e2e: Set targetNamespaces#728
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wking 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 |
4f1f7e9 to
983d7ff
Compare
In the OperatorGroup, as seen in [1,2], to catch up with the operator moving AllNamespaces support from true to false in installModes [3]. This avoids [4]: + oc get events LAST SEEN TYPE REASON OBJECT MESSAGE 10m Warning UnsupportedOperatorGroup clusterserviceversion/update-service-operator.v5.0.0 AllNamespaces InstallModeType not supported, cannot configure to watch all namespaces [1]: https://github.com/openshift/cincinnati-operator/blob/eed7a92a5efda96545e9be90a6ec65b427026d11/docs/disconnected-updateservice-operator.md#deploy-the-updateservice-operator [2]: https://github.com/openshift/cincinnati-operator/blob/eed7a92a5efda96545e9be90a6ec65b427026d11/tools/create-sub-group.sh#L23-L25 [3]: openshift/cincinnati-operator@1137a5c#diff-ef93a20b4f66d5fb3e6d84caf1169c43d4f750684fabd1a7c27065312dbb7fcdL73-R73 [4]: https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_release/31237/rehearse-31237-pull-ci-openshift-cincinnati-master-e2e/1557865068975099904#1:build-log.txt%3A897-899
983d7ff to
42136c5
Compare
|
/retest |
Catching up with openshift/cincinnati-operator@8cea4f3383 (OTA-423: Validate route host before creating app, 2021-10-18, openshift/cincinnati-operator#135), which dropped the '-policy-engine' scoping.
|
I've pushed 42136c5 -> 00e27c9 to avoid: by catching up with openshift/cincinnati-operator#135. |
|
@wking: The following tests 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/test-infra repository. I understand the commands that are listed here. |
|
Closing in favor of #719. |
In the OperatorGroup, as seen here and here, to catch up with the operator moving
AllNamespacessupport fromtruetofalseininstallModes. This avoids: