-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Unrevert etcd vertical scaling test #27464
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
Unrevert etcd vertical scaling test #27464
Conversation
|
/hold |
| "[Top Level] [sig-etcd][Feature:DisasterRecovery][Disruptive] [Feature:EtcdRecovery] Cluster should restore itself after quorum loss [apigroup:machine.openshift.io][apigroup:operator.openshift.io]": "[Feature:EtcdRecovery] Cluster should restore itself after quorum loss [apigroup:machine.openshift.io][apigroup:operator.openshift.io] [Serial]", | ||
|
|
||
| "[Top Level] [sig-etcd][Serial] etcd [apigroup:config.openshift.io] is able to vertically scale up and down with a single node [Timeout:60m][apigroup:machine.openshift.io]": "is able to vertically scale up and down with a single node [Timeout:60m][apigroup:machine.openshift.io] [Suite:openshift/conformance/serial]", | ||
| "[Top Level] [sig-etcd][Feature:EtcdVerticalScaling] etcd [apigroup:config.openshift.io] is able to vertically scale up and down with a single node [Timeout:60m][apigroup:machine.openshift.io]": "is able to vertically scale up and down with a single node [Timeout:60m][apigroup:machine.openshift.io] [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.
Re-run hack/update-generated.sh?
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.
Needs openshift/kubernetes#1388 first
384670d to
7b12a28
Compare
|
openshift/kubernetes#1388 merged, now we just need it in origin. 1.25 rebase needs to land, and then I can vendor that change |
|
@stbenjam Just wanted to confirm what to track: is this depending on the 1.25 rebase in origin(#27490) or openshift/kubernetes(openshift/kubernetes#1380)? |
|
My commit to openshift/kubernetes needs to get vendored here in origin openshift/kubernetes#1388 I don't think Maciej's rebase includes it. Looks like #27490 just landed this morning, I'll put together the next vendoring PR |
7b12a28 to
61a852c
Compare
61a852c to
b651f62
Compare
b651f62 to
8a09f33
Compare
Ah he pulled in the change I needed, so this is much simpler. This should be good now, etcd scale test has the right suite set on it. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hasbro17, stbenjam 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-required |
|
Is this unhold-able now? @stbenjam |
|
Yup! /hold cancel |
|
/retest-required |
|
Ugh we might have to revert the 1.25 rebase because of TRT-643 |
|
/hold |
|
Hmm, guess we don't need a rebase anymore. |
|
@stbenjam: 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/test-infra repository. I understand the commands that are listed here. |
|
/hold cancel |
|
/override ci/prow/e2e-gcp-ovn-image-ecosystem |
|
@stbenjam: Overrode contexts on behalf of stbenjam: ci/prow/e2e-gcp-ovn-image-ecosystem 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 kubernetes/test-infra repository. |
I had to revert #27463 because the etcd tes was mistakenly running in all parallel conformance jobs. In order to make this test only part of the etcd scaling test, we need to mark it so -- but this requires a change to openshift/kubernetes to allow that behavior.