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

run-llama / llama-agents / 24473178911
77%

Build:
DEFAULT BRANCH: main
Ran 15 Apr 2026 07:10PM UTC
Jobs 8
Files 252
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

15 Apr 2026 07:09PM UTC coverage: 74.012% (-1.4%) from 75.362%
24473178911

push

github

web-flow
perf(ci): tune buildx GHA cache for docker publish jobs (#547)

The publish workflow's docker-build step for the operator image was
spending ~2 minutes of every run exporting cache to GHA (per build
log: `sending cache export 88.3s done`, total step 3m37s). The
`golang:1.24` base + builder-stage layers were being uploaded to GHA
cache on every push because `cache-to` was hardcoded to `mode=max`.

Changes:
- Add `cacheMode` to `DockerConfig` (defaults to `max` — the Python
  images still benefit from caching every intermediate stage).
- Plumb it through `DockerBuildAction` and into the `--cache-to`
  flag in `_execute_docker_build`.
- Always emit `compression=zstd` and `ignore-error=true` on the
  cache-to directive: smaller blobs to upload, and a flaky cache
  push no longer fails a build whose image is already on the registry.
- Set `"cacheMode": "min"` on `operator/package.json`. The operator
  is a tiny static Go binary in distroless; caching the golang base
  + module download layers costs more upload time than the rebuild
  saves.

Co-authored-by: Claude <noreply@anthropic.com>

16492 of 22283 relevant lines covered (74.01%)

0.74 hits per line

Coverage Regressions

Lines Coverage ∆ File
48
84.41
0.32% dev_cli/changesets.py
5
76.8
-1.13% packages/llama-index-workflows/src/workflows/runtime/control_loop.py
Jobs
ID Job ID Ran Files Coverage
1 llama-agents-dev - 24473178911.1 15 Apr 2026 07:10PM UTC 11
79.92
GitHub Action Run
2 llama-agents-integration-tests - 24473178911.2 15 Apr 2026 07:10PM UTC 91
67.22
GitHub Action Run
3 llama-agents-appserver - 24473178911.3 15 Apr 2026 07:10PM UTC 17
80.79
GitHub Action Run
4 llama-agents-dbos - 24473178911.4 15 Apr 2026 07:10PM UTC 11
68.77
GitHub Action Run
5 llamactl - 24473178911.5 15 Apr 2026 07:10PM UTC 45
67.83
GitHub Action Run
6 llama-agents-control-plane - 24473178911.6 15 Apr 2026 07:10PM UTC 31
73.03
GitHub Action Run
7 llama-index-utils-workflow - 24473178911.7 15 Apr 2026 07:10PM UTC 1
70.78
GitHub Action Run
8 llama-index-workflows - 24473178911.8 15 Apr 2026 07:10PM UTC 45
92.57
GitHub Action Run
Source Files on build 24473178911
  • Tree
  • List 252
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24473178911
  • e9bf27bc on github
  • Prev Build on main (#24470104719)
  • Next Build on main (#24474234637)
  • 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