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

NVIDIA / gpu-operator / 22121274427
26%
main: 28%

Build:
Build:
LAST BUILD BRANCH: pull-request/2160
DEFAULT BRANCH: main
Ran 18 Feb 2026 12:28AM UTC
Jobs 1
Files 53
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

10 Feb 2026 05:07PM UTC coverage: 26.115% (-0.007%) from 26.122%
22121274427

push

github

smalleni
[Perf] Update labelGPUNodes() to reset updateLabels inside loop

As a golden rule of performance, we should never do work that is not necessary.
In the current implementation where updateLabels is declared outside the for loop,
if updateLabels becomes true for the first node in a large GPU cluster, it triggers
a PATCH request to the API for every subsequent node even when not necessary. This
maybe a cheap call but we should never do work that is not necessary. Moving updateLabels
inside of the for loop, reduces APi calls and load, along with improving reconcilliation time.

Signed-off-by: Sai Sindhur Malleni <smalleni@nvidia.com>

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

3108 of 11901 relevant lines covered (26.12%)

0.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22121274427.1 18 Feb 2026 12:28AM UTC 106
26.12
GitHub Action Run
Source Files on build 22121274427
  • Tree
  • List 53
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22121274427
  • 77e5883a on github
  • Prev Build on main (#21847301630)
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