-
Notifications
You must be signed in to change notification settings - Fork 600
ci: Run benchmarks on main on the new oracle dedicated workers #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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2942 +/- ##
=====================================
Coverage 81.1% 81.1%
=====================================
Files 126 126
Lines 24954 24954
=====================================
Hits 20255 20255
Misses 4699 4699 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
.github/workflows/benchmark.yml
Outdated
| # 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. |
…ring/benchmark-fix' into dependabot/scottgerring/benchmark-fix
Benchmark for 28d605bClick to view benchmark
|
|
@cijothomas @trask this now works for our new bare-metal runner --> forced to run on bare-metal on this branch, but triggers now only on pushes to as well as the github pooled workers for PRs that are tagged with |
Benchmark for 4aa757fClick to view benchmark
|
| - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
| with: | ||
| fetch-depth: 10 # Fetch current commit and its parent | ||
| fetch-depth: 10 # Fetch a bit of history so we can do perf diffs |
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.
the perf diff is against main ? or with the previous commit in the PR?
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.