-
Notifications
You must be signed in to change notification settings - Fork 735
infra: fix for benchmark CI #4723
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@trask we recently changed the runner for benchmark to use the runner oracle-bare-metal-64cpu-512gb-x86-64
, but CI is saying there's no space left on the disk. Are we doing something wrong here?
I think this is fixed now: open-telemetry/community#2927 it's now failing for a different reason, similar to Java: open-telemetry/opentelemetry-java#7578 |
Thank you for the quick fix. Will try Let's see if it works now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this PR still needed after Trasks's comment or was that regarding a previous failure?
@aabmass Yes. It's failing in the main branch because the setup-python action is not working on this runner. |
Even after #4721 benchmark CI is failing. Fix that.
https://github.com/open-telemetry/opentelemetry-python/actions/runs/16969028303/job/48100647263