Skip to content
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

estimator: clean up the plugin build code and uncheckout binaries #10607

Merged
merged 1 commit into from Feb 14, 2024

Conversation

nagisa
Copy link
Collaborator

@nagisa nagisa commented Feb 13, 2024

The plugin is trivial to build, I don't see a good reason to keep the binaries checked in, especially given that the docker container should be providing the relevant reproducible build environment for the plugin anyhow.

The plugin is trivial to build, I don't see a good reason to keep the
binaries checked in, especially given that the docker container should
be providing the relevant reproducible build environment for the plugin
anyhow.
@nagisa nagisa requested a review from a team as a code owner February 13, 2024 16:05
@nagisa nagisa requested a review from akhi3030 February 13, 2024 16:05
Copy link

codecov bot commented Feb 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9274cd6) 72.12% compared to head (5bc85bb) 72.14%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #10607      +/-   ##
==========================================
+ Coverage   72.12%   72.14%   +0.01%     
==========================================
  Files         725      725              
  Lines      147512   147512              
  Branches   147512   147512              
==========================================
+ Hits       106397   106424      +27     
+ Misses      36325    36304      -21     
+ Partials     4790     4784       -6     
Flag Coverage Δ
backward-compatibility 0.08% <ø> (ø)
db-migration 0.08% <ø> (ø)
genesis-check 1.25% <ø> (ø)
integration-tests 36.98% <ø> (-0.03%) ⬇️
linux 71.19% <ø> (+0.02%) ⬆️
linux-nightly 71.58% <ø> (-0.01%) ⬇️
macos 54.84% <ø> (-0.24%) ⬇️
pytests 1.46% <ø> (ø)
sanity-checks 1.26% <ø> (ø)
unittests 68.04% <ø> (+0.01%) ⬆️
upgradability 0.13% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nagisa nagisa added this pull request to the merge queue Feb 14, 2024
Merged via the queue into near:master with commit 4e23654 Feb 14, 2024
29 checks passed
@nagisa nagisa deleted the estimator-plugin-build branch February 14, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants