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

elastic / cloudbeat / 28804375765
76%

Build:
DEFAULT BRANCH: main
Ran 06 Jul 2026 04:06PM UTC
Jobs 1
Files 235
Run time 2min
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

06 Jul 2026 03:30PM UTC coverage: 75.771% (-0.03%) from 75.802%
28804375765

push

github

web-flow
Enrich get build info lin (#7178)

### Summary of your changes

get_build_info() resolves the Elastic build ID for a given stack version
from the artifact server. On failure it previously swallowed the error
and returned an empty string, which produced a malformed agent download
URL (missing the build ID).

get_build_info() now raises a clear, actionable RuntimeError instead of
returning "", and the message lists the versions currently published on
the Elastic artifacts API so the fix is obvious:

```
RuntimeError: Could not resolve build info for '9.4.0-SNAPSHOT' (status 404 from
https://snapshots.elastic.co/latest/9.4.0-SNAPSHOT.json). The version is likely not
published on Elastic's artifact servers — check CLOUDBEAT_VERSION/ELK_VERSION in
bin/hermit.hcl. Available versions: [..., '9.5.0-SNAPSHOT']
```

- Added get_available_versions() helper that queries
https://artifacts-api.elastic.co/v1/versions (fails soft — logs a
warning and returns [] if the list can't be fetched, so it never masks
the primary error).
- Added the ARTIFACTS_API_VERSIONS_URL constant.

9726 of 12836 relevant lines covered (75.77%)

16.44 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
82.74
-1.3% internal/resources/providers/gcplib/inventory/provider.go
Jobs
ID Job ID Ran Files Coverage
1 28804375765.1 06 Jul 2026 04:06PM UTC 235
75.77
GitHub Action Run
Source Files on build 28804375765
  • Tree
  • List 235
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 81331680 on github
  • Prev Build on gh-readonly-queue/main/pr-7184-7bbb19e550dc846678b17dd746848dd56b7dc946 (#28796306233)
  • Next Build on main (#28807952425)
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