-
Notifications
You must be signed in to change notification settings - Fork 151
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
Add fixes for operator and odh-manifests e2e tests #218
Add fixes for operator and odh-manifests e2e tests #218
Conversation
This commit updates resource creation timout for CI. It also replaces annotation tests with ownerreferences
/retest |
/test opendatahub-operator-pr-image-mirror |
We have deployments like datascience pipelines that rely on adding subscription to other namespaces than the kfdef. Remove cross-namespace reference ownerreference
@VaishnaviHire: The following tests 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. |
/approve Changes look good to me |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
) * feat(cleanup): remove jupyterhub CR from previous release (opendatahub-io#871) * feat(cleanup): remove jupyterhub CR from previous release Signed-off-by: Wen Zhou <wenzhou@redhat.com> * fix: do not Exit if cleanup funciton failed * Update pkg/upgrade/upgrade.go Co-authored-by: Bartosz Majsak <bartosz.majsak@gmail.com> --------- Signed-off-by: Wen Zhou <wenzhou@redhat.com> Co-authored-by: Bartosz Majsak <bartosz.majsak@gmail.com> * Fix cleanup of ODHApplications (opendatahub-io#914) * fix(sync): after revert webhook in downstream, need re-import packages Signed-off-by: Wen Zhou <wenzhou@redhat.com> --------- Signed-off-by: Wen Zhou <wenzhou@redhat.com> Co-authored-by: Bartosz Majsak <bartosz.majsak@gmail.com> Co-authored-by: Vaishnavi Hire <vhire@redhat.com>
This PR includes changes specific to e2e tests:
Resolves: