Skip to content

Conversation

varunagrawal
Copy link
Contributor

@varunagrawal varunagrawal commented Jul 26, 2022

This PR makes the Python CI run smaller steps so we're not inundated with information when debugging the CI.

@varunagrawal varunagrawal reopened this Jul 26, 2022
@varunagrawal varunagrawal self-assigned this Jul 26, 2022
@varunagrawal varunagrawal added the ci Related to the Continuous Integration pipeline label Jul 26, 2022
@varunagrawal varunagrawal requested review from ProfFan and gchenfc July 26, 2022 22:24
@gchenfc
Copy link
Member

gchenfc commented Jul 27, 2022

To clarify, this is purely cosmetic, i.e. only separates the output into 2 different steps so that we can read it easier, but does not change the computation that occurs?

Because one of the things I was thinking about was to split up the cpp compiling from the wrapper compiling so that cpp could be -j2 then switch wrapper to -j1, or something like that. But maybe that's not necessary since the swap space thing seems to have done the trick.

@varunagrawal
Copy link
Contributor Author

Yeah any computation changes would be a follow up PR. 🙂

@varunagrawal varunagrawal merged commit 1ff0071 into borglab:develop Jul 27, 2022
@varunagrawal varunagrawal deleted the ci/improve-python branch July 27, 2022 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Related to the Continuous Integration pipeline
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants