7

We use Travis-Ci with OpenSauce to test our web application. OpenSauce has a limit for concurrent running of tests - 2 tests. Travis-CI by default can run much more build/tests in parallel. As the result of different limits our builds fail randomly.

So, is it possible to set limit for amount of parallel running builds on Travis-CI side?

Sergey Korotkov
  • 291
  • 2
  • 7
  • To me it looks like Sauce is putting jobs into queue, so it will just take longer to test (though I really did not investigate more deeply). – Michal Čihař Sep 09 '13 at 11:23

1 Answers1

4

On the Travis CI project on GitHub there's an issue open about limiting the concurrent builds per project: https://github.com/travis-ci/travis-ci/issues/1366

David Riccitelli
  • 6,847
  • 4
  • 37
  • 54