Skip to content

Conversation

kyrtapz
Copy link
Contributor

@kyrtapz kyrtapz commented Jul 15, 2025

Introduce the following changes behind the featuregate:

  • Layer2 (Cluster) UDN API update: Add new API fields to both CUDN and UDN CRDs behind the PreconfiguredUDNAddresses featuregate
  • Add ValidatingAdmissionPolicy blocking v1.multus-cni.io/default-network updates: Prevent modification of v1.multus-cni.io/default-network once a pod is created, applies to environments with PreconfiguredUDNAddresses featuregate enabled
  • Avoid multus-admission webhook race with ovn-kubernetes: Add CEL expression to ignore default/openshift-ovn-kubernetes NAD to prevent circular dependency where ovn-k fails to start because multus webhook blocks NAD creation, while webhook uses cluster-networked pods which require ovn-k to be running

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 15, 2025
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Jul 15, 2025

@kyrtapz: This pull request references CORENET-6130 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 story to target the "4.20.0" version, but no target version was set.

In response to this:

It is not allowed to modify the v1.multus-cni.io/default-network once the pod was created.
The added ValidatingAdmissionPolicy applies to environments with PreconfiguredUDNAddresses featuregate enabled.

Depends on: #2742

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 openshift-ci bot requested review from JacobTanenbaum and trozet July 15, 2025 11:55
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 15, 2025
@kyrtapz kyrtapz force-pushed the default_net_annot_vap branch from 1390e6b to 77084fb Compare July 15, 2025 12:42
@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 18, 2025
@kyrtapz kyrtapz force-pushed the default_net_annot_vap branch from 77084fb to b7cf7ff Compare July 22, 2025 06:56
@openshift-merge-robot openshift-merge-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 22, 2025
@kyrtapz kyrtapz force-pushed the default_net_annot_vap branch 4 times, most recently from affd6d6 to 9b2b372 Compare August 5, 2025 09:18
@maiqueb
Copy link
Contributor

maiqueb commented Aug 12, 2025

@kyrtapz could you rebase, now that #2770 was merged ?

I see these warnings being logged in the ovnkube control plane pods:

2025-08-11T14:14:07.099359183Z E0811 14:14:07.099115       1 obj_retry.go:681] Failed to update *v1.Pod, old=e2e-network-segmentation-e2e-3110/virt-launcher-myvm-wm4dt, new=e2e-network-segmentation-e2e-3110/virt-launcher-myvm-wm4dt, error: failed to update pod e2e-network-segmentation-e2e-3110/virt-launcher-myvm-wm4dt: error retrieving IPAMClaim for pod e2e-network-segmentation-e2e-3110/virt-launcher-myvm-wm4dt: failed to get IPAMClaim "myvm.overlay": ipamclaim.k8s.cni.cncf.io "myvm.overlay" not found
2025-08-11T14:14:07.139482397Z W0811 14:14:07.137061       1 warnings.go:70] unknown field "status.ownerPod"

I think it's a red herring, but still, it would give us a cleaner signal.

Thanks in advance

@kyrtapz kyrtapz force-pushed the default_net_annot_vap branch 2 times, most recently from d5c2f3a to 781728a Compare August 18, 2025 12:04
Add the new API fields to both CUDN and UDN CRDs behind the
PreconfiguredUDNAddresses featuregate.

Signed-off-by: Patryk Diak <[email protected]>
@kyrtapz kyrtapz force-pushed the default_net_annot_vap branch from 781728a to ad73589 Compare August 20, 2025 11:57
@kyrtapz kyrtapz changed the title CORENET-6130: Add a ValidatingAdmissionPolicy blocking v1.multus-cni.io/default-network updates CORENET-6130, CORENET-6261, CORENET-6092: Implement PreconfiguredUDNAddresses API changes Aug 20, 2025
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Aug 20, 2025

@kyrtapz: This pull request references CORENET-6130 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 story to target the "4.20.0" version, but no target version was set.

This pull request references CORENET-6261 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 story to target the "4.20.0" version, but no target version was set.

This pull request references CORENET-6092 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 story to target the "4.20.0" version, but no target version was set.

In response to this:

It is not allowed to modify the v1.multus-cni.io/default-network once the pod was created.
The added ValidatingAdmissionPolicy applies to environments with PreconfiguredUDNAddresses featuregate enabled.

Depends on: #2742

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
Copy link
Contributor

openshift-ci-robot commented Aug 20, 2025

@kyrtapz: This pull request references CORENET-6130 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 story to target the "4.20.0" version, but no target version was set.

This pull request references CORENET-6261 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 story to target the "4.20.0" version, but no target version was set.

This pull request references CORENET-6092 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 story to target the "4.20.0" version, but no target version was set.

In response to this:

Introduce the following changes behind the featuregate:

  • Layer2 (Cluster) UDN API update: Add new API fields to both CUDN and UDN CRDs behind the PreconfiguredUDNAddresses featuregate
  • Add ValidatingAdmissionPolicy blocking v1.multus-cni.io/default-network updates: Prevent modification of v1.multus-cni.io/default-network once a pod is created, applies to environments with PreconfiguredUDNAddresses featuregate enabled
  • Avoid multus-admission webhook race with ovn-kubernetes: Add CEL expression to ignore default/openshift-ovn-kubernetes NAD to prevent circular dependency where ovn-k fails to start because multus webhook blocks NAD creation, while webhook uses cluster-networked pods which require ovn-k to be running

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.

@kyrtapz
Copy link
Contributor Author

kyrtapz commented Aug 20, 2025

/test e2e-gcp-ovn-techpreview

@kyrtapz kyrtapz force-pushed the default_net_annot_vap branch from ad73589 to fbd111c Compare August 20, 2025 12:14
@kyrtapz
Copy link
Contributor Author

kyrtapz commented Aug 20, 2025

/test e2e-gcp-ovn-techpreview

@kyrtapz kyrtapz closed this Aug 20, 2025
@kyrtapz kyrtapz reopened this Aug 20, 2025
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Aug 20, 2025

@kyrtapz: This pull request references CORENET-6130 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 story to target the "4.20.0" version, but no target version was set.

This pull request references CORENET-6261 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 story to target the "4.20.0" version, but no target version was set.

This pull request references CORENET-6092 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 story to target the "4.20.0" version, but no target version was set.

In response to this:

Introduce the following changes behind the featuregate:

  • Layer2 (Cluster) UDN API update: Add new API fields to both CUDN and UDN CRDs behind the PreconfiguredUDNAddresses featuregate
  • Add ValidatingAdmissionPolicy blocking v1.multus-cni.io/default-network updates: Prevent modification of v1.multus-cni.io/default-network once a pod is created, applies to environments with PreconfiguredUDNAddresses featuregate enabled
  • Avoid multus-admission webhook race with ovn-kubernetes: Add CEL expression to ignore default/openshift-ovn-kubernetes NAD to prevent circular dependency where ovn-k fails to start because multus webhook blocks NAD creation, while webhook uses cluster-networked pods which require ovn-k to be running

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.

@kyrtapz
Copy link
Contributor Author

kyrtapz commented Aug 20, 2025

/test e2e-gcp-ovn-techpreview

@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 0 against base HEAD c765f72 and 2 for PR HEAD 79eea1b in total

@jluhrsen
Copy link
Contributor

/retest-required

@kyrtapz
Copy link
Contributor Author

kyrtapz commented Aug 22, 2025

/override ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-local-gw

Copy link
Contributor

openshift-ci bot commented Aug 22, 2025

@kyrtapz: Overrode contexts on behalf of kyrtapz: ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-local-gw

In response to this:

/override ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-local-gw

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.

@tssurya
Copy link
Contributor

tssurya commented Aug 22, 2025

/tide refresh

@tssurya
Copy link
Contributor

tssurya commented Aug 22, 2025

/override e2e-metal-ipi-ovn-dualstack-bgp-local-gw
because of https://issues.redhat.com/browse/OCPBUGS-60455

Copy link
Contributor

openshift-ci bot commented Aug 22, 2025

@tssurya: /override requires failed status contexts, check run or a prowjob name to operate on.
The following unknown contexts/checkruns were given:

  • e2e-metal-ipi-ovn-dualstack-bgp-local-gw

Only the following failed contexts/checkruns were expected:

  • ci/prow/4.20-upgrade-from-stable-4.19-e2e-aws-ovn-upgrade
  • ci/prow/4.20-upgrade-from-stable-4.19-e2e-azure-ovn-upgrade
  • ci/prow/4.20-upgrade-from-stable-4.19-e2e-gcp-ovn-upgrade
  • ci/prow/4.20-upgrade-from-stable-4.19-images
  • ci/prow/e2e-aws-hypershift-ovn-kubevirt
  • ci/prow/e2e-aws-ovn-hypershift-conformance
  • ci/prow/e2e-aws-ovn-local-to-shared-gateway-mode-migration
  • ci/prow/e2e-aws-ovn-serial
  • ci/prow/e2e-aws-ovn-serial-ipsec
  • ci/prow/e2e-aws-ovn-shared-to-local-gateway-mode-migration
  • ci/prow/e2e-aws-ovn-single-node
  • ci/prow/e2e-aws-ovn-upgrade
  • ci/prow/e2e-aws-ovn-upgrade-ipsec
  • ci/prow/e2e-aws-ovn-windows
  • ci/prow/e2e-azure-ovn
  • ci/prow/e2e-azure-ovn-upgrade
  • ci/prow/e2e-gcp-ovn
  • ci/prow/e2e-gcp-ovn-techpreview
  • ci/prow/e2e-gcp-ovn-upgrade
  • ci/prow/e2e-metal-ipi-ovn-dualstack-bgp
  • ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-local-gw
  • ci/prow/e2e-metal-ipi-ovn-ipv6
  • ci/prow/e2e-metal-ipi-ovn-ipv6-ipsec
  • ci/prow/e2e-network-mtu-migration-ovn-ipv4
  • ci/prow/e2e-network-mtu-migration-ovn-ipv6
  • ci/prow/e2e-openstack-ovn
  • ci/prow/e2e-ovn-hybrid-step-registry
  • ci/prow/e2e-ovn-ipsec-step-registry
  • ci/prow/e2e-ovn-step-registry
  • ci/prow/e2e-vsphere-ovn
  • ci/prow/e2e-vsphere-ovn-dualstack
  • ci/prow/hypershift-e2e-aks
  • ci/prow/images
  • ci/prow/lint
  • ci/prow/okd-scos-e2e-aws-ovn
  • ci/prow/okd-scos-images
  • ci/prow/security
  • ci/prow/unit
  • ci/prow/verify
  • ci/prow/verify-deps
  • pull-ci-openshift-cluster-network-operator-master-4.20-upgrade-from-stable-4.19-e2e-aws-ovn-upgrade
  • pull-ci-openshift-cluster-network-operator-master-4.20-upgrade-from-stable-4.19-e2e-azure-ovn-upgrade
  • pull-ci-openshift-cluster-network-operator-master-4.20-upgrade-from-stable-4.19-e2e-gcp-ovn-upgrade
  • pull-ci-openshift-cluster-network-operator-master-4.20-upgrade-from-stable-4.19-images
  • pull-ci-openshift-cluster-network-operator-master-e2e-aws-hypershift-ovn-kubevirt
  • pull-ci-openshift-cluster-network-operator-master-e2e-aws-ovn-hypershift-conformance
  • pull-ci-openshift-cluster-network-operator-master-e2e-aws-ovn-local-to-shared-gateway-mode-migration
  • pull-ci-openshift-cluster-network-operator-master-e2e-aws-ovn-serial
  • pull-ci-openshift-cluster-network-operator-master-e2e-aws-ovn-serial-ipsec
  • pull-ci-openshift-cluster-network-operator-master-e2e-aws-ovn-shared-to-local-gateway-mode-migration
  • pull-ci-openshift-cluster-network-operator-master-e2e-aws-ovn-single-node
  • pull-ci-openshift-cluster-network-operator-master-e2e-aws-ovn-upgrade
  • pull-ci-openshift-cluster-network-operator-master-e2e-aws-ovn-upgrade-ipsec
  • pull-ci-openshift-cluster-network-operator-master-e2e-aws-ovn-windows
  • pull-ci-openshift-cluster-network-operator-master-e2e-azure-ovn
  • pull-ci-openshift-cluster-network-operator-master-e2e-azure-ovn-upgrade
  • pull-ci-openshift-cluster-network-operator-master-e2e-gcp-ovn
  • pull-ci-openshift-cluster-network-operator-master-e2e-gcp-ovn-techpreview
  • pull-ci-openshift-cluster-network-operator-master-e2e-gcp-ovn-upgrade
  • pull-ci-openshift-cluster-network-operator-master-e2e-metal-ipi-ovn-dualstack-bgp
  • pull-ci-openshift-cluster-network-operator-master-e2e-metal-ipi-ovn-dualstack-bgp-local-gw
  • pull-ci-openshift-cluster-network-operator-master-e2e-metal-ipi-ovn-ipv6
  • pull-ci-openshift-cluster-network-operator-master-e2e-metal-ipi-ovn-ipv6-ipsec
  • pull-ci-openshift-cluster-network-operator-master-e2e-network-mtu-migration-ovn-ipv4
  • pull-ci-openshift-cluster-network-operator-master-e2e-network-mtu-migration-ovn-ipv6
  • pull-ci-openshift-cluster-network-operator-master-e2e-openstack-ovn
  • pull-ci-openshift-cluster-network-operator-master-e2e-ovn-hybrid-step-registry
  • pull-ci-openshift-cluster-network-operator-master-e2e-ovn-ipsec-step-registry
  • pull-ci-openshift-cluster-network-operator-master-e2e-ovn-step-registry
  • pull-ci-openshift-cluster-network-operator-master-e2e-vsphere-ovn
  • pull-ci-openshift-cluster-network-operator-master-e2e-vsphere-ovn-dualstack
  • pull-ci-openshift-cluster-network-operator-master-hypershift-e2e-aks
  • pull-ci-openshift-cluster-network-operator-master-images
  • pull-ci-openshift-cluster-network-operator-master-lint
  • pull-ci-openshift-cluster-network-operator-master-okd-scos-e2e-aws-ovn
  • pull-ci-openshift-cluster-network-operator-master-okd-scos-images
  • pull-ci-openshift-cluster-network-operator-master-security
  • pull-ci-openshift-cluster-network-operator-master-unit
  • pull-ci-openshift-cluster-network-operator-master-verify
  • pull-ci-openshift-cluster-network-operator-master-verify-deps
  • tide

