-
Notifications
You must be signed in to change notification settings - Fork 919
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
Use mambabuild to build conda packages #10911
Conversation
rerun tests |
1 similar comment
rerun tests |
Signed-off-by: Jordan Jacobelli <[email protected]>
rerun tests |
1 similar comment
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #10911 +/- ##
================================================
+ Coverage 86.30% 86.33% +0.03%
================================================
Files 144 144
Lines 22665 22681 +16
================================================
+ Hits 19560 19581 +21
+ Misses 3105 3100 -5
Continue to review full report at Codecov.
|
Great work @Ethyling! This looks like a big win from the preliminary CI data. I compared the build times of the three most recent merged PRs, all of which were close to the numbers in the "Before" column. The "After" column is from just this PR. edit: I also verified that these "after" times are close to the three most recent CI runs since this PR was merged. It's real! The CI time savings here are on the order of 33%! With the current workflow / parallel builds, that's about 45 minutes faster start-to-finish, and about 144 minutes less CI time burned.
|
Use
mambabuild
to buildconda
packages. This should speed up the builds and help to debugconda
conflict issues