-
Notifications
You must be signed in to change notification settings - Fork 212
Fix tests to support changes introduced by 1.5 Operator #787
Fix tests to support changes introduced by 1.5 Operator #787
Conversation
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.
/lgtm
/approve
thanks 👍
@LaVLaS Can you review this. This will unblock the failing |
/retest |
1 similar comment
/retest |
/test odh-manifests-e2e |
0b54bd9
to
4596f8b
Compare
DSP Operator tests are failing because, OpenShift Pipelines Operator is being installed in the namespace other than the KfDef namespace. I had opened #774 to fix it. Since these PRs are blocking one another, I am including both commits in this PR. |
267a511
to
10f4803
Compare
10f4803
to
2302eff
Compare
@VaishnaviHire Since the openshift-pipelines installation is just an OLM subscription, we can simplify the workflow by apllying the openshift-pipelines subscription as part of the tests/scripts/install.sh script and delete the openshift-pipelines test since that was from the older ODH releases where we bundled openshift-pipelines as a component If you this PR will pass right now then we can keep the current working code and I will submit a follow-up PR to update that workflow |
Yes, agreed. I will update the PR to directly use the subscription. |
c9507e1
to
8a9ec2b
Compare
8a9ec2b
to
2a7ad68
Compare
Failed due to issues creating test clusters. /test odh-manifests-e2e /test 411-odh-manifests-e2e |
2a7ad68
to
2895a84
Compare
2895a84
to
a9889a1
Compare
/retest-required |
@VaishnaviHire: The following test failed, say
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/test-infra repository. I understand the commands that are listed here. |
Expected error in
|
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.
/lgtm
/merge-status |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anishasthana, harshad16, LaVLaS 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 |
Merging this since the tests passed |
Description
opendatahub-operator-controller-manager
. Update the tests to use the new name.How Has This Been Tested?
Merge criteria: