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

Optimize pipelines #8520

Merged
merged 88 commits into from
Dec 7, 2019
Merged

Optimize pipelines #8520

merged 88 commits into from
Dec 7, 2019

Conversation

anthonydresser
Copy link
Contributor

Adds a few different optimization to reduce our release pipeline duration.

  • Add a rebuilt linux container to avoid installing linux dependencies on every job on linux

  • Precompile all our code once then reuse that in packaging for each os

  • Use azure hosted windows machines for building windows packages then add a testing job that takes that drop and runs the test on our hosted machines.

  • Adds server packages to our drops

Its hard to know what the actual time saved would be, but something like ~1 hour 20 minute pipeline runs to ~40 minute pipeline runs.

@anthonydresser anthonydresser merged commit a7ff238 into master Dec 7, 2019
@anthonydresser anthonydresser deleted the pipelines/optimize branch December 7, 2019 22:27
ranasaria pushed a commit that referenced this pull request Dec 10, 2019
Too Many commits
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants