Skip to content

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

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

scottgerring
Copy link
Contributor

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.

Copy link

codecov bot commented Apr 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.3%. Comparing base (9dc727e) to head (9aa6bc5).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

# 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'
Copy link
Member

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

@scottgerring
Copy link
Contributor Author

The story so far:

  • The self-hosted workers run ubuntu.
  • In addition to unzip missing, we're also missing, at least, cc.
  • We can't sudo to install things, of course

Docker is also missing, so we can't wrap things up that way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants