Dominique wrote:
> Travis runs multiple jobs in parallel. I noticed > that the asan job is the last one to be started. > As this job also takes more time (~ 9 min) than > other jobs (some only take ~ 2 min), the asan > job always end up running alone (no parallelism!) > as all other jobs complete well before the asan > job completes. > > We would get more parallelism if the asan job > was started earlier. It would make Travis faster. > > More generally, we would get more parallelism > if we start slow jobs (asan, and huge builds) > earlier than quick jobs (tiny or small builds). > > I'm not well familiar with the .travis.yml file. > Is it only a matter or reordering lines? I'll give it a try. I'll move the tiny build first, so that when there is something obviously wrong we see quickly. -- hundred-and-one symptoms of being an internet addict: 23. You can't call your mother... she doesn't have VOIP /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
