-
Notifications
You must be signed in to change notification settings - Fork 515
ci: Benchmark fix [WIP] #2942
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
base: main
Are you sure you want to change the base?
ci: Benchmark fix [WIP] #2942
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2942 +/- ##
=====================================
Coverage 81.3% 81.3%
=====================================
Files 126 126
Lines 24251 24251
=====================================
+ Hits 19732 19736 +4
+ Misses 4519 4515 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
# TODO - temporarily move main to the shared workers, until we've resolved the instance setup issue | ||
# | ||
# TODO - temporarily use self-hosted to get shared-worker environment going | ||
runs-on: 'self-hosted' |
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.
PR run appears to be against a special branch:
Job defined at: open-telemetry/opentelemetry-rust/.github/workflows/benchmark.yml@refs/pull/2942/merge
can you add dependabot/scottgerring/benchmark-fix
to the workflow definition above?
on:
pull_request:
push:
branches:
- main
- dependabot/scottgerring/benchmark-fix
The story so far:
Docker is also missing, so we can't wrap things up that way. |
Working on fixing the dedicated benchmark runner setup. This supercedes #2840 as it needs to be setup from a branch within the repo and not a fork.