Hi 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? Dominique -- -- 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.
