-
Notifications
You must be signed in to change notification settings - Fork 125
UPSTREAM: <drop>: OKD-276: Fix InPlacePodVerticalScaling tests #2407
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
@bitoku: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
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.
Please amend the commit message to contain the number of the upstream PR.
This PR fixes InPlacePodVerticalScaling tests.
Where can we see the test failure? Is the test flaking or perma-failing?
We may need to drop this change and make a new one because the test structure change in 1.34.
This isn't clear to me. The upstream PR is targetting v1.34 (master branch), and this PR is targetting openshift/master
(which is currently v1.33). Do you mean that the downstream patch is different than the upstream patch?
@bertinatto
Yes, the aim is the same but the change is different. That's because the test code changed from 1.33 to 1.34. That's why we need this patch in 1.33 (ocp4.20). |
@bitoku: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
maybe call this |
…alScaling tests Signed-off-by: Ayato Tokubi <[email protected]>
@bitoku: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
/retest |
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.
/remove-label backports/unvalidated-commits
/lgtm
CC @jacobsee
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bertinatto, bitoku 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 |
@bitoku: This pull request references OKD-276 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 bug 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. |
/skip |
/retest-required |
2 similar comments
/retest-required |
/retest-required |
/retest-required |
1 similar comment
/retest-required |
1 similar comment
@bitoku: 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. |
@bitoku I was wrong about the semantics of I guess this would be a so it's carried for 1.33 release, and then it would be dropped in 1.34 |
@haircommander yeah that's what I'm trying to do. |
/retest-required |
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-pod |
[ART PR BUILD NOTIFIER] Distgit: kube-proxy |
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-hyperkube |
[ART PR BUILD NOTIFIER] Distgit: ose-installer-kube-apiserver-artifacts |
What type of PR is this?
/kind failing-test
What this PR does / why we need it:
This PR fixes InPlacePodVerticalScaling tests. https://issues.redhat.com/browse/OKD-276
The upstream fix is kubernetes#132791
We may need to drop this change and make a new one because the test structure change in 1.34.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: