Re: matrix project and exclusion plugin

2015-02-11 Thread Mic
To be more precise and use the right terms, the current matrix project we 
created use 2 axis, one for the slaves  and one defining the sets of builds 
to run.
The matrix looks like :

 test sets \ slaves  slave1   slave2   slave3
 SET1
 SET2
 SET3

Running any SET3  involves access/update on a database and I would like to 
prevent all configurations SET3-slaveX to run simultaneously, but keep this 
ability for the other couples.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/23ebf022-0356-4b38-9742-5a9f47fb0c31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


matrix project and exclusion plugin

2015-02-10 Thread Mic


I created a new project of type Matrix Project. The project runs instances 
on 3 different slaves in parallel and several instances are accessing and 
modifying a database. I would like to prevent them to access the database 
simultaneously, because this will corrupt the tests result.

Prior to using the Matrix Project plugin, I created individual project 
instead. Using individual project, I was able to use the Exclusion Plugin, 
which allowed me to lock a particular resource which shouldn't be accessed 
concurrently (i.e the database). 

Is it possible to use the Exclusion Plugin on a specific instance of a 
Matrix Project ? If not, is there a way to prevent specific configuration 
to run simultaneously ?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7c95bb6e-97de-4d13-b5f2-92a7e6a74d2a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.