-
Notifications
You must be signed in to change notification settings - Fork 384
MON-4288: set up openshift-tests-extension and add a sanity test #2616
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
Conversation
|
/testwith openshift/cluster-monitoring-operator/main/e2e-aws-ovn openshift/origin#29974 |
|
/payload-with-prs 4.20 nightly blocking openshift/must-gather#498 |
|
@machine424: trigger 11 job(s) of type blocking for the nightly release of OCP 4.20
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/8fd87fe0-5c43-11f0-8b54-23d24fc88994-0 |
|
/payload-with-prs 4.20 ci blocking openshift/origin#29974 |
|
@machine424: trigger 4 job(s) of type blocking for the ci release of OCP 4.20
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/940efda0-5c43-11f0-9436-fd13a7987086-0 |
|
/testwith openshift/cluster-monitoring-operator/main/e2e-aws-ovn-techpreview openshift/origin#29975 |
1 similar comment
|
/testwith openshift/cluster-monitoring-operator/main/e2e-aws-ovn-techpreview openshift/origin#29975 |
|
/testwith openshift/cluster-monitoring-operator/main/e2e-aws-ovn-techpreview openshift/origin#29975 |
|
/retest |
|
/lgtm |
|
needs #2611 |
|
/retitle /MON-4288: set up openshift-tests-extension and add a sanity test |
|
/retitle MON-4288: set up openshift-tests-extension and add a sanity test |
|
@machine424: This pull request references MON-4288 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.20.0" version, but no target version was set. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/lgtm |
cmd/tests-ext/main.go
Outdated
| ext := e.NewExtension("openshift", "payload", "cluster-monitoring-operator") | ||
| ext.AddSuite(e.Suite{ | ||
| Name: "openshift/cluster-monitoring-operator/conformance/parallel", | ||
| // Has no effect for now, the test's name must still contain [Suite:openshift/conformance/parallel] |
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.
This does work now, you can drop the [Suite: annotation from the test name
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.
Great! I assume thanks to openshift/origin#29888.
I'll give that a try and adjust the PR accordingly.
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.
If I understand correctly, we're just passing qualifiers to parents.
In our case we'll still need to add [Suite:openshift/cluster-monitoring-operator/conformance/parallel to the test name and also have a name.contains qualifier for that?
|
/testwith openshift/cluster-monitoring-operator/main/e2e-aws-ovn openshift/origin#29974 |
|
/testwith openshift/cluster-monitoring-operator/main/e2e-aws-ovn openshift/origin#29974 |
|
/retest |
|
vendor job failed maybe need to run |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: juzhao, machine424 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
/retest-required |
1 similar comment
|
/retest-required |
|
/retest-required |
|
@machine424: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
/retest-required |
2513cbe
into
openshift:main
|
[ART PR BUILD NOTIFIER] Distgit: cluster-monitoring-operator |
|
@machine424: trigger 10 job(s) of type blocking for the nightly release of OCP 4.20
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/a37260a0-7180-11f0-8659-9f6e4ef903a8-0 |
the extension is to be registered here openshift/origin#29974