openshift / oadp-operator

OADP Operator
Apache License 2.0
77 stars 70 forks source link

Delete the backuprepository object for namespace cirros-test in beforeAll #1520

Closed weshayutin closed 2 weeks ago

weshayutin commented 2 weeks ago

Why the changes were made

There is only one namespace used for all cirros tests and the backuprepository can fail backups in runs. The bsl is recreated for each test, but the br is reused if on the cluster. If we have a new bsl, we need a new br.

How to test the changes made

make test-e2e w/ virt settings.

openshift-merge-robot commented 2 weeks ago

PR needs rebase.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
openshift-ci[bot] commented 2 weeks ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: weshayutin Once this PR has been reviewed and has the lgtm label, please assign mateusoliveira43 for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/openshift/oadp-operator/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
openshift-ci[bot] commented 2 weeks ago

@weshayutin: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/4.15-ci-index f270f7293555ccea456d580e4cbf37bacdea59e2 link true /test 4.15-ci-index
ci/prow/unit-test f270f7293555ccea456d580e4cbf37bacdea59e2 link true /test unit-test
ci/prow/4.14-e2e-test-aws f270f7293555ccea456d580e4cbf37bacdea59e2 link true /test 4.14-e2e-test-aws
ci/prow/images f270f7293555ccea456d580e4cbf37bacdea59e2 link true /test images
ci/prow/4.16-e2e-test-aws f270f7293555ccea456d580e4cbf37bacdea59e2 link true /test 4.16-e2e-test-aws
ci/prow/4.16-e2e-test-kubevirt-aws f270f7293555ccea456d580e4cbf37bacdea59e2 link true /test 4.16-e2e-test-kubevirt-aws
ci/prow/4.15-images f270f7293555ccea456d580e4cbf37bacdea59e2 link true /test 4.15-images
ci/prow/4.14-images f270f7293555ccea456d580e4cbf37bacdea59e2 link true /test 4.14-images
ci/prow/4.15-e2e-test-aws f270f7293555ccea456d580e4cbf37bacdea59e2 link true /test 4.15-e2e-test-aws
ci/prow/4.16-ci-index f270f7293555ccea456d580e4cbf37bacdea59e2 link true /test 4.16-ci-index
ci/prow/4.14-e2e-test-kubevirt-aws f270f7293555ccea456d580e4cbf37bacdea59e2 link true /test 4.14-e2e-test-kubevirt-aws
ci/prow/4.15-e2e-test-kubevirt-aws f270f7293555ccea456d580e4cbf37bacdea59e2 link true /test 4.15-e2e-test-kubevirt-aws
ci/prow/4.14-ci-index f270f7293555ccea456d580e4cbf37bacdea59e2 link true /test 4.14-ci-index
ci/prow/4.16-images f270f7293555ccea456d580e4cbf37bacdea59e2 link true /test 4.16-images

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).