-
Notifications
You must be signed in to change notification settings - Fork 712
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
Shorten CI build times #2271
Comments
I did some analysis of build times:
Excluding everything under 10 seconds (total 64s):
|
Would it be OK to do less |
The i.e. instead of:
do:
|
@bboreham We can try to make webpack run only once, but I think its best to have it run on all branches to ensure we catch issues that break the build. We also don't need to do a build in order to run tests, if that is what is happening. |
I've separated the build from the tests as part of #2574. |
In another context we use |
@bboreham FYI |
Builds on Circle take ~25 minutes, even for documentation changes. Some ideas from the Scope meeting:
npm v4.0.5
or switch to usingyarn
#2090The text was updated successfully, but these errors were encountered: