Skip to content

[release-4.18]: OCPBUGS-54807: skip tests on platform type External #2268

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

mtulio
Copy link

@mtulio mtulio commented Apr 10, 2025

What type of PR is this?

/kind cleanup
/kind failing-test

What this PR does / why we need it:

Backport #2247 to OCP 4.18.

--

This PR introduce test skips to the platform type External. The skipped tests are not configured properly (when trying to use UDP service LB on AWS, for instance), and those are permanent failing on that platform, also in others added in 4.18 (previously provider=external was not supported by the test framework, this PR will keep the synchrony) .

[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 #

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

Special notes for your reviewer:

This PR is blocked by openshift/origin#29666 change adding support to provider=External to the openshift-tests.

Does this PR introduce a user-facing change?

NONE

Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


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
https://issues.redhat.com//browse/OCPBUGS-54807 (backport 4.18)

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 Apr 10, 2025
@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Apr 10, 2025
Copy link

openshift-ci bot commented Apr 10, 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 openshift-ci bot added 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. labels Apr 10, 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 mtulio changed the title Ocpbugs 54807 backport ocpbugs 53249 [release-4.18]: OCPBUGS-54807: skip tests on platform type External Apr 10, 2025
@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Apr 10, 2025
@openshift-ci-robot
Copy link

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

  • release note text must be set and not match the template OR release note type must be set to "Release Note Not Required". For more information you can reference the OpenShift Bug Process.
  • expected dependent Jira Issue OCPBUGS-53249 to be in one of the following states: VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), CLOSED (DONE-ERRATA), but it is MODIFIED instead

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:

Backport #2247 to OCP 4.18.

--

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 #

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

Special notes for your reviewer:

This PR is blocked by openshift/origin#29666 change adding support to provider=External to the openshift-tests.

Does this PR introduce a user-facing change?

NONE

Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


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 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
https://issues.redhat.com//browse/OCPBUGS-54807 (backport)

Added to other platform type on:
https://issues.redhat.com/browse/OCPBUGS-38840
@mtulio mtulio force-pushed the OCPBUGS-54807-backport-OCPBUGS-53249 branch from 10d87e2 to d656a89 Compare April 10, 2025 13:42
@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.

@rvanderp3
Copy link

/lgtm

@mtulio
Copy link
Author

mtulio commented Apr 10, 2025

/jira-refresh

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

mtulio commented Apr 11, 2025

openshift/origin#29666 merged, now openshift-tests must support provider external, testing:

/test e2e-aws-external-ccm

Copy link

openshift-ci bot commented Apr 11, 2025

@mtulio: The specified target(s) for /test were not found.
The following commands are available to trigger required jobs:

/test artifacts
/test configmap-scale
/test e2e-aws-crun-wasm
/test e2e-aws-jenkins
/test e2e-aws-ovn-cgroupsv2
/test e2e-aws-ovn-downgrade
/test e2e-aws-ovn-fips
/test e2e-aws-ovn-runc
/test e2e-aws-ovn-serial
/test e2e-aws-ovn-upgrade
/test e2e-azure-ovn-upgrade
/test e2e-gcp
/test e2e-gcp-ovn-upgrade
/test images
/test integration
/test k8s-e2e-conformance-aws
/test k8s-e2e-gcp-ovn
/test k8s-e2e-gcp-serial
/test okd-scos-images
/test perfscale-control-plane-6nodes
/test unit
/test verify
/test verify-commits

The following commands are available to trigger optional jobs:

/test e2e-agnostic-ovn-cmd
/test e2e-aws
/test e2e-aws-csi
/test e2e-aws-disruptive
/test e2e-aws-ovn
/test e2e-aws-single-node
/test e2e-azure
/test e2e-metal-ipi-ovn-dualstack
/test e2e-metal-ipi-ovn-ipv6
/test e2e-openstack
/test e2e-openstack-csi-cinder
/test e2e-openstack-csi-manila
/test e2e-vsphere
/test k8s-e2e-aws
/test k8s-e2e-aws-ovn-serial
/test k8s-e2e-gcp-five-control-plane-replicas
/test okd-scos-e2e-aws-ovn

Use /test all to run the following jobs that were automatically triggered:

