https://hudson.dev.java.net/issues/show_bug.cgi?id=1083User dvrzalik changed the following:
What |Old value |New value
================================================================================
CC|'' |'dvrzalik'
--------------------------------------------------------------------------------
Issue type|ENHANCEMENT |DEFECT
--------------------------------------------------------------------------------
Priority|P3 |P2
--------------------------------------------------------------------------------
Subcomponent|plugin |matrix
--------------------------------------------------------------------------------
------- Additional comments from
[hidden email] Tue Feb 19 13:09:57 +0000 2008 -------
I can see at least two problems which prevent the Locks plugin from working with
matrix projects:
1) Project.getResourceActivities() method refers to Project.buildWrappers field.
MatrixConfiguration extends Project, but uses wrappers and publishers configured
in MatrixProject, which means that hudson scheduler doesn't know their
resources. Solution could be to modify Project.getResourceActivities() to
reflect child's wrappers, e.g. like this:
activities.addAll(Util.filter(getBuildWrappers().values(),ResourceActivity.class));
2) Another problem is that checking for occupied resources is done after the
task enters the executor. See issue #1122.
---------------------------------------------------------------------
To unsubscribe, e-mail:
[hidden email]
For additional commands, e-mail:
[hidden email]