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

elastic / cloudbeat / 28490636855
49%
main: 76%

Build:
Build:
LAST BUILD BRANCH: 8.19
DEFAULT BRANCH: main
Ran 01 Jul 2026 03:21AM UTC
Jobs 1
Files 312
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

01 Jul 2026 02:46AM UTC coverage: 49.326% (+0.01%) from 49.315%
28490636855

push

github

web-flow
[8.19] Align beats-bump automation config (#6730)

### What
Switch the updatecli beats config on `8.19` to the file-edit-only form
used by the `bump-beats-version.yml` workflow, so the `update-beats
(8.19)` job stops failing at config load.

### Why
The `update-beats` workflow (on `main`) checks out each active branch
and runs `updatecli apply --config
.ci/updatecli/updatecli.d/update-beats.yml`. That config is read from
the **checked-out branch**, but `8.19` still had the old config
(`requiredEnv "GIT_BRANCH"` + `scms`/`actions`), while the new workflow
sets `BRANCH_NAME` and runs `--commit=false`:

```
template: cfg:3:32: executing "cfg" at <requiredEnv "GIT_BRANCH">: error calling requiredEnv: no value found for environment variable GIT_BRANCH
```

### How
- **`.ci/updatecli/updatecli.d/update-beats.yml`**: replace with the
`BRANCH_NAME` / `--commit=false` config the new workflow expects.
- **`.github/workflows/updatecli.yml`**: remove `beats` from the
matrices (now owned by the dedicated workflow).

### Scope note (deliberately config-only)
This PR does **not** include the `elastic/beats` version bump. Unlike
`9.3`/`9.4`, bumping beats on `8.19` pulls `elastic-agent-libs` up to
`v0.43.1`, which removes the global observer logging API
(`logp.ToObserverOutput` / `logp.ObserverLogs()`) still used across ~22
sites in 6 test files on `8.19`. That requires backporting the
`logptest.NewTestingLoggerWithObserver` migration (already done on
`9.3`/`main`) and is best handled as a separate, deliberate change. With
this config fix in place, the automation can run; the resulting bump PR
will need that migration before it goes green.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

13751 of 27878 relevant lines covered (49.33%)

9.44 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
84.59
0.98% internal/resources/providers/gcplib/inventory/provider.go
Jobs
ID Job ID Ran Files Coverage
1 28490636855.1 01 Jul 2026 03:21AM UTC 312
49.33
GitHub Action Run
Source Files on build 28490636855
  • Tree
  • List 312
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • b8b5f11e on github
  • Prev Build on gh-readonly-queue/8.19/pr-6934-a97a72876c2e3193af960c24d793938a0c2c30f8 (#28468973366)
  • Next Build on 8.19 (#28503351323)
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