pull-ci-openshift-kubernetes-release-4.18-artifacts
pull-ci-openshift-kubernetes-release-4.18-e2e-agnostic-ovn-cmd
pull-ci-openshift-kubernetes-release-4.18-e2e-aws-crun-wasm
pull-ci-openshift-kubernetes-release-4.18-e2e-aws-csi
pull-ci-openshift-kubernetes-release-4.18-e2e-aws-ovn-cgroupsv2
pull-ci-openshift-kubernetes-release-4.18-e2e-aws-ovn-fips
pull-ci-openshift-kubernetes-release-4.18-e2e-aws-ovn-runc
pull-ci-openshift-kubernetes-release-4.18-e2e-aws-ovn-serial
pull-ci-openshift-kubernetes-release-4.18-e2e-gcp
pull-ci-openshift-kubernetes-release-4.18-e2e-gcp-ovn-upgrade
pull-ci-openshift-kubernetes-release-4.18-images
pull-ci-openshift-kubernetes-release-4.18-integration
pull-ci-openshift-kubernetes-release-4.18-k8s-e2e-aws-ovn-serial
pull-ci-openshift-kubernetes-release-4.18-k8s-e2e-conformance-aws
pull-ci-openshift-kubernetes-release-4.18-k8s-e2e-gcp-ovn
pull-ci-openshift-kubernetes-release-4.18-k8s-e2e-gcp-serial
pull-ci-openshift-kubernetes-release-4.18-okd-scos-e2e-aws-ovn
pull-ci-openshift-kubernetes-release-4.18-okd-scos-images
pull-ci-openshift-kubernetes-release-4.18-unit
pull-ci-openshift-kubernetes-release-4.18-verify
pull-ci-openshift-kubernetes-release-4.18-verify-commits

In response to this:

openshift/origin#29666 merged, now openshift-tests must support provider external, testing:

/test e2e-aws-external-ccm

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.

@mtulio
Copy link
Author

mtulio commented Apr 11, 2025

openshift/origin#29666 merged, now openshift-tests must support provider external, testing:

/test e2e-aws-external-ccm

Oops, typo:

/test e2e-external-aws-ccm

Copy link

openshift-ci bot commented Apr 11, 2025

@mtulio: The specified target(s) for /test were not found.
The following commands are available to trigger required jobs:

/test artifacts
/test configmap-scale
/test e2e-aws-crun-wasm
/test e2e-aws-jenkins
/test e2e-aws-ovn-cgroupsv2
/test e2e-aws-ovn-downgrade
/test e2e-aws-ovn-fips
/test e2e-aws-ovn-runc
/test e2e-aws-ovn-serial
/test e2e-aws-ovn-upgrade
/test e2e-azure-ovn-upgrade
/test e2e-gcp
/test e2e-gcp-ovn-upgrade
/test images
/test integration
/test k8s-e2e-conformance-aws
/test k8s-e2e-gcp-ovn
/test k8s-e2e-gcp-serial
/test okd-scos-images
/test perfscale-control-plane-6nodes
/test unit
/test verify
/test verify-commits

The following commands are available to trigger optional jobs:

/test e2e-agnostic-ovn-cmd
/test e2e-aws
/test e2e-aws-csi
/test e2e-aws-disruptive
/test e2e-aws-ovn
/test e2e-aws-single-node
/test e2e-azure
/test e2e-metal-ipi-ovn-dualstack
/test e2e-metal-ipi-ovn-ipv6
/test e2e-openstack
/test e2e-openstack-csi-cinder
/test e2e-openstack-csi-manila
/test e2e-vsphere
/test k8s-e2e-aws
/test k8s-e2e-aws-ovn-serial
/test k8s-e2e-gcp-five-control-plane-replicas
/test okd-scos-e2e-aws-ovn

Use /test all to run the following jobs that were automatically triggered:

pull-ci-openshift-kubernetes-release-4.18-artifacts
pull-ci-openshift-kubernetes-release-4.18-e2e-agnostic-ovn-cmd
pull-ci-openshift-kubernetes-release-4.18-e2e-aws-crun-wasm
pull-ci-openshift-kubernetes-release-4.18-e2e-aws-csi
pull-ci-openshift-kubernetes-release-4.18-e2e-aws-ovn-cgroupsv2
pull-ci-openshift-kubernetes-release-4.18-e2e-aws-ovn-fips
pull-ci-openshift-kubernetes-release-4.18-e2e-aws-ovn-runc
pull-ci-openshift-kubernetes-release-4.18-e2e-aws-ovn-serial
pull-ci-openshift-kubernetes-release-4.18-e2e-gcp
pull-ci-openshift-kubernetes-release-4.18-e2e-gcp-ovn-upgrade
pull-ci-openshift-kubernetes-release-4.18-images
pull-ci-openshift-kubernetes-release-4.18-integration
pull-ci-openshift-kubernetes-release-4.18-k8s-e2e-aws-ovn-serial
pull-ci-openshift-kubernetes-release-4.18-k8s-e2e-conformance-aws
pull-ci-openshift-kubernetes-release-4.18-k8s-e2e-gcp-ovn
pull-ci-openshift-kubernetes-release-4.18-k8s-e2e-gcp-serial
pull-ci-openshift-kubernetes-release-4.18-okd-scos-e2e-aws-ovn
pull-ci-openshift-kubernetes-release-4.18-okd-scos-images
pull-ci-openshift-kubernetes-release-4.18-unit
pull-ci-openshift-kubernetes-release-4.18-verify
pull-ci-openshift-kubernetes-release-4.18-verify-commits

In response to this:

openshift/origin#29666 merged, now openshift-tests must support provider external, testing:

/test e2e-aws-external-ccm

Oops, typo:

/test e2e-external-aws-ccm

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.

mtulio added a commit to mtulio/release that referenced this pull request Apr 12, 2025
Added e2e external jobs on 4.18 release branch on openshift/kubernetes
repository to validate skips added on openshift/kubernetes#2268
openshift-merge-bot bot pushed a commit to openshift/release that referenced this pull request Apr 14, 2025
Added e2e external jobs on 4.18 release branch on openshift/kubernetes
repository to validate skips added on openshift/kubernetes#2268
@mtulio
Copy link
Author

mtulio commented Apr 14, 2025

openshift/origin#29666 merged, now openshift-tests must support provider external, testing:
/test e2e-aws-external-ccm

Oops, typo:

/test e2e-external-aws-ccm

openshift/release#63771 merged, now we should have the job here:

/test e2e-external-aws-ccm

@mtulio
Copy link
Author

mtulio commented Apr 15, 2025

Test drastically failed, looks like cloud variability/ infra issues. Retrying:

/test e2e-external-aws-ccm

@mtulio
Copy link
Author

mtulio commented Apr 15, 2025

e2e-external-aws-ccm is now passing. I am converting to a regular PR to trigger all required jobs for readiness.

@mtulio mtulio marked this pull request as ready for review April 15, 2025 11:19
@openshift-ci openshift-ci bot removed the backports/unvalidated-commits Indicates that not all commits come to merged upstream PRs. label Apr 15, 2025
@mtulio
Copy link
Author

mtulio commented Apr 15, 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 Apr 15, 2025
@openshift-ci-robot
Copy link

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

7 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.18.z) matches configured target version for branch (4.18.z)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)
  • release note type set to "Release Note Not Required"
  • dependent bug Jira Issue OCPBUGS-53249 is in the state Verified, which is one of the valid states (VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), CLOSED (DONE-ERRATA))
  • dependent Jira Issue OCPBUGS-53249 targets the "4.19.0" version, which is one of the valid target versions: 4.19.0
  • bug has dependents

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.

@mtulio
Copy link
Author

mtulio commented Apr 15, 2025

/test e2e-aws-ovn-serial

@bertinatto
Copy link
Member

/retest-required

@mtulio
Copy link
Author

mtulio commented Apr 15, 2025

@mtulio: The following test 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/e2e-aws-ovn-serial d656a89 link true /test e2e-aws-ovn-serial
Full PR test history. Your PR dashboard.

I didn't see this was required, holding until it is reporting as passing:

/hold

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 15, 2025
Copy link

openshift-ci bot commented Apr 15, 2025

@mtulio: 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.

@mtulio
Copy link
Author

mtulio commented Apr 16, 2025

All tests are passing.

/hold cancel

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 16, 2025
@sdodson sdodson added cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. labels Apr 17, 2025
@openshift-merge-bot openshift-merge-bot bot merged commit 0b8a681 into openshift:release-4.18 Apr 17, 2025
23 checks passed
@openshift-ci-robot
Copy link

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

Jira Issue OCPBUGS-54807 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:

Backport #2247 to OCP 4.18.

--

This PR introduce test skips to the platform type External. The skipped tests are not configured properly (when trying to use UDP service LB on AWS, for instance), and those are permanent failing on that platform, also in others added in 4.18 (previously provider=external was not supported by the test framework, this PR will keep the synchrony) .

[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 #

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

Special notes for your reviewer:

This PR is blocked by openshift/origin#29666 change adding support to provider=External to the openshift-tests.

Does this PR introduce a user-facing change?

NONE

Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


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 mtulio deleted the OCPBUGS-54807-backport-OCPBUGS-53249 branch April 17, 2025 21:40
@openshift-bot
Copy link

[ART PR BUILD NOTIFIER]

Distgit: openshift-enterprise-pod
This PR has been included in build openshift-enterprise-pod-container-v4.18.0-202504172303.p0.g0b8a681.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.18.0-202504172303.p0.g0b8a681.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.18.0-202504172303.p0.g0b8a681.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.18.0-202504172303.p0.g0b8a681.assembly.stream.el9.
All builds following this will include this PR.

jinyunma pushed a commit to jinyunma/release that referenced this pull request Apr 27, 2025
…shift#63771)

Added e2e external jobs on 4.18 release branch on openshift/kubernetes
repository to validate skips added on openshift/kubernetes#2268
mehabhalodiya pushed a commit to mehabhalodiya/release that referenced this pull request Apr 29, 2025
…shift#63771)

Added e2e external jobs on 4.18 release branch on openshift/kubernetes
repository to validate skips added on openshift/kubernetes#2268
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. backport-risk-assessed Indicates a PR to a release branch has been evaluated and considered safe to accept. backports/validated-commits Indicates that all commits come to merged upstream PRs. cherry-pick-approved Indicates a cherry-pick PR into a release branch has been approved by the release branch manager. 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.