-
Notifications
You must be signed in to change notification settings - Fork 237
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
REQUEST: Repository maintenance on Benchmark Bare Metal Runners
#2331
Comments
Benchmark Bare Metal Runners
Now, the runner seems to work again. https://github.com/open-telemetry/opentelemetry-go/actions/runs/10715454343/job/29710949026 I am curious whether someone fixed the issue or the runner healed itself. |
We haven't encountered any issue like this recently. I will close this for now. Feel free to re-open if other people encounter similar issues. |
It happens again:
|
Some job is generating a lot of 1GB+ logs in the
Perhaps the collector @codeboten? |
Alternatively the TC could decide to schedule a restart every week to ensure the |
For the time being, I followed this guide and added a script that executes |
@XSAM It should be fixed now, but please reconsider running your performance job so frequently. It looks like your job takes over an hour to run. That is entirely too long to be run on ever merge to main. Remember, this is a single instance shared by all OTel projects. You should either make it run in under 15 minutes, or limit it to only run daily. |
Affected Repository
https://github.com/open-telemetry/opentelemetry-go
Requested changes
Need to investigate the
Error: No space left on device
issue of this runner while initiating jobs. https://github.com/open-telemetry/opentelemetry-go/actions/runs/10705102088/job/29682643790The runner would fail the job before doing any tasks, and the Go SIG cannot solve such a situation, as we lack the context of the running environment and don't have access to the bare metal machine.
Purpose
https://github.com/open-telemetry/opentelemetry-go needs a runnable benchmark runner to run benchmarks.
Repository Maintainers
The text was updated successfully, but these errors were encountered: