On 8/30/13 2:16 PM, Stefan Sperling wrote: > Well, it's the only bot that actually runs tests like we do > for a release. The other bots don't run all test combinations. > > I would hope that the proposed release branch build bots would > be just as thorough as the openbsd bot is.
Right, it's much more complete than any other build bot. But taking nearly a day to run one cycle is too long. I'd like to think even our most complete tests should be able to be done in 3 hours max, preferably 1-2 hours. My suggestion for quick sanity checks was with the idea that those can always be completed in 15-30 minutes. The point of this is at least partially to hedge our bets about being able to achieve the above. If we have fast but simple tests that finish in less than an hour, then I don't think it would be a huge deal if the complete tests took 6 hours. > The recent issue was with serf suddenly requiring a recent scons version > that isn't part of OpenBSD 5.3. I've fixed that today by updating scons. Thanks.