-
Notifications
You must be signed in to change notification settings - Fork 4.8k
OTA-1626: fail CI if any ClusterOperator takes too long to update #30269
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
|
@hongkailiu: This pull request references OTA-1626 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.21.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. |
f251ec2 to
8d5bda7
Compare
|
Job Failure Risk Analysis for sha: 8d5bda7
Risk analysis has seen new tests most likely introduced by this PR. New tests seen in this PR at sha: 8d5bda7
|
8d5bda7 to
9676d29
Compare
|
@hongkailiu: This pull request references OTA-1626 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.21.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. |
|
Just found this beautiful thing. I guess we could also access the data there to fail the cases.
Con:
PS.
|
9676d29 to
299fe10
Compare
|
@hongkailiu: This pull request references OTA-1626 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.21.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. |
pkg/monitortests/clusterversionoperator/clusterversionchecker/monitortest.go
Outdated
Show resolved
Hide resolved
|
Job Failure Risk Analysis for sha: 299fe10
Risk analysis has seen new tests most likely introduced by this PR. New tests seen in this PR at sha: 299fe10
|
|
/cc |
pkg/monitortests/clusterversionoperator/clusterversionchecker/monitortest.go
Outdated
Show resolved
Hide resolved
pkg/monitortests/clusterversionoperator/clusterversionchecker/monitortest.go
Outdated
Show resolved
Hide resolved
pkg/monitortests/clusterversionoperator/clusterversionchecker/monitortest.go
Outdated
Show resolved
Hide resolved
299fe10 to
c4e513f
Compare
pkg/monitortests/clusterversionoperator/clusterversionchecker/monitortest.go
Outdated
Show resolved
Hide resolved
pkg/monitortests/clusterversionoperator/clusterversionchecker/monitortest.go
Outdated
Show resolved
Hide resolved
c4e513f to
65071a0
Compare
65071a0 to
6801245
Compare
6801245 to
67efa89
Compare
|
/retest-required |
|
Risk analysis has seen new tests most likely introduced by this PR. New Test Risks for sha: 677c97e
New tests seen in this PR at sha: 677c97e
|
|
Risk analysis has seen new tests most likely introduced by this PR. New Test Risks for sha: 677c97e
New tests seen in this PR at sha: 677c97e
|
|
/hold Revision 677c97e was retested 3 times: holding |
|
Job Failure Risk Analysis for sha: 677c97e
Risk analysis has seen new tests most likely introduced by this PR. New Test Risks for sha: 677c97e
New tests seen in this PR at sha: 677c97e
|
|
/hold cancel |
|
/test e2e-gcp-ovn-upgrade |
|
Job Failure Risk Analysis for sha: 677c97e
Risk analysis has seen new tests most likely introduced by this PR. New Test Risks for sha: 677c97e
New tests seen in this PR at sha: 677c97e
|
|
Job Failure Risk Analysis for sha: 677c97e
Risk analysis has seen new tests most likely introduced by this PR. New Test Risks for sha: 677c97e
New tests seen in this PR at sha: 677c97e
|
|
@hongkailiu: 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. |
|
Job Failure Risk Analysis for sha: 677c97e
Risk analysis has seen new tests most likely introduced by this PR. New Test Risks for sha: 677c97e
New tests seen in this PR at sha: 677c97e
|
1 similar comment
|
Job Failure Risk Analysis for sha: 677c97e
Risk analysis has seen new tests most likely introduced by this PR. New Test Risks for sha: 677c97e
New tests seen in this PR at sha: 677c97e
|
|
/retest-required |
618d3bd
into
openshift:main
Following up [1], the function `parseClusterOperatorNames` raises up an error if it gets unknown operators which is a result of CVO's producing a malformed message. It leads to a failure associated to component "Cluster Version Operator". [1]. openshift#30269 (comment)
Following up [1], the function `parseClusterOperatorNames` raises up an error if it gets unknown operators which is a result of CVO's producing a malformed message. It leads to a failure associated to component "Cluster Version Operator". [1]. openshift#30269 (comment)
Following up [1], the function `parseClusterOperatorNames` raises up an error if it gets unknown operators which is a result of CVO's producing a malformed message. It leads to a failure associated to component "Cluster Version Operator". [1]. openshift#30269 (comment)
TRT-2373: Revert #30269 "OTA-1626: fail CI if any ClusterOperator takes too long to update"
…A-1626"" This reverts commit aba036a.
TRT-2373: Revert "Revert "Merge pull request #30269 from hongkailiu/OTA-1626""
Following up [1], the function `parseClusterOperatorNames` raises up an error if it gets unknown operators which is a result of CVO's producing a malformed message. It leads to a failure associated to component "Cluster Version Operator". [1]. openshift#30269 (comment)

The new test case for Cluster Version Operator checks if
clusterversionreports
Failing=Unknownand use it as the indicator of long ClusterOperatorversion update in a cluster upgrade.
The test adds the failure test cases for the component to which the
cluster operator belongs if it spots
Failing=Unknown. The COs areparsed from the Contition's message as there is no API exposing them.