You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The telemetrygen github actions build consists in cross-compiling and creating Docker images for different archs. The issue is that this takes a long time because no caching is present.
It might prove a problem as we get throttled or rejected if we have too many builds, and the build itself is long (> 12 minutes).
Component(s)
cmd/telemetrygen
Describe the issue you're reporting
The telemetrygen github actions build consists in cross-compiling and creating Docker images for different archs. The issue is that this takes a long time because no caching is present.
It might prove a problem as we get throttled or rejected if we have too many builds, and the build itself is long (> 12 minutes).
Example:
https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/7732736868/job/21083320048?pr=30518
The text was updated successfully, but these errors were encountered: