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

kubeovn / kube-ovn / 25545966192
25%
master: 25%

Build:
Build:
LAST BUILD BRANCH: release-1.15
DEFAULT BRANCH: master
Ran 08 May 2026 08:43AM UTC
Jobs 1
Files 206
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:38AM UTC coverage: 24.595% (+0.004%) from 24.591%
25545966192

push

github

oilbeater
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)

13842 of 56280 relevant lines covered (24.59%)

0.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25545966192.1 08 May 2026 08:43AM UTC 206
24.59
GitHub Action Run
Source Files on build 25545966192
  • Tree
  • List 206
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a8f44752 on github
  • Prev Build on release-1.16 (#24883482800)
  • Next Build on release-1.16 (#25556364281)
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