Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cmd/telemetrygen] telemetrygen build takes too long and doesn't use caching #30933

Closed
atoulme opened this issue Jan 31, 2024 · 1 comment · Fixed by #30989
Closed

[cmd/telemetrygen] telemetrygen build takes too long and doesn't use caching #30933

atoulme opened this issue Jan 31, 2024 · 1 comment · Fixed by #30989
Labels
ci-cd CI, CD, testing, build issues cmd/telemetrygen telemetrygen command

Comments

@atoulme
Copy link
Contributor

atoulme commented Jan 31, 2024

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

@github-actions github-actions bot added the cmd/telemetrygen telemetrygen command label Jan 31, 2024
Copy link
Contributor

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@TylerHelmuth TylerHelmuth added the ci-cd CI, CD, testing, build issues label Jan 31, 2024
vincentfree pushed a commit to vincentfree/opentelemetry-collector-contrib that referenced this issue Feb 5, 2024
mx-psi pushed a commit that referenced this issue Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-cd CI, CD, testing, build issues cmd/telemetrygen telemetrygen command
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants