• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubeovn / kube-ovn / 25549642449 / 1
24%
master: 25%

Build:
Build:
LAST BUILD BRANCH: renovate/master-golang
DEFAULT BRANCH: master
Ran 08 May 2026 10:09AM UTC
Files 202
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 May 2026 10:04AM UTC coverage: 23.764% (+0.004%) from 23.76%
25549642449.1

push

github

web-flow
fix(image): rebase OVN patches for branch-25.03 ARP/ND localnet rename (#6707) (#6708)

* fix(image): rebase OVN patches for branch-25.03 ARP/ND localnet rename

Upstream OVN commit 95286d6 ("northd: Enable ARP/ND responder for
localnet-sourced requests") on branch-25.03 renamed
build_lswitch_arp_nd_responder_skip_local() to
build_lswitch_from_localnet_op() in northd/northd.c around line 18034.
That broke two of our patches whose hunks used the old function name as
context, causing every Build x86 Image run since 2026-05-06 to fail
with "patch failed: northd/northd.c:18034 / patch does not apply".

Update the two affected patches (e889d46... and a297b840...) to:
- use build_lswitch_from_localnet_op as the context line
- realign hunk line numbers to the current branch-25.03 state

Verified by applying all 17 patches in Dockerfile.base order against a
fresh `git clone -b branch-25.03 --depth=1` of ovn.git.




* ci(build-x86-image): trigger base rebuild when OVN patches change

The Build kube-ovn-base job is gated by a path filter that lists only
Dockerfile.base, OpenBFDD-compile.patch and go-deps/*.sh as triggers.
Files under dist/images/patches/ — the OVN/OVS source patches that
Dockerfile.base applies via `git apply` — were not listed, so PRs that
only updated those patches (like the previous commit) were treated as
no-ops by CI: setup-buildx, setup-go, "Build kube-ovn-base image" and
the artifact upload all got skipped, the job returned success in ~5s,
and the actual breakage (or fix) was never exercised.

Add the dist/images/patches/ prefix to the on_changes list so any
change under that directory rebuilds the base image. The list uses
`grep -Ff`, so the trailing slash is enough to match every file in
the directory without false positives elsewhere.




* ci(build-x86-image): trigger dpdk-base rebuild when OVN patches change

Dockerfile.base-dpdk also clones OVN branch-25.03 and applies the same
patches under dist/images/patches/, so it has the sam... (continued)

12981 of 54625 relevant lines covered (23.76%)

0.28 hits per line

Source Files on job 25549642449.1
  • Tree
  • List 202
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25549642449
  • c0bee127 on github
  • Prev Job for on release-1.15 (#24831453396.1)
  • Next Job for on release-1.15 (#25556354951.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc