Skip to content

OCPBUGS-87977: Bump github.com/containernetworking/cni v0.8.0 -> v1.3.0#3031

Open
asood-rh wants to merge 1 commit into
openshift:masterfrom
asood-rh:ocpbugs-87977
Open

OCPBUGS-87977: Bump github.com/containernetworking/cni v0.8.0 -> v1.3.0#3031
asood-rh wants to merge 1 commit into
openshift:masterfrom
asood-rh:ocpbugs-87977

Conversation

@asood-rh

@asood-rh asood-rh commented Jun 15, 2026

Copy link
Copy Markdown

Fixes CVE-2021-20206 (path traversal in CNI plugin FindInPath).
CNO only uses cnitypes.Route and cnitypes.DNS from pkg/types and
never calls the vulnerable functions, but the module is compiled
into the binary and scanners correctly flag it.

v1.3.0 is the version standardized across the OpenShift networking
ecosystem (multus-cni, sriov-cni, ovn-kubernetes, etc.).

Tested the fix.
make build

fatal: No names found, cannot describe anything.
fatal: No names found, cannot describe anything.
fatal: No names found, cannot describe anything.
go build -mod=vendor -trimpath -ldflags "-X github.com/openshift/cluster-network-operator/pkg/version.versionFromGit="v0.0.0-unknown-6dc18040e" -X github.com/openshift/cluster-network-operator/pkg/version.commitFromGit="6dc18040e" -X github.com/openshift/cluster-network-operator/pkg/version.gitTreeState="dirty" -X github.com/openshift/cluster-network-operator/pkg/version.buildDate="2026-06-15T17:18:32Z" " github.com/openshift/cluster-network-operator/cmd/cluster-network-check-endpoints
go build -mod=vendor -trimpath -ldflags "-X github.com/openshift/cluster-network-operator/pkg/version.versionFromGit="v0.0.0-unknown-6dc18040e" -X github.com/openshift/cluster-network-operator/pkg/version.commitFromGit="6dc18040e" -X github.com/openshift/cluster-network-operator/pkg/version.gitTreeState="dirty" -X github.com/openshift/cluster-network-operator/pkg/version.buildDate="2026-06-15T17:18:32Z" " github.com/openshift/cluster-network-operator/cmd/cluster-network-check-target
go build -mod=vendor -trimpath -ldflags "-X github.com/openshift/cluster-network-operator/pkg/version.versionFromGit="v0.0.0-unknown-6dc18040e" -X github.com/openshift/cluster-network-operator/pkg/version.commitFromGit="6dc18040e" -X github.com/openshift/cluster-network-operator/pkg/version.gitTreeState="dirty" -X github.com/openshift/cluster-network-operator/pkg/version.buildDate="2026-06-15T17:18:32Z" " github.com/openshift/cluster-network-operator/cmd/cluster-network-operator

make test

 make test
go test -mod=vendor -race ./pkg/... ./cmd/... 
?   	github.com/openshift/cluster-network-operator/pkg/apis/network/v1	[no test files]
ok  	github.com/openshift/cluster-network-operator/pkg/apply	2.035s
?   	github.com/openshift/cluster-network-operator/pkg/bootstrap	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/client	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/client/fake	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/cmd/checkendpoints	[no test files]
ok  	github.com/openshift/cluster-network-operator/pkg/cmd/checkendpoints/controller	1.295s
ok  	github.com/openshift/cluster-network-operator/pkg/cmd/checkendpoints/operatorcontrolplane/podnetworkconnectivitycheck/v1alpha1helpers	1.021s
?   	github.com/openshift/cluster-network-operator/pkg/cmd/checkendpoints/trace	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/controller	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/controller/allowlist	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/controller/clusterconfig	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/controller/configmap_ca_injector	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/controller/connectivitycheck	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/controller/dashboards	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/controller/egress_router	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/controller/eventrecorder	[no test files]
ok  	github.com/openshift/cluster-network-operator/pkg/controller/infrastructureconfig	1.111s
ok  	github.com/openshift/cluster-network-operator/pkg/controller/ingressconfig	1.825s
ok  	github.com/openshift/cluster-network-operator/pkg/controller/operconfig	1.614s
?   	github.com/openshift/cluster-network-operator/pkg/controller/pki	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/controller/proxyconfig	[no test files]
ok  	github.com/openshift/cluster-network-operator/pkg/controller/signer	2.051s
ok  	github.com/openshift/cluster-network-operator/pkg/controller/statusmanager	4.760s
ok  	github.com/openshift/cluster-network-operator/pkg/hypershift	1.023s
?   	github.com/openshift/cluster-network-operator/pkg/names	[no test files]
ok  	github.com/openshift/cluster-network-operator/pkg/network	16.538s
?   	github.com/openshift/cluster-network-operator/pkg/operator	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/platform	[no test files]
ok  	github.com/openshift/cluster-network-operator/pkg/render	1.033s
?   	github.com/openshift/cluster-network-operator/pkg/util	[no test files]
ok  	github.com/openshift/cluster-network-operator/pkg/util/ip	1.021s
?   	github.com/openshift/cluster-network-operator/pkg/util/ipsec	[no test files]
ok  	github.com/openshift/cluster-network-operator/pkg/util/k8s	1.057s
?   	github.com/openshift/cluster-network-operator/pkg/util/machineconfig	[no test files]
ok  	github.com/openshift/cluster-network-operator/pkg/util/proxyconfig	1.019s
ok  	github.com/openshift/cluster-network-operator/pkg/util/validation	1.017s
ok  	github.com/openshift/cluster-network-operator/pkg/version	1.020s
?   	github.com/openshift/cluster-network-operator/cmd/cluster-network-check-endpoints	[no test files]
?   	github.com/openshift/cluster-network-operator/cmd/cluster-network-check-target	[no test files]
?   	github.com/openshift/cluster-network-operator/cmd/cluster-network-operator	[no test files]

Verified the update

 go version -m cluster-network-operator | grep containernetworking
	dep	github.com/containernetworking/cni	v1.3.0	

Summary by CodeRabbit

Release Notes

  • Chores
    • Updated project dependencies to improve stability and compatibility.

  Fixes CVE-2021-20206 (path traversal in CNI plugin FindInPath).
  CNO only uses cnitypes.Route and cnitypes.DNS from pkg/types and
  never calls the vulnerable functions, but the module is compiled
  into the binary and scanners correctly flag it.

  v1.3.0 is the version standardized across the OpenShift networking
  ecosystem (multus-cni, sriov-cni, ovn-kubernetes, etc.).

Signed-off-by: Arti Sood <asood@redhat.com>
@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 Jun 15, 2026
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@asood-rh: This pull request references Jira Issue OCPBUGS-87977, which is invalid:

  • expected the bug to target the "5.0.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.

Details

In response to this:

Fixes CVE-2021-20206 (path traversal in CNI plugin FindInPath).
CNO only uses cnitypes.Route and cnitypes.DNS from pkg/types and
never calls the vulnerable functions, but the module is compiled
into the binary and scanners correctly flag it.

v1.3.0 is the version standardized across the OpenShift networking
ecosystem (multus-cni, sriov-cni, ovn-kubernetes, etc.).

Tested the fix.
make build

fatal: No names found, cannot describe anything.
fatal: No names found, cannot describe anything.
fatal: No names found, cannot describe anything.
go build -mod=vendor -trimpath -ldflags "-X github.com/openshift/cluster-network-operator/pkg/version.versionFromGit="v0.0.0-unknown-6dc18040e" -X github.com/openshift/cluster-network-operator/pkg/version.commitFromGit="6dc18040e" -X github.com/openshift/cluster-network-operator/pkg/version.gitTreeState="dirty" -X github.com/openshift/cluster-network-operator/pkg/version.buildDate="2026-06-15T17:18:32Z" " github.com/openshift/cluster-network-operator/cmd/cluster-network-check-endpoints
go build -mod=vendor -trimpath -ldflags "-X github.com/openshift/cluster-network-operator/pkg/version.versionFromGit="v0.0.0-unknown-6dc18040e" -X github.com/openshift/cluster-network-operator/pkg/version.commitFromGit="6dc18040e" -X github.com/openshift/cluster-network-operator/pkg/version.gitTreeState="dirty" -X github.com/openshift/cluster-network-operator/pkg/version.buildDate="2026-06-15T17:18:32Z" " github.com/openshift/cluster-network-operator/cmd/cluster-network-check-target
go build -mod=vendor -trimpath -ldflags "-X github.com/openshift/cluster-network-operator/pkg/version.versionFromGit="v0.0.0-unknown-6dc18040e" -X github.com/openshift/cluster-network-operator/pkg/version.commitFromGit="6dc18040e" -X github.com/openshift/cluster-network-operator/pkg/version.gitTreeState="dirty" -X github.com/openshift/cluster-network-operator/pkg/version.buildDate="2026-06-15T17:18:32Z" " github.com/openshift/cluster-network-operator/cmd/cluster-network-operator

make test

make test
go test -mod=vendor -race ./pkg/... ./cmd/... 
?   	github.com/openshift/cluster-network-operator/pkg/apis/network/v1	[no test files]
ok  	github.com/openshift/cluster-network-operator/pkg/apply	2.035s
?   	github.com/openshift/cluster-network-operator/pkg/bootstrap	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/client	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/client/fake	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/cmd/checkendpoints	[no test files]
ok  	github.com/openshift/cluster-network-operator/pkg/cmd/checkendpoints/controller	1.295s
ok  	github.com/openshift/cluster-network-operator/pkg/cmd/checkendpoints/operatorcontrolplane/podnetworkconnectivitycheck/v1alpha1helpers	1.021s
?   	github.com/openshift/cluster-network-operator/pkg/cmd/checkendpoints/trace	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/controller	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/controller/allowlist	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/controller/clusterconfig	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/controller/configmap_ca_injector	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/controller/connectivitycheck	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/controller/dashboards	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/controller/egress_router	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/controller/eventrecorder	[no test files]
ok  	github.com/openshift/cluster-network-operator/pkg/controller/infrastructureconfig	1.111s
ok  	github.com/openshift/cluster-network-operator/pkg/controller/ingressconfig	1.825s
ok  	github.com/openshift/cluster-network-operator/pkg/controller/operconfig	1.614s
?   	github.com/openshift/cluster-network-operator/pkg/controller/pki	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/controller/proxyconfig	[no test files]
ok  	github.com/openshift/cluster-network-operator/pkg/controller/signer	2.051s
ok  	github.com/openshift/cluster-network-operator/pkg/controller/statusmanager	4.760s
ok  	github.com/openshift/cluster-network-operator/pkg/hypershift	1.023s
?   	github.com/openshift/cluster-network-operator/pkg/names	[no test files]
ok  	github.com/openshift/cluster-network-operator/pkg/network	16.538s
?   	github.com/openshift/cluster-network-operator/pkg/operator	[no test files]
?   	github.com/openshift/cluster-network-operator/pkg/platform	[no test files]
ok  	github.com/openshift/cluster-network-operator/pkg/render	1.033s
?   	github.com/openshift/cluster-network-operator/pkg/util	[no test files]
ok  	github.com/openshift/cluster-network-operator/pkg/util/ip	1.021s
?   	github.com/openshift/cluster-network-operator/pkg/util/ipsec	[no test files]
ok  	github.com/openshift/cluster-network-operator/pkg/util/k8s	1.057s
?   	github.com/openshift/cluster-network-operator/pkg/util/machineconfig	[no test files]
ok  	github.com/openshift/cluster-network-operator/pkg/util/proxyconfig	1.019s
ok  	github.com/openshift/cluster-network-operator/pkg/util/validation	1.017s
ok  	github.com/openshift/cluster-network-operator/pkg/version	1.020s
?   	github.com/openshift/cluster-network-operator/cmd/cluster-network-check-endpoints	[no test files]
?   	github.com/openshift/cluster-network-operator/cmd/cluster-network-check-target	[no test files]
?   	github.com/openshift/cluster-network-operator/cmd/cluster-network-operator	[no test files]

Verified the update

go version -m cluster-network-operator | grep containernetworking
  dep	github.com/containernetworking/cni	v1.3.0	

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.

@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Walkthrough

go.mod receives two version bumps: the direct dependency github.com/containernetworking/cni is upgraded from v0.8.0 to v1.3.0, and the indirect dependency github.com/vishvananda/netns is updated from a dated pseudo-version to v0.0.4.

Changes

Dependency Version Bumps

Layer / File(s) Summary
Bump containernetworking/cni and vishvananda/netns
go.mod
github.com/containernetworking/cni upgraded from v0.8.0 to v1.3.0 (direct); github.com/vishvananda/netns updated from v0.0.0-20200728191858-db3c7e526aae to v0.0.4 (indirect).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: bumping the containernetworking/cni dependency from v0.8.0 to v1.3.0, which is the primary objective of this PR.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed This PR only updates go.mod dependencies (containernetworking/cni v0.8.0→v1.3.0 and vishvananda/netns). It contains no Ginkgo tests (verified: all 33+ test files use standard Go testing.T). The che...
Test Structure And Quality ✅ Passed PR is a dependency version bump (containernetworking/cni v0.8.0→v1.3.0) with no changes to project's own Ginkgo test code. Check is not applicable.
Microshift Test Compatibility ✅ Passed PR only updates go.mod/go.sum for CVE fix; adds unit test files (not e2e), but contains no new Ginkgo tests (It/Describe/Context patterns), so MicroShift check is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This PR only updates go.mod dependencies (CNI from v0.8.0 to v1.3.0) to fix CVE-2021-20206. No new Ginkgo e2e tests are added, so SNO test compatibility check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed PR only updates go.mod/go.sum dependencies (containernetworking/cni v0.8.0→v1.3.0). No deployment manifests, operator code, or controllers were added/modified, so topology-aware scheduling check is...
Ote Binary Stdout Contract ✅ Passed This repository contains production Kubernetes operator binaries (cluster-network-operator, check-endpoints, check-target), not OTE test binaries. The check is inapplicable as there are no test sui...
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No new Ginkgo e2e tests are added in this PR. The changes are dependency updates to go.mod/go.sum only (CNI v0.8.0→v1.3.0, netns updates). Check is not applicable.
No-Weak-Crypto ✅ Passed No weak cryptography algorithms (MD5, SHA1, DES, RC4, etc.), custom crypto implementations, or non-constant-time secret comparisons found in project source code. PR only updates dependency versions...
Container-Privileges ✅ Passed PR only modifies go.mod/go.sum for dependency updates; no container or K8s manifests were changed or added, making the check not applicable.
No-Sensitive-Data-In-Logs ✅ Passed No sensitive data (passwords, tokens, API keys, PII) exposed in PR logs. Changes are dependency version updates only, with safe build/test output shown in PR description.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 golangci-lint (2.12.2)

level=error msg="Running error: context loading failed: failed to load packages: failed to load packages: failed to load with go/packages: err: exit status 1: stderr: go: inconsistent vendoring in :\n\tgithub.com/Masterminds/semver@v1.5.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt\n\tgithub.com/Masterminds/sprig/v3@v3.2.3: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt\n\tgithub.com/containernetworking/cni@v1.3.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt\n\tgithub.com/ghodss/yaml@v1.0.1-0.20190212211648-25d852aebe32: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt\n\tgithub.com/go-bindata/go-bindata@v3.1.2+incompatible: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt\n\tgithub.com/onsi/gomega@v1.39.1: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt\n\tgithub.com/ope

... [truncated 17329 characters] ...

red in go.mod, but not marked as explicit in vendor/modules.txt\n\tk8s.io/gengo/v2@v2.0.0-20251215205346-5ee0d033ba5b: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt\n\tk8s.io/kms@v0.35.2: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt\n\tk8s.io/kube-aggregator@v0.35.1: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt\n\tsigs.k8s.io/randfill@v1.0.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt\n\tsigs.k8s.io/structured-merge-diff/v6@v6.3.2: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt\n\n\tTo ignore the vendor directory, use -mod=readonly or -mod=mod.\n\tTo sync the vendor directory, run:\n\t\tgo mod vendor\n"


Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🧹 Nitpick comments (1)
go.mod (1)

8-8: Missing supply-chain security practices: hash verification and artifact signing.

The go.mod file pins exact versions, which is good practice, but the review context does not mention:

  • Hash verification in go.sum: Ensure the corresponding go.sum file is updated and committed to lock transitive dependency hashes.
  • Artifact signing: OpenShift projects should validate artifacts signed with Sigstore/cosign to ensure provenance.
  • SBOM generation: Consider whether your build process generates Software Bill of Materials (SBOM) attestations for supply-chain transparency.

