-
Notifications
You must be signed in to change notification settings - Fork 264
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
Speed up Axlearn CI #688
Speed up Axlearn CI #688
Conversation
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.
Thanks! Will defer to @markblee to approve.
We're using |
Yes, it seems like it. I just realized the wait feature I'm relying on requires Bash 5.1, not 5.2. So it's all good. I just updated the comment. This change shouldn't affect this repo much other than having shorter test time due to having |
Ahh never mind, looks like I can just make those changes in .circleci/config.yml. |
Make a few minor tweaks to make Axlearn CI faster: * Use async mode to run different parts of the test * Use worksteal to more evenly distribute the workload This should cut CI time by roughly half.
990016c
to
810290f
Compare
This reverts commit 27cc0f4.
Make a few minor tweaks to make Axlearn CI faster:
This should cut CI time by roughly half.