If you are trying to override a checkrun that has a space in it, you must put a double quote on the context.

In response to this:

/override e2e-metal-ipi-ovn-dualstack-bgp-local-gw
because of https://issues.redhat.com/browse/OCPBUGS-60455

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.

@tssurya
Copy link
Contributor

tssurya commented Aug 22, 2025

/override ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-local-gw
because of https://issues.redhat.com/browse/OCPBUGS-60455

Copy link
Contributor

openshift-ci bot commented Aug 22, 2025

@tssurya: Overrode contexts on behalf of tssurya: ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-local-gw

In response to this:

/override ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-local-gw
because of https://issues.redhat.com/browse/OCPBUGS-60455

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.

@tssurya
Copy link
Contributor

tssurya commented Aug 22, 2025

/tide refresh

@tssurya
Copy link
Contributor

tssurya commented Aug 22, 2025

/shrug

@openshift-ci openshift-ci bot added the ¯\_(ツ)_/¯ ¯\\\_(ツ)_/¯ label Aug 22, 2025
@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 0 against base HEAD c765f72 and 2 for PR HEAD 79eea1b in total

@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 0 against base HEAD 13a1527 and 2 for PR HEAD 79eea1b in total

@kyrtapz
Copy link
Contributor Author

kyrtapz commented Aug 23, 2025

Changes in this PR are TechPreview specific and should not affect this job, will re-run it anyway once tide kicks of the other 20 jobs...
/override ci/prow/e2e-metal-ipi-ovn-ipv6-ipsec

Copy link
Contributor

openshift-ci bot commented Aug 23, 2025

@kyrtapz: Overrode contexts on behalf of kyrtapz: ci/prow/e2e-metal-ipi-ovn-ipv6-ipsec

In response to this:

Changes in this PR are TechPreview specific and should not affect this job, will re-run it anyway once tide kicks of the other 20 jobs...
/override ci/prow/e2e-metal-ipi-ovn-ipv6-ipsec

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.

@kyrtapz
Copy link
Contributor Author

kyrtapz commented Aug 23, 2025

/test e2e-metal-ipi-ovn-ipv6-ipsec

@kyrtapz
Copy link
Contributor Author

kyrtapz commented Aug 23, 2025

Metal jobs are timing out, this change is techpreview specific and not affecting ipsec.

/override ci/prow/e2e-metal-ipi-ovn-ipv6-ipsec

Copy link
Contributor

openshift-ci bot commented Aug 23, 2025

@kyrtapz: Overrode contexts on behalf of kyrtapz: ci/prow/e2e-metal-ipi-ovn-ipv6-ipsec

In response to this:

Metal jobs are timing out, this change is techpreview specific and not affecting ipsec.

/override ci/prow/e2e-metal-ipi-ovn-ipv6-ipsec

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.

@kyrtapz
Copy link
Contributor Author

kyrtapz commented Aug 23, 2025

/override ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-local-gw
because of https://issues.redhat.com/browse/OCPBUGS-60455

@kyrtapz
Copy link
Contributor Author

kyrtapz commented Aug 23, 2025

/retest-required

Copy link
Contributor

openshift-ci bot commented Aug 23, 2025

@kyrtapz: Overrode contexts on behalf of kyrtapz: ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-local-gw

In response to this:

/override ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-local-gw
because of https://issues.redhat.com/browse/OCPBUGS-60455

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.

@kyrtapz
Copy link
Contributor Author

kyrtapz commented Aug 24, 2025

/test e2e-gcp-ovn-techpreview
/retest-required

Copy link
Contributor

openshift-ci bot commented Aug 24, 2025

@kyrtapz: 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/e2e-vsphere-ovn-dualstack-primaryv6 9b2b372 link false /test e2e-vsphere-ovn-dualstack-primaryv6
ci/prow/e2e-aws-ovn-serial 79eea1b link false /test e2e-aws-ovn-serial
ci/prow/4.20-upgrade-from-stable-4.19-e2e-aws-ovn-upgrade 79eea1b link false /test 4.20-upgrade-from-stable-4.19-e2e-aws-ovn-upgrade
ci/prow/e2e-aws-ovn-local-to-shared-gateway-mode-migration 79eea1b link false /test e2e-aws-ovn-local-to-shared-gateway-mode-migration
ci/prow/e2e-network-mtu-migration-ovn-ipv6 79eea1b link false /test e2e-network-mtu-migration-ovn-ipv6
ci/prow/4.20-upgrade-from-stable-4.19-e2e-azure-ovn-upgrade 79eea1b link false /test 4.20-upgrade-from-stable-4.19-e2e-azure-ovn-upgrade
ci/prow/e2e-ovn-step-registry 79eea1b link false /test e2e-ovn-step-registry
ci/prow/e2e-aws-hypershift-ovn-kubevirt 79eea1b link false /test e2e-aws-hypershift-ovn-kubevirt
ci/prow/4.20-upgrade-from-stable-4.19-e2e-gcp-ovn-upgrade 79eea1b link false /test 4.20-upgrade-from-stable-4.19-e2e-gcp-ovn-upgrade
ci/prow/security 79eea1b link false /test security
ci/prow/e2e-azure-ovn 79eea1b link false /test e2e-azure-ovn

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-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 0 against base HEAD 13a1527 and 2 for PR HEAD 79eea1b in total

@kyrtapz
Copy link
Contributor Author

kyrtapz commented Aug 24, 2025

This PR only affects techpreview, metal jobs are perma-failing (timeout) across the board:
/override ci/prow/e2e-metal-ipi-ovn-dualstack-bgp
/override ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-local-gw
/override ci/prow/e2e-metal-ipi-ovn-ipv6

gcp techpreview failed on CSI test which is unrelated:
/override ci/prow/e2e-gcp-ovn-techpreview

Copy link
Contributor

openshift-ci bot commented Aug 24, 2025

@kyrtapz: Overrode contexts on behalf of kyrtapz: ci/prow/e2e-gcp-ovn-techpreview, ci/prow/e2e-metal-ipi-ovn-dualstack-bgp, ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-local-gw, ci/prow/e2e-metal-ipi-ovn-ipv6

In response to this:

This PR only affects techpreview, metal jobs are perma-failing (timeout) across the board:
/override ci/prow/e2e-metal-ipi-ovn-dualstack-bgp
/override ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-local-gw
/override ci/prow/e2e-metal-ipi-ovn-ipv6

gcp techpreview failed on CSI test which is unrelated:
/override ci/prow/e2e-gcp-ovn-techpreview

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.

@openshift-merge-bot openshift-merge-bot bot merged commit 2b0fd30 into openshift:master Aug 24, 2025
31 of 41 checks passed
@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 0 against base HEAD 2b0fd30 and 1 for PR HEAD 79eea1b in total

@openshift-bot
Copy link
Contributor

[ART PR BUILD NOTIFIER]

Distgit: cluster-network-operator
This PR has been included in build cluster-network-operator-container-v4.21.0-202508242156.p0.g2b0fd30.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. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. ¯\_(ツ)_/¯ ¯\\\_(ツ)_/¯
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants