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

k8snetworkplumbingwg / multus-cni / 29592661788
52%
master: 52%

Build:
Build:
LAST BUILD BRANCH: fix/conflist-del-ip-leak-fork
DEFAULT BRANCH: master
Ran 17 Jul 2026 04:50PM UTC
Jobs 1
Files 28
Run time 12s
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

pending completion
29592661788

Pull #1512

github

miheer
Bump Kubernetes to 1.36.2 and Go to 1.26

Commands run:

go get k8s.io/api@v0.36.2 k8s.io/apimachinery@v0.36.2 k8s.io/client-go@v0.36.2 k8s.io/kubelet@v0.36.2

go mod tidy

go mod vendor

go test ./cmd/cert-approver

go test ./pkg/k8sclient

go test ./pkg/checkpoint ./pkg/cmdutils ./pkg/logging

GOOS=linux make build

podman run --rm --privileged -v /Users/misalunk/go/src/github.com/k8snetworkplumbingwg/multus-cni:/workspace:Z -w /workspace -e GO111MODULE=on -e GOFLAGS="-mod=vendor -p=1" -e GOCACHE=/tmp/go-build-cache registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.26-openshift-5.0 bash -lc 'mkdir -p /etc/cni/net.d /var/lib/cni/multus/results && printf "package main\nfunc main(){}\n" > /tmp/true.go && CGO_ENABLED=0 go build -o /tmp/truebin /tmp/true.go && cp /tmp/truebin /usr/bin/true && ./hack/test-go.sh'

podman build --platform linux/arm64 --tag localhost/multus-cni:go126-thin --file images/Dockerfile .

podman build --platform linux/arm64 --tag localhost/multus-cni:go126-thick --file images/Dockerfile.thick .

podman build --platform linux/arm64 --tag localhost/multus-cni:go126-debug --file images/Dockerfile.debug .

podman build --platform linux/amd64 --tag localhost/multus-cni:go126-e2e-thin-amd64 --file images/Dockerfile .

podman build --platform linux/amd64 --tag localhost/multus-cni:go126-e2e-thick-amd64 --file images/Dockerfile.thick .

ruby -e 'require "yaml"; ARGV.each { |file| YAML.parse_file(file); puts "valid YAML: #{file}" }' .github/workflows/test.yml .github/workflows/build.yml .github/workflows/release.yml
Pull Request #1512: Bump Kubernetes dependencies to 1.36.2

2721 of 5241 relevant lines covered (51.92%)

6.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 Go- - 29592661788.1 17 Jul 2026 04:50PM UTC 28
51.92
GitHub Action Run
Source Files on build 29592661788
  • Tree
  • List 28
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #1512
  • PR Base - master (#28942808724)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc