-
Notifications
You must be signed in to change notification settings - Fork 4.8k
USHIFT-1379: skip must-gather tests for MicroShift #28015
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
USHIFT-1379: skip must-gather tests for MicroShift #28015
Conversation
|
@chiragkyal: This pull request references USHIFT-1379 which is a valid jira issue. 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/test-infra repository. |
|
Skipping CI for Draft Pull Request. |
test/extended/cli/mustgather.go
Outdated
| oc := exutil.NewCLI("oc-adm-must-gather").AsAdmin() | ||
|
|
||
| g.BeforeEach(func() { | ||
| isMicroShift, err := exutil.IsMicroShiftCluster(oc) |
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.
must-gather uses many OCP apigroups not present in microshift, is it better to annotate the tests instead?
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.
Yes, that can be a better approach. I've added [apigroup:config.openshift.io] in these tests, please let me know if this looks good. Thanks!
|
/retest-required Using the config API group makes sense as an indicator that this test is tied to OpenShift. |
|
/retest |
pacevedom
left a comment
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
|
/assign @soltysh |
|
/retest |
soltysh
left a comment
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.
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chiragkyal, dhellmann, pacevedom, soltysh 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 |
|
/retest-required |
2 similar comments
|
/retest-required |
|
/retest-required |
|
@chiragkyal: 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. |
|
/hold Revision df93fe3 was retested 3 times: holding |
|
/retest-required |
|
/unhold |
microshift as "oc adm must-gather" isn't supported there. this was done for other tests in openshift#28015
microshift as "oc adm must-gather" isn't supported there. this was done for other tests in openshift#28015
As
oc adm must-gatheris not supported in MicroShift, these tests can be skipped.