-
Notifications
You must be signed in to change notification settings - Fork 174
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
[FEAT] Add new workflow to build commits and output to s3 #3321
Conversation
CodSpeed Performance ReportMerging #3321 will degrade performances by 19.86%Comparing Summary
Benchmarks breakdown
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3321 +/- ##
==========================================
- Coverage 77.39% 77.38% -0.01%
==========================================
Files 676 676
Lines 82604 82604
==========================================
- Hits 63928 63925 -3
- Misses 18676 18679 +3
|
- slightly different than existing one
c81c101
to
f0c99eb
Compare
RunningWill be able to run via: gh workflow run build-commit.yaml --ref my-branch-name This does assume that you have the PerformanceAssuming a cache-miss, build times will usually be around 5-6min. Assuming a cache-hit, build times will usually be <40s. |
Closing in favour of #3184. |
Overview
Given a commit hash and a build machine, outputs a python wheel to s3. This is slightly different than existing one. Differences: