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

NVIDIA / holodeck / 22970874947
50%

Build:
DEFAULT BRANCH: main
Ran 11 Mar 2026 07:37PM UTC
Jobs 1
Files 37
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

11 Mar 2026 07:34PM UTC coverage: 49.7% (+0.03%) from 49.674%
22970874947

push

github

web-flow
fix: remove local kubeadm config cleanup that races in cluster mode (#718)

PR #717 added os.Remove() after SCP to clean up the local kubeadm
config file. In cluster mode, provisionBaseOnAllNodes() provisions
all nodes in parallel — each goroutine calls createKubeAdmConfig()
with the same env.Name. When one node deletes the file after SCP,
other nodes fail trying to open the same path.

Remove the cleanup since os.WriteFile overwrites on each call and
the files are small (~1KB) in a cache directory.

Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>

2895 of 5825 relevant lines covered (49.7%)

0.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22970874947.1 11 Mar 2026 07:37PM UTC 37
49.7
GitHub Action Run
Source Files on build 22970874947
  • Tree
  • List 37
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22970874947
  • 9fc6c8bc on github
  • Prev Build on main (#22955709171)
  • Next Build on main (#23016053628)
  • Delete
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