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

NVIDIA / holodeck / 29180595118
52%
main: 51%

Build:
Build:
LAST BUILD BRANCH: pull-request/856
DEFAULT BRANCH: main
Ran 12 Jul 2026 05:04AM UTC
Jobs 1
Files 84
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

12 Jul 2026 05:00AM UTC coverage: 51.879%. Remained the same
29180595118

push

github

ArangoGutierrez
fix(e2e): harden real-ssh harness against container-startup flake

PR #856's first CI run failed when a container crashed at boot: --rm
reaped the crashed container out from under installBash's blind 30x1s
retry loop, which spent 30 seconds getting daemon 404s against a
container ID that no longer existed, and no docker logs survived to
diagnose the crash.

- startSSHContainer no longer runs with --rm; DeferCleanup now uses
  'docker rm -f' (kills and removes, so no orphan is left regardless
  of which attempt succeeds).
- installBash checks 'docker inspect -f {{.State.Running}}' before
  each apk-add attempt. A non-running container fails fast with the
  inspect state and the tail of 'docker logs' instead of exhausting
  the 30x1s budget against a dead container; the same log tail is
  attached to the never-succeeded failure path too.
- Container start + installBash is now one retryable attempt
  (attemptStartSSHContainer). startSSHContainer removes a failed
  first container via 'docker rm -f' and retries once with a fresh
  container, logging a By() line so CI output shows the flake fired
  even when self-healed; a second consecutive failure surfaces the
  full inspect-state + docker-logs evidence via Fail().

Image ref, env vars, port publishing, waitForSSH, and the spec body
are unchanged.

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

6833 of 13171 relevant lines covered (51.88%)

0.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29180595118.1 12 Jul 2026 05:04AM UTC 84
51.88
GitHub Action Run
Source Files on build 29180595118
  • Tree
  • List 84
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29180595118
  • 6df9a5ab on github
  • Prev Build on pull-request/856 (#29150898618)
  • 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