-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cheaper test variants for Github Actions #97
Conversation
Co-authored-by: Leah Weisburn <[email protected]>
46477fc
to
7b2b68f
Compare
The top one takes a while because it is doing both BE2 and BE3. We could change BE3 for octane to BE3/MP2, but perhaps on a different PR? I think this change could be potentially somewhat contentious. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a short question about the pytest call. Otherwise looks good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool cool nice nice
e04e240
to
b9437b0
Compare
Try to reduce time for expensive tests
Use
exxdiv=None
before #61Ask
pytest
to always log expensive tests and time breakdown7min / tests --> 5.5 min on github actions; save cpu hrs, save the planet :)