These are not blockers for this PR but represent operational hardening for supply-chain security.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@go.mod` at line 8, Ensure supply-chain security practices are in place for
the containernetworking/cni v1.3.0 dependency addition. First, verify that the
corresponding go.sum file is updated and committed to lock both the direct
dependency and transitive dependency hashes for containernetworking/cni v1.3.0.
Second, establish a practice to validate that artifacts from dependencies like
containernetworking/cni are signed with Sigstore/cosign to ensure provenance
authenticity. Third, configure your build process to generate Software Bill of
Materials (SBOM) attestations alongside your artifacts to provide supply-chain
transparency and traceability for downstream consumers.

Source: Coding guidelines

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@go.mod`:
- Line 8: Ensure supply-chain security practices are in place for the
containernetworking/cni v1.3.0 dependency addition. First, verify that the
corresponding go.sum file is updated and committed to lock both the direct
dependency and transitive dependency hashes for containernetworking/cni v1.3.0.
Second, establish a practice to validate that artifacts from dependencies like
containernetworking/cni are signed with Sigstore/cosign to ensure provenance
authenticity. Third, configure your build process to generate Software Bill of
Materials (SBOM) attestations alongside your artifacts to provide supply-chain
transparency and traceability for downstream consumers.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 63170045-3f62-4c96-8de1-115bc62d6c52

📥 Commits

Reviewing files that changed from the base of the PR and between 6dc1804 and c222262.

⛔ Files ignored due to path filters (11)
  • go.sum is excluded by !**/*.sum
  • vendor/github.com/containernetworking/cni/pkg/types/args.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/containernetworking/cni/pkg/types/types.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/vishvananda/netns/.golangci.yml is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/vishvananda/netns/README.md is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/vishvananda/netns/doc.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/vishvananda/netns/netns_linux.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/vishvananda/netns/netns_others.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/vishvananda/netns/nshandle_linux.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/vishvananda/netns/nshandle_others.go is excluded by !**/vendor/**, !vendor/**
  • vendor/modules.txt is excluded by !**/vendor/**, !vendor/**
📒 Files selected for processing (1)
  • go.mod

@raphaelvrosa

Copy link
Copy Markdown

/lgtm
/approve

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jun 16, 2026
@jcaamano

Copy link
Copy Markdown
Contributor

/approve

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: asood-rh, jcaamano, raphaelvrosa

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details 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 Jun 16, 2026
@asood-rh

Copy link
Copy Markdown
Author

/retest

@asood-rh

Copy link
Copy Markdown
Author

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

@asood-rh

Copy link
Copy Markdown
Author

Based on RCA retest it.

/test 5.0-upgrade-from-stable-4.22-e2e-aws-ovn-upgrade

@asood-rh

Copy link
Copy Markdown
Author

Based on RCA

/test 5.0-upgrade-from-stable-4.22-e2e-gcp-ovn-upgrade

@asood-rh

Copy link
Copy Markdown
Author

/test e2e-aws-ovn-fdp-qe

@asood-rh

Copy link
Copy Markdown
Author

Logged bug https://redhat.atlassian.net/browse/OCPBUGS-89238 for three IPSec job failures

@asood-rh

Copy link
Copy Markdown
Author

/test 5.0-upgrade-from-stable-4.22-e2e-aws-ovn-upgrade

@asood-rh

Copy link
Copy Markdown
Author

/test e2e-aws-ovn-upgrade

@asood-rh

Copy link
Copy Markdown
Author

/test e2e-aws-ovn-fdp-qe

@asood-rh

Copy link
Copy Markdown
Author

/test e2e-metal-ipi-ovn-dualstack-bgp-local-gw

@asood-rh

Copy link
Copy Markdown
Author

/test 5.0-upgrade-from-stable-4.22-e2e-gcp-ovn-upgrade

@asood-rh

Copy link
Copy Markdown
Author

/test 5.0-upgrade-from-stable-4.22-e2e-aws-ovn-upgrade

@asood-rh

Copy link
Copy Markdown
Author

/test 5.0-upgrade-from-stable-4.22-e2e-gcp-ovn-upgrade

@asood-rh

Copy link
Copy Markdown
Author

/test e2e-metal-ipi-ovn-dualstack-bgp-local-gw

@asood-rh

Copy link
Copy Markdown
Author

/verified by CI

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Jun 17, 2026
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@asood-rh: This PR has been marked as verified by CI.

Details

In response to this:

/verified by CI

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.

@asood-rh

Copy link
Copy Markdown
Author

/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 Jun 17, 2026
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@asood-rh: This pull request references Jira Issue OCPBUGS-87977, which is valid. The bug has been moved to the POST state.

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

Requesting review from QA contact:
/cc @asood-rh

Details

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.

@openshift-ci

openshift-ci Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

@openshift-ci-robot: GitHub didn't allow me to request PR reviews from the following users: asood-rh.

Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs.

Details

In response to this:

@asood-rh: This pull request references Jira Issue OCPBUGS-87977, which is valid. The bug has been moved to the POST state.

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

Requesting review from QA contact:
/cc @asood-rh

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.

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.

@asood-rh

Copy link
Copy Markdown
Author

/override ci/prow/e2e-aws-ovn-upgrade-ipsec

@openshift-ci

openshift-ci Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

@asood-rh: asood-rh unauthorized: /override is restricted to Repo administrators, approvers in top level OWNERS file, and the following github teams:openshift: openshift-release-oversight openshift-staff-engineers openshift-sustaining-engineers.

Details

In response to this:

/override ci/prow/e2e-aws-ovn-upgrade-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.

@asood-rh

asood-rh commented Jun 17, 2026

Copy link
Copy Markdown
Author

e2e-metal-ipi-ovn-dualstack-bgp-local-gw job failure RCA
https://redhat.atlassian.net/browse/DPTP-4981

This is an important distinction — the mirror server itself is not returning 403. Rather, a proxy server between the CI worker and the mirror is rejecting the HTTPS CONNECT request to openshift-mirror-list.ci-systems.workers.dev. Since curl got no data, the piped tar command failed with gzip: stdin: unexpected end of file, causing the entire step to error out.

@asood-rh

Copy link
Copy Markdown
Author

Logged bug https://redhat.atlassian.net/browse/OCPBUGS-89238 for three IPSec job failures

@kyrtapz Could you please override three jobs?
ci/prow/e2e-aws-ovn-upgrade-ipsec
ci/prow/e2e-ovn-ipsec-step-registry
ci/prow/e2e-metal-ipi-ovn-ipv6-ipsec

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD c376140 and 2 for PR HEAD c222262 in total

@asood-rh

Copy link
Copy Markdown
Author

/test e2e-metal-ipi-ovn-dualstack-bgp-local-gw

@asood-rh

Copy link
Copy Markdown
Author

/test 5.0-upgrade-from-stable-4.22-e2e-aws-ovn-upgrade

@asood-rh

Copy link
Copy Markdown
Author

/test 5.0-upgrade-from-stable-4.22-e2e-gcp-ovn-upgrade

@asood-rh

Copy link
Copy Markdown
Author

/test e2e-metal-ipi-ovn-dualstack-bgp-local-gw

@openshift-ci

openshift-ci Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

@asood-rh: 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/5.0-upgrade-from-stable-4.22-e2e-gcp-ovn-upgrade c222262 link false /test 5.0-upgrade-from-stable-4.22-e2e-gcp-ovn-upgrade
ci/prow/e2e-metal-ipi-ovn-ipv6-ipsec c222262 link true /test e2e-metal-ipi-ovn-ipv6-ipsec
ci/prow/e2e-ovn-ipsec-step-registry c222262 link true /test e2e-ovn-ipsec-step-registry
ci/prow/e2e-metal-ipi-ovn-dualstack-bgp-local-gw c222262 link true /test e2e-metal-ipi-ovn-dualstack-bgp-local-gw
ci/prow/e2e-aws-ovn-upgrade-ipsec c222262 link true /test e2e-aws-ovn-upgrade-ipsec

Full PR test history. Your PR dashboard.

Details

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.

@pperiyasamy

Copy link
Copy Markdown
Member

/testwith openshift/cluster-network-operator/master/e2e-ovn-ipsec-step-registry openshift/ovn-kubernetes#3234 openshift/ovn-kubernetes#3235

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-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. lgtm Indicates that a PR is ready to be merged. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants