Skip to content

OCPBUGS-53249: skip UDP LoadBalancer on external #2247

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

Merged
merged 2 commits into from
Apr 10, 2025

Conversation

mtulio
Copy link

@mtulio mtulio commented Mar 18, 2025

What type of PR is this?

/kind cleanup
/kind failing-test

What this PR does / why we need it:

The intention of this PR is to skip the tests below in the platform type External as it is not configured properly (when trying to use UDP service LB on AWS, for instance), and those are permanent failing on that platform.

[sig-network] LoadBalancers [Feature:LoadBalancer] should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on the same nodes [Skipped:alibabacloud] [Skipped:aws] [Skipped:baremetal] [Skipped:ibmcloud] [Skipped:kubevirt] [Skipped:nutanix] [Skipped:openstack] [Skipped:ovirt] [Skipped:vsphere] [Suite:openshift/conformance/parallel] [Suite:k8s]

[sig-network] LoadBalancers [Feature:LoadBalancer] should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on different nodes [Skipped:alibabacloud] [Skipped:aws] [Skipped:baremetal] [Skipped:ibmcloud] [Skipped:kubevirt] [Skipped:nutanix] [Skipped:openstack] [Skipped:ovirt] [Skipped:vsphere] [Suite:openshift/conformance/parallel] [Suite:k8s] 

OpenShift CI exercises platform type External on AWS and vSphere providers, both requires additional configuration to CCM created correctly the service LoadBalancer using UDP protocol, such requirements is not implemented by upstream k8stest. Those tests are also skipped by AWS and vSphere.

Which issue(s) this PR fixes:

Fixes # OCPBUGS-53249

Special notes for your reviewer:

The support to platform type External in the test framework was added on openshift/origin#29623 to satisfy and test changes here using the job e2e-external-aws-ccm.

Those tests are not valid on platform type External when using CCM for the same reason it isn't in the integrated providers - requires additional setup, or service does not support it.

There is only one scenario I can see that those upstream tests could be exercised: cluster installed with platform type External without CCM, it will behave like platform None. Although we don't have test scenarios enabled checking advanced platform external configurations, such as checking if the CCM is enabled in the Infrastructure object.

Does this PR introduce a user-facing change?

NONE.

Skip service LoadBalancer for UDP protocol on platform type External as
it is permanent failure on OpenShift clusters triggered by
openshift/conformance suite.

The following tests are affected by the skip:

~~~
[sig-network] LoadBalancers [Feature:LoadBalancer] should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on the same nodes [Skipped:alibabacloud] [Skipped:aws] [Skipped:baremetal] [Skipped:ibmcloud] [Skipped:kubevirt] [Skipped:nutanix] [Skipped:openstack] [Skipped:ovirt] [Skipped:vsphere] [Suite:openshift/conformance/parallel] [Suite:k8s]

[sig-network] LoadBalancers [Feature:LoadBalancer] should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on different nodes [Skipped:alibabacloud] [Skipped:aws] [Skipped:baremetal] [Skipped:ibmcloud] [Skipped:kubevirt] [Skipped:nutanix] [Skipped:openstack] [Skipped:ovirt] [Skipped:vsphere] [Suite:openshift/conformance/parallel] [Suite:k8s]
~~~

https://issues.redhat.com/browse/OCPBUGS-53249

Added to other platform type on:
https://issues.redhat.com/browse/OCPBUGS-38840
@openshift-ci-robot openshift-ci-robot added the backports/unvalidated-commits Indicates that not all commits come to merged upstream PRs. label Mar 18, 2025
@openshift-ci openshift-ci bot added kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. labels Mar 18, 2025
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Mar 18, 2025
Copy link

openshift-ci bot commented Mar 18, 2025

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci-robot
Copy link

@mtulio: This pull request references Jira Issue OCPBUGS-53249, which is invalid:

  • expected the bug to target the "4.19.0" version, but no target version was set

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

What type of PR is this?

/kind cleanup
/kind failing-test

What this PR does / why we need it:

This PR forces to skip the service LoadBalancer tests on OCP clusters installed on platform type External.

OpenShift CI exercises platform type External on AWS and vSphere providers, both requires additional configuration to CCM created correctly the service LoadBalancer using UDP protocol, such requirements is not implemented by upstream k8stest. Those tests are also skipped by AWS and vSphere.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?


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.

@openshift-ci-robot openshift-ci-robot added the jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. label Mar 18, 2025
@openshift-ci openshift-ci bot added the kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. label Mar 18, 2025
@openshift-ci-robot
Copy link

@mtulio: 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 /validate-backports to re-evaluate validity of the upstream PRs, for example when they are merged upstream.

@mtulio
Copy link
Author

mtulio commented Mar 18, 2025

/payload-job periodic-ci-openshift-release-master-nightly-4.19-opct-external-aws-ccm

Copy link

openshift-ci bot commented Mar 18, 2025

@mtulio: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-master-nightly-4.19-opct-external-aws-ccm

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/b01a04e0-042d-11f0-90cb-015f6b2ba05e-0

@mtulio
Copy link
Author

mtulio commented Mar 18, 2025

/payload-job pull-ci-openshift-origin-release-4.19-e2e-external-aws-ccm

Copy link

openshift-ci bot commented Mar 18, 2025

@mtulio: trigger 0 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

@mtulio
Copy link
Author

mtulio commented Mar 18, 2025

@mtulio: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-master-nightly-4.19-opct-external-aws-ccm

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/b01a04e0-042d-11f0-90cb-015f6b2ba05e-0

Inspecting the running job, looks like this test does not have the test updated in the kube binary:

sh-5.1$ oc -n opct logs sonobuoy-20-openshift-conformance-validated-job-ef73d695b97c46ba -c tests | grep 'hould be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on'

started: 0/104/768 "[sig-network] LoadBalancers [Feature:LoadBalancer] should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on the same nodes [Skipped:alibabacloud] [Skipped:aws] [Skipped:baremetal] [Skipped:ibmcloud] [Skipped:kubevirt] [Skipped:nutanix] [Skipped:openstack] [Skipped:ovirt] [Skipped:vsphere] [Suite:openshift/conformance/parallel] [Suite:k8s]"

started: 0/411/768 "[sig-network] LoadBalancers [Feature:LoadBalancer] should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on different nodes [Skipped:alibabacloud] [Skipped:aws] [Skipped:baremetal] [Skipped:ibmcloud] [Skipped:kubevirt] [Skipped:nutanix] [Skipped:openstack] [Skipped:ovirt] [Skipped:vsphere] [Suite:openshift/conformance/parallel] [Suite:k8s]"
    [sig-network] LoadBalancers [Feature:LoadBalancer] should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on the same nodes (Spec Runtime: 14m59.796s)

failed: (15m0s) 2025-03-18T21:40:53 "[sig-network] LoadBalancers [Feature:LoadBalancer] should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on the same nodes [Skipped:alibabacloud] [Skipped:aws] [Skipped:baremetal] [Skipped:ibmcloud] [Skipped:kubevirt] [Skipped:nutanix] [Skipped:openstack] [Skipped:ovirt] [Skipped:vsphere] [Suite:openshift/conformance/parallel] [Suite:k8s]"
    [sig-network] LoadBalancers [Feature:LoadBalancer] should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on different nodes (Spec Runtime: 14m59.675s)

failed: (15m0s) 2025-03-18T21:44:30 "[sig-network] LoadBalancers [Feature:LoadBalancer] should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on different nodes [Skipped:alibabacloud] [Skipped:aws] [Skipped:baremetal] [Skipped:ibmcloud] [Skipped:kubevirt] [Skipped:nutanix] [Skipped:openstack] [Skipped:ovirt] [Skipped:vsphere] [Suite:openshift/conformance/parallel] [Suite:k8s]"

I will trigger a job which is included in payload

/payload-job periodic-ci-openshift-release-master-ci-4.19-e2e-aws-ovn

Copy link

openshift-ci bot commented Mar 18, 2025

@mtulio: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-master-ci-4.19-e2e-aws-ovn

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/97d54ae0-0453-11f0-9e49-8672f64bf879-0

Copy link

openshift-ci bot commented Mar 18, 2025

@mtulio: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-master-ci-4.19-e2e-aws-ovn

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/a8ced7d0-0453-11f0-8a5f-199fd77e3095-0

@openshift-ci-robot
Copy link

@mtulio: This pull request references Jira Issue OCPBUGS-53249, which is invalid:

  • expected the bug to target the "4.19.0" version, but no target version was set

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

In response to this:

What type of PR is this?

/kind cleanup
/kind failing-test

What this PR does / why we need it:

The intention of this PR is to skip the tests below in the platform type External as it is not configured properly (when trying to use UDP service LB on AWS, for instance), and those are permanent failing on that platform.

[sig-network] LoadBalancers [Feature:LoadBalancer] should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on the same nodes [Skipped:alibabacloud] [Skipped:aws] [Skipped:baremetal] [Skipped:ibmcloud] [Skipped:kubevirt] [Skipped:nutanix] [Skipped:openstack] [Skipped:ovirt] [Skipped:vsphere] [Suite:openshift/conformance/parallel] [Suite:k8s]

[sig-network] LoadBalancers [Feature:LoadBalancer] should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on different nodes [Skipped:alibabacloud] [Skipped:aws] [Skipped:baremetal] [Skipped:ibmcloud] [Skipped:kubevirt] [Skipped:nutanix] [Skipped:openstack] [Skipped:ovirt] [Skipped:vsphere] [Suite:openshift/conformance/parallel] [Suite:k8s] 

OpenShift CI exercises platform type External on AWS and vSphere providers, both requires additional configuration to CCM created correctly the service LoadBalancer using UDP protocol, such requirements is not implemented by upstream k8stest. Those tests are also skipped by AWS and vSphere.

Which issue(s) this PR fixes:

Fixes # OCPBUGS-53249

Special notes for your reviewer:

Does this PR introduce a user-facing change?


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.

@mtulio
Copy link
Author

mtulio commented Mar 19, 2025

Summary of tests so far:

  • A/ The tests are hidden in the payload jobs from AWS 1 2, which is expected as not breaking regular jobs, and keeps hiding in past jobs, such as this
  • B/ The tests are still failing in the payload job of original issue. job (direct log)

considering all other platforms are skipping this test, I wonder if:

  • Do I need to add a presbumit to this repo to a platform type external workflow?
  • Is there additional work to make this available in the openshift-tests? Is the presubmit enough to validate it?

Additionally, this bug is also blocking origin presubmits, see example of failures from a PR targeting a stable branch (4.18):

@mtulio
Copy link
Author

mtulio commented Mar 19, 2025

Summary of tests so far:

Hey @bertinatto , would you mind taking a look at this results so far?

@mtulio
Copy link
Author

mtulio commented Mar 19, 2025

I just opened a PR to create a presubmit here - openshift/release#63002
Let me check standard signals.
/test all

@mtulio
Copy link
Author

mtulio commented Mar 19, 2025

/jira refresh

@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Mar 19, 2025
@openshift-ci-robot
Copy link

@mtulio: This pull request references Jira Issue OCPBUGS-53249, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.19.0) matches configured target version for branch (4.19.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

In response to this:

/jira refresh

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.

@bertinatto
Copy link
Member

considering all other platforms are skipping this test, I wonder if:

* Do I need to add a presbumit to this repo to a platform type external workflow?

If the periodic job isn't helping, adding a presubmit here makes sense. Probably an optional one (that you need to manually invoke with /test job-name).

* Is there additional work to make this available in the `openshift-tests`? Is the presubmit enough to validate it?

Skipping the tests here is usually enough, unless the job has a different config and is not pulling the external binary to run the tests. In that case, you need to vendor this code inside o/o.

openshift-merge-bot bot pushed a commit to openshift/release that referenced this pull request Mar 20, 2025
Adding presubmit test on o/k repo to validate platform type external on
AWS with CCM, and PR openshift/kubernetes#2247.
@bertinatto
Copy link
Member

/test ?

@openshift-ci openshift-ci bot added backports/validated-commits Indicates that all commits come to merged upstream PRs. and removed backports/unvalidated-commits Indicates that not all commits come to merged upstream PRs. labels Apr 9, 2025
Skip service LoadBalancer for UDP protocol on platform type External as
it is permanent failure on OpenShift clusters triggered by
openshift/conformance suite.

The following tests are affected by the skip:

~~~
[sig-network] LoadBalancers [Feature:LoadBalancer] should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on the same nodes [Skipped:alibabacloud] [Skipped:aws] [Skipped:baremetal] [Skipped:ibmcloud] [Skipped:kubevirt] [Skipped:nutanix] [Skipped:openstack] [Skipped:ovirt] [Skipped:vsphere] [Suite:openshift/conformance/parallel] [Suite:k8s]

[sig-network] LoadBalancers [Feature:LoadBalancer] should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on different nodes [Skipped:alibabacloud] [Skipped:aws] [Skipped:baremetal] [Skipped:ibmcloud] [Skipped:kubevirt] [Skipped:nutanix] [Skipped:openstack] [Skipped:ovirt] [Skipped:vsphere] [Suite:openshift/conformance/parallel] [Suite:k8s]
~~~

https://issues.redhat.com/browse/OCPBUGS-53249

Added to other platform type on:
https://issues.redhat.com/browse/OCPBUGS-38840
@openshift-ci-robot openshift-ci-robot added backports/unvalidated-commits Indicates that not all commits come to merged upstream PRs. and removed backports/validated-commits Indicates that all commits come to merged upstream PRs. labels Apr 9, 2025
@openshift-ci-robot
Copy link

@mtulio: 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 /validate-backports to re-evaluate validity of the upstream PRs, for example when they are merged upstream.

@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Apr 9, 2025
@mtulio
Copy link
Author

mtulio commented Apr 9, 2025

Can you rename the last commit to something like UPSTREAM: <drop>: make update?

/remove-label backports/unvalidated-commits /label backports/validated-commits

Hey @bertinatto , sure! Renamed! Would you mind taking a look, please?

Copy link
Member

@bertinatto bertinatto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@bertinatto
Copy link
Member

/remove-label backports/unvalidated-commits
/label backports/validated-commits

@openshift-ci openshift-ci bot added backports/validated-commits Indicates that all commits come to merged upstream PRs. lgtm Indicates that a PR is ready to be merged. and removed backports/unvalidated-commits Indicates that not all commits come to merged upstream PRs. labels Apr 9, 2025
Copy link

openshift-ci bot commented Apr 9, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bertinatto, mtulio, stbenjam

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 9, 2025
@mtulio
Copy link
Author

mtulio commented Apr 9, 2025

/lgtm

Hey @bertinatto do you think we can backport this to 4.18? I see the statement to other platforms in ocp 4.18 branch[1] as it was added on kube 1.31.
[1] https://github.com/openshift/kubernetes/blob/release-4.18/openshift-hack/e2e/annotate/rules.go#L225-L230

@mtulio
Copy link
Author

mtulio commented Apr 9, 2025

/lgtm

Hey @bertinatto do you think we can backport this to 4.18? I see the statement to other platforms in ocp 4.18 branch[1] as it was added on kube 1.31. [1] https://github.com/openshift/kubernetes/blob/release-4.18/openshift-hack/e2e/annotate/rules.go#L225-L230

The PR to backport the origin change is triggered here openshift/origin#29666

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD e15f4f8 and 2 for PR HEAD 0256129 in total

@mtulio
Copy link
Author

mtulio commented Apr 10, 2025

/retest-required

Copy link

openshift-ci bot commented Apr 10, 2025

@mtulio: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/okd-scos-e2e-aws-ovn 0256129 link false /test okd-scos-e2e-aws-ovn
ci/prow/e2e-agnostic-ovn-cmd 0256129 link false /test e2e-agnostic-ovn-cmd

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.

@openshift-merge-bot openshift-merge-bot bot merged commit c9e894a into openshift:master Apr 10, 2025
21 of 23 checks passed
@openshift-ci-robot
Copy link

@mtulio: Jira Issue OCPBUGS-53249: All pull requests linked via external trackers have merged:

Jira Issue OCPBUGS-53249 has been moved to the MODIFIED state.

In response to this:

What type of PR is this?

/kind cleanup
/kind failing-test

What this PR does / why we need it:

The intention of this PR is to skip the tests below in the platform type External as it is not configured properly (when trying to use UDP service LB on AWS, for instance), and those are permanent failing on that platform.

[sig-network] LoadBalancers [Feature:LoadBalancer] should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on the same nodes [Skipped:alibabacloud] [Skipped:aws] [Skipped:baremetal] [Skipped:ibmcloud] [Skipped:kubevirt] [Skipped:nutanix] [Skipped:openstack] [Skipped:ovirt] [Skipped:vsphere] [Suite:openshift/conformance/parallel] [Suite:k8s]

[sig-network] LoadBalancers [Feature:LoadBalancer] should be able to preserve UDP traffic when server pod cycles for a LoadBalancer service on different nodes [Skipped:alibabacloud] [Skipped:aws] [Skipped:baremetal] [Skipped:ibmcloud] [Skipped:kubevirt] [Skipped:nutanix] [Skipped:openstack] [Skipped:ovirt] [Skipped:vsphere] [Suite:openshift/conformance/parallel] [Suite:k8s] 

OpenShift CI exercises platform type External on AWS and vSphere providers, both requires additional configuration to CCM created correctly the service LoadBalancer using UDP protocol, such requirements is not implemented by upstream k8stest. Those tests are also skipped by AWS and vSphere.

Which issue(s) this PR fixes:

Fixes # OCPBUGS-53249

Special notes for your reviewer:

The support to platform type External in the test framework was added on openshift/origin#29623 to satisfy and test changes here using the job e2e-external-aws-ccm.

Those tests are not valid on platform type External when using CCM for the same reason it isn't in the integrated providers - requires additional setup, or service does not support it.

There is only one scenario I can see that those upstream tests could be exercised: cluster installed with platform type External without CCM, it will behave like platform None. Although we don't have test scenarios enabled checking advanced platform external configurations, such as checking if the CCM is enabled in the Infrastructure object.

Does this PR introduce a user-facing change?

NONE.

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.

@openshift-bot
Copy link

[ART PR BUILD NOTIFIER]

Distgit: openshift-enterprise-pod
This PR has been included in build openshift-enterprise-pod-container-v4.19.0-202504100822.p0.gc9e894a.assembly.stream.el9.
All builds following this will include this PR.

@openshift-bot
Copy link

[ART PR BUILD NOTIFIER]

Distgit: kube-proxy
This PR has been included in build kube-proxy-container-v4.19.0-202504100822.p0.gc9e894a.assembly.stream.el9.
All builds following this will include this PR.

@openshift-bot
Copy link

[ART PR BUILD NOTIFIER]

Distgit: openshift-enterprise-hyperkube
This PR has been included in build openshift-enterprise-hyperkube-container-v4.19.0-202504100822.p0.gc9e894a.assembly.stream.el9.
All builds following this will include this PR.

@openshift-bot
Copy link

[ART PR BUILD NOTIFIER]

Distgit: ose-installer-kube-apiserver-artifacts
This PR has been included in build ose-installer-kube-apiserver-artifacts-container-v4.19.0-202504100822.p0.gc9e894a.assembly.stream.el9.
All builds following this will include this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. backports/validated-commits Indicates that all commits come to merged upstream PRs. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants