-
Notifications
You must be signed in to change notification settings - Fork 461
MCO-1739: Tell origin our suite is disruptive and set timeout #5167
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
MCO-1739: Tell origin our suite is disruptive and set timeout #5167
Conversation
|
@pablintino: This pull request references MCO-1739 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 story to target the "4.20.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
96812fe to
8e4b968
Compare
|
@pablintino: This pull request references MCO-1739 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 story to target the "4.20.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/lgtm |
yuqi-zhang
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.
Thanks for updating this! One question based on the slack discussion, until openshift/origin#29888 merges, will this correctly supercede the origin definition?
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pablintino, stbenjam, yuqi-zhang 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 |
1 similar comment
|
/retest-required |
|
/override ci/prow/e2e-gcp-op Can't affect gcp-op in this case |
|
@yuqi-zhang: Overrode contexts on behalf of yuqi-zhang: ci/prow/e2e-gcp-op 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. |
|
@pablintino: 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-sigs/prow repository. I understand the commands that are listed here. |
|
/test e2e-gcp-op |
c3d7b9b
into
openshift:main
|
[ART PR BUILD NOTIFIER] Distgit: ose-machine-config-operator |
- What I did
Set the
ClusterStabilityfor ouropenshift/machine-config-operator/disruptivesuite to `ClusterStabilityDisruptive and set test timeout to 120 minutes- How to verify it
7200000000000timeout{ "apiVersion": "v1.1", "source": { "commit": "8e4b9682a339d243b8d562902fa1d39fd16bd3ed", "build_date": "2025-07-08T12:00:11Z", "git_tree_state": "clean" }, "component": { "product": "openshift", "type": "payload", "name": "machine-config-operator" }, "suites": [ { "name": "openshift/machine-config-operator/disruptive", "description": "", "parents": [ "openshift/disruptive" ], "qualifiers": [ "(source == \"openshift:payload:machine-config-operator\") \u0026\u0026 (name.contains(\"[Suite:openshift/machine-config-operator/disruptive\"))" ], "clusterStability": "Disruptive", "testTimeout": 7200000000000 } ], "images": null }- Description for the changelog
Set the
ClusterStabilityfor ouropenshift/machine-config-operator/disruptivesuite to `ClusterStabilityDisruptive and set test timeout to 120 minutes