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

elastic / cloudbeat / 28493635202
76%
main: 76%

Build:
Build:
LAST BUILD BRANCH: enrich-get-build-info
DEFAULT BRANCH: main
Ran 01 Jul 2026 04:46AM UTC
Jobs 1
Files 230
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 04:09AM UTC coverage: 76.236% (+0.008%) from 76.228%
28493635202

push

github

web-flow
[9.3] Update elastic/beats and align beats-bump automation (#6729)

### What
Backport the dedicated beats-bump automation to `9.3` and bump
`elastic/beats` to the latest `9.3` commit.

### 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 `9.3` still had the old config
(`requiredEnv "GIT_BRANCH"` + `scms`/`actions`), while the new workflow
sets `BRANCH_NAME` and runs `--commit=false`. So the `update-beats
(9.3)` job failed at config load:

```
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
file-edit-only config the new workflow expects.
- **`.github/workflows/updatecli.yml`**: remove `beats` from the
matrices (now owned by the dedicated workflow).
- **`go.mod`/`go.sum`**: bump to beats `9.3` tip.

No Go source changes are needed on `9.3`: the `otelconsumer` package
still exists at the old path in beats `9.3`, and `Manager.Start` already
carries `//nolint:staticcheck`.

### Verification (local, real toolchain)
- `go mod tidy`, `go build ./...` (`GOEXPERIMENT=jsonv2`), and `go vet`
on the observer-using packages → all pass.

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

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

9650 of 12658 relevant lines covered (76.24%)

16.57 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
83.06
0.33% internal/resources/providers/gcplib/inventory/provider.go
Jobs
ID Job ID Ran Files Coverage
1 28493635202.1 01 Jul 2026 04:46AM UTC 230
76.24
GitHub Action Run
Source Files on build 28493635202
  • Tree
  • List 230
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 9cd5d7c6 on github
  • Prev Build on 9.3 (#28441278605)
  • Next Build on 9.3 (#28502933442)
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