Click here to Skip to main content
15,895,667 members

Survey Results

Do you perform Automated Builds?   [Edit]

Survey period: 17 Nov 2008 to 24 Nov 2008

Automating your build does more than relieve tedium. In general, what is your approach?

OptionVotes% 
We perform automated builds each time we check in code16916.80
We perform daily or weekly automated builds19919.78
We are planning on using automated builds767.55
We sometimes use automated builds595.86
We do not use automated builds47146.82
Our stuff doesn't need to be built323.18



 
GeneralRe: Do you use clustered builds? Pin
Dmitri Nеstеruk17-Nov-08 7:37
Dmitri Nеstеruk17-Nov-08 7:37 
GeneralRe: Do you use clustered builds? Pin
Maximilien17-Nov-08 8:12
Maximilien17-Nov-08 8:12 
AnswerRe: Do you use clustered builds? Pin
Nemanja Trifunovic17-Nov-08 7:58
Nemanja Trifunovic17-Nov-08 7:58 
AnswerRe: Do you use clustered builds? Pin
John M. Drescher17-Nov-08 8:00
John M. Drescher17-Nov-08 8:00 
GeneralRe: Do you use clustered builds? Pin
Dmitri Nеstеruk17-Nov-08 10:42
Dmitri Nеstеruk17-Nov-08 10:42 
GeneralRe: Do you use clustered builds? Pin
Gary Wheeler18-Nov-08 0:43
Gary Wheeler18-Nov-08 0:43 
GeneralRe: Do you use clustered builds? Pin
Dmitri Nеstеruk18-Nov-08 1:21
Dmitri Nеstеruk18-Nov-08 1:21 
GeneralRe: Do you use clustered builds? Pin
Gary Wheeler18-Nov-08 1:33
Gary Wheeler18-Nov-08 1:33 
Indeed.

It's nice in that the multi-compile feature seems to speed up individual builds, but it doesn't help with an overall build process unless you structure your product into a small number of solutions that include a large number of independent projects. Most of the components in our product have a single project within a single solution. The solutions with multiple projects usually have dependencies that require a specific build order (project B requires the build results from project A, project C requires B, and so on), and therefore running the builds in parallel doesn't get you anything (in fact, it wouldn't work).

I'm considering a home-grown solution to ours. We recently switched our build machine to a four processor server box, and it mostly loafs along during a build.

Software Zen: delete this;

GeneralRe: Do you use clustered builds? Pin
Dmitri Nеstеruk18-Nov-08 1:46
Dmitri Nеstеruk18-Nov-08 1:46 
GeneralRe: Do you use clustered builds? Pin
Gary Wheeler18-Nov-08 1:59
Gary Wheeler18-Nov-08 1:59 
GeneralRe: Do you use clustered builds? Pin
John M. Drescher18-Nov-08 5:03
John M. Drescher18-Nov-08 5:03 
GeneralRe: Do you use clustered builds? Pin
Gary Wheeler18-Nov-08 5:11
Gary Wheeler18-Nov-08 5:11 
GeneralRe: Do you use clustered builds? [modified] Pin
John M. Drescher18-Nov-08 5:28
John M. Drescher18-Nov-08 5:28 
AnswerRe: Do you use clustered builds? Pin
WillemM17-Nov-08 9:14
WillemM17-Nov-08 9:14 
GeneralMotivation for doing a build Pin
Gary Wheeler17-Nov-08 2:13
Gary Wheeler17-Nov-08 2:13 
GeneralRe: Motivation for doing a build Pin
Rama Krishna Vavilala17-Nov-08 6:32
Rama Krishna Vavilala17-Nov-08 6:32 
GeneralRe: Motivation for doing a build Pin
Nemanja Trifunovic17-Nov-08 8:00
Nemanja Trifunovic17-Nov-08 8:00 
GeneralRe: Motivation for doing a build Pin
Gary Wheeler17-Nov-08 8:24
Gary Wheeler17-Nov-08 8:24 
GeneralI'm perplexed at the number of "We do not use automated builds" Pin
PedroMC16-Nov-08 23:08
PedroMC16-Nov-08 23:08 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Michael Bookatz17-Nov-08 1:25
Michael Bookatz17-Nov-08 1:25 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
PedroMC17-Nov-08 3:56
PedroMC17-Nov-08 3:56 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Michael Bookatz17-Nov-08 4:01
Michael Bookatz17-Nov-08 4:01 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
PedroMC17-Nov-08 4:25
PedroMC17-Nov-08 4:25 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
htoomik17-Nov-08 8:09
htoomik17-Nov-08 8:09 
GeneralRe: I'm perplexed at the number of "We do not use automated builds" Pin
Mark J. Miller18-Nov-08 4:03
Mark J. Miller18-Nov-08 4:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.