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

Break up Python CI steps so reading logs is easier #1254

Merged
merged 2 commits into from
Jul 27, 2022

Conversation

varunagrawal
Copy link
Collaborator

@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
@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
Collaborator 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