Is it possible to limit ammount of concurrent builds in Travis-CI
Asked Answered
D

2

8

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?

Downrange answered 12/8, 2013 at 19:13 Comment(1)
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).Brierroot
G
5

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

Glosso answered 13/1, 2014 at 13:58 Comment(1)
The feature is already implemented in Travis-CI settings UI.Ambivalence
A
0

The number of concurrent jobs for a repository can be easily restricted by Travis-CI user interface in repository settings field Limit concurrent jobs.

Limiting Concurrent Jobs

Ambivalence answered 2/10, 2021 at 13:18 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.