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

rollandf / sriov-network-operator
63%
master: 63%

Build:
Build:
LAST BUILD BRANCH: karg-temp
DEFAULT BRANCH: master
Repo Added 25 Jul 2022 11:08AM UTC
Token XCzVsfgJHlDoAXiRtmOJ1Z71xUEDMOzri regen
Build 132 Last
Files 107
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

LAST BUILD ON BRANCH karg-temp
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • CVE-2021-20206
  • CVE-2022-1996
  • CVE-2022-3064
  • add-u
  • add-u-br
  • baseimage
  • baseimage25.10
  • bridgesecure
  • ci-base-branch
  • ci-pr-branch
  • ci-pr-branch-back
  • ci-pr-title
  • daemonresult
  • delete
  • dependabot/docker/golang-1.25
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/labeler-6
  • dependabot/github_actions/actions/setup-go-6
  • dependabot/github_actions/actions/upload-artifact-5
  • dependabot/github_actions/azure/setup-helm-4.3.1
  • dependabot/github_actions/coverallsapp/github-action-2.3.6
  • dependabot/github_actions/coverallsapp/github-action-2.3.7
  • dependabot/github_actions/docker/build-push-action-6
  • dependabot/github_actions/docker/setup-buildx-action-3
  • dependabot/github_actions/github/codeql-action-4
  • dependabot/go_modules/general-dependencies-070606913e
  • dependabot/go_modules/general-dependencies-35e5ba6828
  • dependabot/go_modules/general-dependencies-5b87cf7aa9
  • dependabot/go_modules/general-dependencies-8e0f654415
  • dependabot/go_modules/golang.org/x/crypto-0.45.0
  • disable-plugins-helm
  • dockerarg
  • dockerargbp
  • events
  • force
  • force-backport
  • goconst
  • goproxy
  • gov-ready
  • hook-affinity
  • ignition-cve
  • karg-temp
  • labeler
  • master
  • mtu-ovs
  • nvstaging
  • oauth
  • oauth2
  • oauth3
  • otherconfigbp261
  • ovs-internal
  • securebridgeovs
  • typo
  • updates-26.1.x
  • webhookport

15 Jan 2026 12:29PM UTC coverage: 62.991% (-0.05%) from 63.038%
21031322485

push

github

rollandf
daemon: fix kernel argument management and logging errors

This commit addresses several issues in the sriov-network-config-daemon
relating to host configuration management and observability.

1. Fix kargs.sh for read-only root filesystems:
   The daemon now uses the host's /tmp directory (via chroot) for temporary
   workspace files. This allows the script to function correctly when the
   container is deployed with 'readOnlyRootFilesystem: true', which previously
   caused 'cp' and 'grep' failures.

2. Fix logging serialization bug:
   Updated NodeReconciler to correctly call the Name() method of the main
   plugin when logging errors. Previously, passing the function pointer directly
   caused "json: unsupported type: func() string" errors, masking the actual
   reconciliation failures.

Signed-off-by: Fred Rolland <frolland@nvidia.com>

0 of 1 new or added line in 1 file covered. (0.0%)

8 existing lines in 3 files now uncovered.

9402 of 14926 relevant lines covered (62.99%)

0.7 hits per line

Relevant lines Covered
Build:
Build:
14926 RELEVANT LINES 9402 COVERED LINES
0.7 HITS PER LINE
Source Files on master
  • Tree
  • List 107
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21031322485 karg-temp daemon: fix kernel argument management and logging errors This commit addresses several issues in the sriov-network-config-daemon relating to host configuration management and observability. 1. Fix kargs.sh for read-only root filesystems: The... push 15 Jan 2026 12:39PM UTC rollandf github
62.99
21031217792 karg-temp daemon: fix kernel argument management and logging errors This commit addresses several issues in the sriov-network-config-daemon relating to host configuration management and observability. 1. Fix kargs.sh for read-only root filesystems: The... push 15 Jan 2026 12:35PM UTC rollandf github
63.04
21030842510 karg-temp daemon: fix kernel argument management and logging errors This commit addresses several issues in the sriov-network-config-daemon relating to host configuration management and observability. 1. Fix kargs.sh for read-only root filesystems: The... push 15 Jan 2026 12:21PM UTC rollandf github
62.9
21030782016 karg-temp daemon: fix kernel argument management and logging errors This commit addresses several issues in the sriov-network-config-daemon relating to host configuration management and observability. 1. Fix kargs.sh for read-only root filesystems: The... push 15 Jan 2026 12:19PM UTC rollandf github
62.7
20716592262 daemonresult fix: check for sriov result file in systemd mode If the result file doesn't exist but the systemd service is enabled, the sriovResultExists == true. Fix this logic by checking if the result actually exists Author: Alexander Maslennikov <amaslenn... push 05 Jan 2026 01:27PM UTC rollandf github
63.43
20715162908 gov-ready feat: Make SR-IOV Network Operator working in STIG-Enabled Kubernetes Cluster Signed-off-by: Ivan Kolodiazhnyi <ikolodiazhny@nvidia.com> push 05 Jan 2026 12:28PM UTC rollandf github
63.22
20714838163 gov-ready feat: Make SR-IOV Network Operator working in STIG-Enabled Kubernetes Cluster Signed-off-by: Ivan Kolodiazhnyi <ikolodiazhny@nvidia.com> push 05 Jan 2026 12:15PM UTC rollandf github
63.15
20638858743 hook-affinity fix: add toleration and node affinitiy to helm hook Signed-off-by: Fred Rolland <frolland@nvidia.com> push 01 Jan 2026 01:01PM UTC rollandf github
63.18
20592535667 gov-ready feat: Make SR-IOV Network Operator working in STIG-Enabled Kubernetes Cluster Signed-off-by: Ivan Kolodiazhnyi <ikolodiazhny@nvidia.com> push 30 Dec 2025 08:51AM UTC rollandf github
63.26
20591794574 gov-ready feat: Make SR-IOV Network Operator working in STIG-Enabled Kubernetes Cluster Signed-off-by: Ivan Kolodiazhnyi <ikolodiazhny@nvidia.com> push 30 Dec 2025 08:05AM UTC rollandf github
63.23
See All Builds (119)

Badge your Repo: sriov-network-operator

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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