-
Notifications
You must be signed in to change notification settings - Fork 4.8k
OCPSTRAT-2728: Remove pod label length check in oc debug test #30576
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
OCPSTRAT-2728: Remove pod label length check in oc debug test #30576
Conversation
Causes failures in 1.35 since PodTopologyLabelsAdmission has graduated to v1beta1 and is enabled by default, adding extra labels to pods.
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
Scheduling required tests: |
|
/lgtm |
|
I agree that we can only check the presence of debug label. Thank you for fixing this |
|
Labeling after conversation with @bertinatto |
|
@jacobsee: This pull request references OCPSTRAT-2728 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 feature to target either version "4.21." or "openshift-4.21.", but it targets "openshift-4.22" instead. 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. |
|
/verified by ci |
|
@jacobsee: This PR has been marked as verified by 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. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ardaguclu, bertinatto, jacobsee, ngopalak-redhat 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 |
|
@jacobsee: all tests passed! 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. |
The
PodTopologyLabelsAdmissionfeature has graduated to Beta and is enabled by default starting in 1.35-rc.0, adding extra labels to pods.Do we gain a benefit from ensuring that no extra labels are applied here? The number of labels will now differ between < 1.35 and >= 1.35 based versions of OCP, so extra logic will be necessary if so.
This is currently causing failures impacting the 1.35 rebase.