exporl / apex

APEX 4: software platform for auditory behavioural and psychophysical experiments. This repository follows the major releases of APEX.
http://kuleuven.be/exporl/apex/
Other
10 stars 2 forks source link

linux-pbuilder-bionic can't seem to handle concurrent builds #232

Open croissanne opened 6 years ago

croissanne commented 6 years ago

linux-pbuilder-bionic which we use for the QWebEngine test is often (always?) unstable on concurrent builds.

tomfrancart commented 6 years ago

can we somehow avoid that jenkins uses it concurrently?

croissanne commented 6 years ago

Concurrent builds can be disabled on the whole project. So the entirety of apex-gerrit, but not single matrix items.

What we could do is either flock or separate the pbuilder in a separate project, which is triggered after apex finishes but can't be executed concurrently. However apex-gerrit will give +1's on gerrit even if the separate project fails.