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

NVIDIA / holodeck / 23493993388
48%

Build:
DEFAULT BRANCH: main
Ran 24 Mar 2026 02:20PM UTC
Jobs 1
Files 38
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

24 Mar 2026 02:12PM UTC coverage: 56.313% (+0.5%) from 55.859%
23493993388

push

github

web-flow
fix: wait for NAT Gateway available state before creating routes (#735)

* fix: wait for NAT Gateway to reach available state before creating routes

CreateNatGateway returns immediately with a pending NAT Gateway ID.
Using this ID in CreateRoute before the NAT GW is available causes
InvalidNatGatewayID.NotFound errors, breaking all cluster deployments.

Poll DescribeNatGateways until state transitions to available (or
failed) before returning from createNATGateway. This matches the
existing pattern in deleteNATGateway which polls for deleted state.

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

* fix: remove public IP assertion for cluster nodes in private subnet

In the production cluster topology all nodes are in the private subnet
and do not have public IPs. The E2E test was asserting PublicIP is
non-empty for all nodes, which fails by design. Only PrivateIP is
guaranteed.

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

* fix: wire SSM transport for private-subnet cluster nodes

Cluster nodes in private subnets have no public IP, so SSH connections
must go through SSM port-forwarding. The E2E test and GetClusterHealth
were building NodeInfo without setting the Transport field, causing SSH
to attempt direct connection to an empty host.

Wire SSMTransport for nodes with no PublicIP, matching the production
code path in buildClusterNodeInfoList.

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

* fix: place cluster instances in public subnet with public IPs

The private subnet topology (PR #728) moved cluster instances behind
a NAT GW, but SSM infrastructure (IAM instance profiles) was never
set up, making SSH connections impossible. Revert instances to the
public subnet with AssociatePublicIpAddress=true so they are directly
reachable via SSH. The NAT GW + NLB infrastructure remains in place
for future SSM migration.

Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.c... (continued)

93 of 126 new or added lines in 4 files covered. (73.81%)

3724 of 6613 relevant lines covered (56.31%)

0.63 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
88.0
-0.18% pkg/provider/aws/create.go
6
59.54
1.01% pkg/provider/aws/cluster.go
6
0.0
0.0% pkg/testutil/mocks/aws.go
17
52.57
3.95% pkg/provider/aws/delete.go
Jobs
ID Job ID Ran Files Coverage
1 23493993388.1 24 Mar 2026 02:20PM UTC 38
56.31
GitHub Action Run
Source Files on build 23493993388
  • Tree
  • List 38
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23493993388
  • 1963bf24 on github
  • Prev Build on main (#23291519604)
  • Next Build on main (#23494167457)
  • 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