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

kubeovn / kube-ovn / 25545906245
25%

Build:
DEFAULT BRANCH: master
Ran 08 May 2026 08:39AM UTC
Jobs 1
Files 211
Run time 1min
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 08:37AM UTC coverage: 24.895% (-0.004%) from 24.899%
25545906245

push

github

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

* 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.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>

* 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.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Mengx... (continued)

14196 of 57023 relevant lines covered (24.9%)

0.29 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
74.6
-0.53% pkg/ovs/ovn-nb-logical_router_route.go
Jobs
ID Job ID Ran Files Coverage
1 25545906245.1 08 May 2026 08:39AM UTC 211
24.9
GitHub Action Run
Source Files on build 25545906245
  • Tree
  • List 211
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • ec8b2801 on github
  • Prev Build on master (#25472384490)
  • Next Build on master (#25549397845)
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