提交 750cdb64 编写于 作者: V Valentina Armenise

[JENKINS-30084] updated references of Jenkins Issue

上级 c9230010
......@@ -1438,7 +1438,7 @@ public class Queue extends ResourceController implements Saveable {
}
}
//this is to solve OSS-192. We iterate on the list of flyweight tasks and execute them
//this is to solve JENKINS-30084. We iterate on the list of flyweight tasks and execute them
List<FlyWeightItem> flyweightItems = new ArrayList<>(flyWeightTasks.values());
for (FlyWeightItem f : flyweightItems) {
if (!isBuildBlocked(f)) {
......@@ -2357,8 +2357,6 @@ public class Queue extends ResourceController implements Saveable {
*/
public final class FlyWeightItem extends NotWaitingItem {
boolean buildable;
public FlyWeightItem(WaitingItem wi) {
super(wi);
}
......
......@@ -95,7 +95,7 @@ public class WideExecutionTest {
}
}
@Issue("OSS-192")
@Issue("JENKINS-30084")
@Test
/*
* this is to test that when the assigned executor is not available the flyweighttask is put into the buildable list,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册