-
Notifications
You must be signed in to change notification settings - Fork 69
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
Fix tests for BVT testing #1598
Fix tests for BVT testing #1598
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
/retest |
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
/retest |
5 similar comments
/retest |
/retest |
/retest |
/retest |
/retest |
/test test-e2e |
…stalled Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
…stalled Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
3876c57
to
ed31c48
Compare
Quality Gate passedIssues Measures |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: coleenquadros, philipgough, subbarao-meduri 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 |
/cherry-pick 2.11 |
@coleenquadros: cannot checkout 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. |
/cherry-pick release-2.11 |
/cherry-pick release-2.10 |
@coleenquadros: new pull request created: #1600 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. |
/cherry-pick release-2.9 |
/cherry-pick release-2.8 |
@coleenquadros: new pull request created: #1601 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. |
@coleenquadros: new pull request created: #1602 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. |
@coleenquadros: #1598 failed to apply on top of branch "release-2.8":
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. |
* update tests to ignore clusters that dont have observability addon installed Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com> * update tests to ignore clusters that dont have observability addon installed Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com> * force add on obervability label for kind Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com> * add logs to tests Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com> * update Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com> * update Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com> * update Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com> --------- Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
* update tests to ignore clusters that dont have observability addon installed Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com> * update tests to ignore clusters that dont have observability addon installed Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com> * force add on obervability label for kind Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com> * add logs to tests Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com> * update Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com> * update Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com> * update Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com> --------- Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
The BVT tests are reporting failure because some of the managed clusters are never properly imported. However, Obs tests are also not correctly detecting and skipping these unhealthy clusters, and expecting Obs add-on to be present.
https://app.travis-ci.com/github/stolostron/canary/jobs/625626340