-
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
CI build speed-ups #2574
CI build speed-ups #2574
Conversation
If its stdout is a tty it will do this. 'RUN_FLAGS' is defaulted to '-ti' so that control-C works, but we don't need that on CircleCI.
for stable builds
So we are using a version pre-installed by CircleCI
We don't really care if it completes: there's nothing we would do differently if it doesn't.
Netlify failure is caused by me bumping the Ruby version; it needs an associated change in the Netlify box |
we already used it in the 'pre' section
(a) seems reasonable to use the same tag for testing as for running (b) this avoids rebuilding all the libraries for the different tag set
Is there anything left to do here? |
The changes in the tools directory need to be done in the build-tools repo. |
@bboreham Are you planning to finish up this work anytime soon? Otherwise I would like to close it (I am cleaning up the lingering PRs) |
We need to move to CircleCI 2.0, which will perhaps provoke larger changes. |
Closing in favour of #3333 (which runs in about 14 minutes) |
This takes it down to around 20 minutes, although scope is currently running with 3 "containers".
Ref #2271