On 23 Jan 2014, at 10:57, Christophe Demarey <Christophe.Demarey@inria.fr> wrote:
Hi Sven,
Le 22 janv. 2014 à 18:24, Sven Van Caekenberghe a écrit :
Hi,
Is it possible to serialize (i.e. do not execute in parallel) the CI jobs of one matrix of Pharo Contributions ?
The Zinc jobs occasionally fails because they interfere with each other (i.e. although they use random ports for servers during unit testing, sometimes they use a port that is already in use by a parallel running job, presumably from the built matrix).
Matrix jobs are seen as individual jobs. Maybe you can just tick this option in the job configuration: "Run each configuration sequentially"
Works perfectly, thanks !
There are other solutions: ⢠https://wiki.jenkins-ci.org/display/JENKINS/Port+Allocator+Plugin ⢠https://wiki.jenkins-ci.org/display/JENKINS/Lockable+Resources+Plugin ⢠https://wiki.jenkins-ci.org/display/JENKINS/Exclusion-Plugin
Christophe.