[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-27 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Stephen Connolly Path: core/src/main/java/hudson/model/Queue.java test/src/test/java/hudson/model/QueueTest.java test/src/test/java/hudson/slaves/DummyCloudImpl.java http://jenkins-ci.org/commit/jenkins/f07b3b7efc252be7e84dc2f0042bf8a5a45e99b6 Log: Merge pull request #1815 from varmenise/OSS-192 
[FIXED JENKINS-30084] FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever. 
When a flyweighttask is limited to run on a specific label (e.g. matrix project set restrict where this project can run) if there are no nodes with that label available when it enters the queue then it will immediately move to blocked. As it is blocked the Node provisioner will not attempt to create any slaves, so the project will sit in the queue forever (or until some other project allocates a slave with the correct label). (cherry picked from commit 5a5f9c5d10f04cf47e37829979dfb2f4e57972af) 
Compare: https://github.com/jenkinsci/jenkins/compare/16c30cdc4c79...f07b3b7efc25 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-27 Thread ogon...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oliver Gondža updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30084 
 
 
 
  FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Oliver Gondža 
 
 
 

Labels:
 
 flyweight lts 1.625.2 - candidate fixed flyweight  queue regression 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-06 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: tfennelly Path: changelog.html core/src/main/java/hudson/Util.java core/src/main/java/hudson/console/ConsoleLogFilter.java core/src/main/java/hudson/model/Label.java core/src/main/java/hudson/model/Queue.java core/src/main/java/hudson/model/Run.java core/src/main/java/hudson/slaves/SlaveComputer.java core/src/main/java/hudson/tasks/BuildWrappers.java core/src/main/java/jenkins/triggers/ReverseBuildTrigger.java core/src/main/resources/lib/layout/task.jelly core/src/test/java/hudson/FilePathTest.java core/src/test/java/hudson/LauncherTest.java core/src/test/java/hudson/util/IsOverriddenTest.java core/src/test/java/hudson/util/ProcessTreeTest.java test/src/test/groovy/hudson/model/AbstractProjectTest.groovy test/src/test/groovy/jenkins/model/PeepholePermalinkTest.groovy test/src/test/java/hudson/console/ConsoleLogFilterTest.java test/src/test/java/hudson/model/DirectoryBrowserSupportTest.java test/src/test/java/hudson/model/NodeTest.java test/src/test/java/hudson/model/QueueTest.java test/src/test/java/hudson/slaves/DummyCloudImpl.java test/src/test/java/hudson/slaves/JNLPLauncherTest.java test/src/test/java/hudson/tasks/EnvVarsInConfigTasksTest.java test/src/test/java/hudson/tasks/ShellTest.java test/src/test/java/hudson/tools/JDKInstallerTest.java test/src/test/java/hudson/util/ProcessTreeKillerTest.java test/src/test/java/jenkins/triggers/ReverseBuildTriggerTest.java http://jenkins-ci.org/commit/jenkins/955eb7274a02e3549493cd2e1e0de785a0893784 Log: Merge branch 'master' into plugin-manager-dependants 
 

master: (58 commits) Changelog: Replace the PR reference by the JIRA issue reference Noting https://github.com/jenkinsci/jenkins/pull/1818 Noting https://github.com/jenkinsci/jenkins/pull/1804 

JENKINS-30002
 Improve Util.isOverridden Noting #1842 [FIXED JENKINS-30777] this concludes the fix 

JENKINS-30777
 also allow slaves to decorate logger 

JENKINS-30777
 Generalized the signature to work with Run, not just AbstractBuild. Diamond operator [FIXED JENKINS-29876] CheckForNull job in ReverseBuildTrigger Noting 

JENKINS-30084
 in changelog 

JENKINS-30084
 remove extra space 

JENKINS-30084
 address feedbacks 

JENKINS-30084
 indent back 

JENKINS-30084
 fixing test 

  

[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-05 Thread db...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Daniel Beck updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30084 
 
 
 
  FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Daniel Beck 
 
 
 

Labels:
 
 flyweight  lts-candidate  queue regression 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread dogf...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 dogfood commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Integrated in  jenkins_main_trunk #4297 

JENKINS-30084
 flyweight tasks gets added to the buildable list when no executor is available (Revision 8cd99cac90b180a3e84d17c56c5fb1f11744f263) 

JENKINS-30084
 fix indentation (Revision cb6f2b2c713beb483800ab9585a775878a89ccb5) 

JENKINS-30084
 updateSnapshot (Revision ca4668f5a2820b76673aebfe283f14b0cfb5e72d) 

JENKINS-30084
 check on null (Revision 505f492e29a0972cde8f50059f743a2d737f2047) 

JENKINS-30084
 added test case (Revision a5a2c45d2e787e5456b27f0162b6253540f4ec2e) 

JENKINS-30084
 added comments to QueueListener (Revision c923001025ecbf9d027d7a3d629e043bee72ee5a) 

JENKINS-30084
 updated references of Jenkins Issue (Revision 750cdb64bf7115c225714eb19d9676817d0f1b23) 

JENKINS-30084
 we do not need a new flyweight tasks list: lighter and cleaner approach (Revision 88443b08c17c4d0e6609eb7b1f6f66146fc37e20) 

JENKINS-30084
 new location and implementation of the test (Revision 53f909620dff65616a364092d35198b7ca4a8b7f) 

JENKINS-30084
 new comment for test (Revision 9a24957247ea1a403ba4a108d005e421390382b9) 

JENKINS-30084
 cleanup (Revision 50ae0f4da9d7445a6d9da11dd5615ef4c1d6c315) 

JENKINS-30084
 cleanup (Revision 1d731693fbd5b2806bdac30fd4a9e1c00abd31ab) 

JENKINS-30084
 cleanup (Revision cfef72b1b2487ba86d07f66e30dc98651d666a9e) 

JENKINS-30084
 cleanup (Revision a19c7936bf00a43d2c8707fca8b9dd32341d550e) 

JENKINS-30084
 a flyweight task can be blocked by shutdown and if so should go in the blocked list (Revision 2934f4502001fa2d2182a4482686e547f44890c4) 

JENKINS-30084
 a flyweigh

[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread valentina.armen...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 valentina armenise resolved as Fixed 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30084 
 
 
 
  FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 

Change By:
 
 valentina armenise 
 
 
 

Status:
 
 In Progress Resolved 
 
 
 

Resolution:
 
 Fixed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Stephen Connolly Path: changelog.html http://jenkins-ci.org/commit/jenkins/ba93862659b25a574446bcb45def0718214ba1a3 Log: Noting JENKINS-30084 in changelog 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: core/src/main/java/hudson/model/Queue.java http://jenkins-ci.org/commit/jenkins/61a1f6c1fae28ca37e4352eb4940bed567b8e14a Log: JENKINS-30084 fix regression when flyweight task is blocked by upstream/downstream project 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: core/src/main/java/hudson/model/Queue.java http://jenkins-ci.org/commit/jenkins/7ea21bbf2cfb11a707702034e0fad2ee09bdcc02 Log: JENKINS-30084 indent back 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: core/src/main/java/hudson/model/Queue.java test/src/test/java/hudson/model/QueueTest.java http://jenkins-ci.org/commit/jenkins/65d1fe5b1d17650f9f5cad97e28b5528d616a468 Log: JENKINS-30084 some more polish 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: test/src/test/java/hudson/model/QueueTest.java http://jenkins-ci.org/commit/jenkins/37a372d15442c0ff7e018f29ca135c718f9d4b61 Log: JENKINS-30084 fixing test 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Stephen Connolly Path: core/src/main/java/hudson/model/Queue.java test/src/test/java/hudson/model/QueueTest.java test/src/test/java/hudson/slaves/DummyCloudImpl.java http://jenkins-ci.org/commit/jenkins/5a5f9c5d10f04cf47e37829979dfb2f4e57972af Log: Merge pull request #1815 from varmenise/OSS-192 
[FIXED JENKINS-30084] FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever. 
When a flyweighttask is limited to run on a specific label (e.g. matrix project set restrict where this project can run) if there are no nodes with that label available when it enters the queue then it will immediately move to blocked. As it is blocked the Node provisioner will not attempt to create any slaves, so the project will sit in the queue forever (or until some other project allocates a slave with the correct label). 
Compare: https://github.com/jenkinsci/jenkins/compare/41b8294394bf...5a5f9c5d10f0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: core/src/main/java/hudson/model/Queue.java test/src/test/java/hudson/model/QueueTest.java http://jenkins-ci.org/commit/jenkins/8d113a10678ee172ce4e4987867088de5e510991 Log: JENKINS-30084 address feedbacks 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: core/src/main/java/hudson/model/Queue.java http://jenkins-ci.org/commit/jenkins/a42f1812e8b1948ddca763e4623cf04f207ee005 Log: JENKINS-30084 remove extra space 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: test/src/test/java/hudson/model/QueueTest.java http://jenkins-ci.org/commit/jenkins/562c0e5f0013aa4dfc829443d9bf22b9fd7f2749 Log: JENKINS-30084 fixing test 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: test/src/test/java/hudson/model/QueueTest.java test/src/test/java/hudson/slaves/DummyCloudImpl.java http://jenkins-ci.org/commit/jenkins/e33f3f62db662487707f24d5b2356fac446166a9 Log: JENKINS-30084 test added to make sure a flyweight task can be blocked at last minute 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: core/src/main/java/hudson/model/Queue.java http://jenkins-ci.org/commit/jenkins/fced6f987e79e2e0192a5e90e28d96c8c8991167 Log: JENKINS-30084 more comments 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: core/src/main/java/hudson/model/Queue.java http://jenkins-ci.org/commit/jenkins/319382919c3cb67d0ced318b8b8aa8ee3e1b205d Log: JENKINS-30084 method renamed and added check on field type 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: core/src/main/java/hudson/model/Queue.java test/src/test/java/hudson/model/QueueTest.java http://jenkins-ci.org/commit/jenkins/e1904e02d45bf2407d6fb4513a5f37fed9a13268 Log: JENKINS-30084 some stylish changes 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: test/src/test/java/hudson/model/QueueTest.java http://jenkins-ci.org/commit/jenkins/9a24957247ea1a403ba4a108d005e421390382b9 Log: JENKINS-30084 new comment for test 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: core/src/main/java/hudson/model/Queue.java core/src/main/java/hudson/model/queue/QueueListener.java http://jenkins-ci.org/commit/jenkins/88443b08c17c4d0e6609eb7b1f6f66146fc37e20 Log: JENKINS-30084 we do not need a new flyweight tasks list: lighter and cleaner approach 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: core/src/main/java/hudson/model/Queue.java test/src/test/java/hudson/model/queue/WideExecutionTest.java http://jenkins-ci.org/commit/jenkins/750cdb64bf7115c225714eb19d9676817d0f1b23 Log: JENKINS-30084 updated references of Jenkins Issue 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: core/src/main/java/hudson/model/Queue.java http://jenkins-ci.org/commit/jenkins/2934f4502001fa2d2182a4482686e547f44890c4 Log: JENKINS-30084 a flyweight task can be blocked by shutdown and if so should go in the blocked list 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: test/src/test/java/hudson/model/queue/WideExecutionTest.java http://jenkins-ci.org/commit/jenkins/cfef72b1b2487ba86d07f66e30dc98651d666a9e Log: JENKINS-30084 cleanup 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: core/src/main/java/hudson/model/Queue.java http://jenkins-ci.org/commit/jenkins/eb52333df6a78d3cd79898edd7599753ba11d5bb Log: JENKINS-30084 extract inline class 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: core/src/main/java/hudson/model/Queue.java test/src/test/java/hudson/model/QueueTest.java test/src/test/java/hudson/slaves/DummyCloudImpl.java http://jenkins-ci.org/commit/jenkins/3b4c09e4e93b361e93c93f33609e752b4ab8ab5d Log: JENKINS-30084 enhancing test case 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: test/src/test/java/hudson/model/QueueTest.java http://jenkins-ci.org/commit/jenkins/a19c7936bf00a43d2c8707fca8b9dd32341d550e Log: JENKINS-30084 cleanup 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: core/src/main/java/hudson/model/Queue.java http://jenkins-ci.org/commit/jenkins/e1c197c08feda0cfa0118df100ef36a118d4a15a Log: JENKINS-30084 a flyweight task can be blocked by shutdown and if so should go in the blocked list 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: core/src/main/java/hudson/model/Queue.java http://jenkins-ci.org/commit/jenkins/ca4668f5a2820b76673aebfe283f14b0cfb5e72d Log: JENKINS-30084 updateSnapshot 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: test/src/test/java/hudson/model/queue/WideExecutionTest.java http://jenkins-ci.org/commit/jenkins/50ae0f4da9d7445a6d9da11dd5615ef4c1d6c315 Log: JENKINS-30084 cleanup 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: core/src/main/java/hudson/model/queue/QueueListener.java http://jenkins-ci.org/commit/jenkins/c923001025ecbf9d027d7a3d629e043bee72ee5a Log: JENKINS-30084 added comments to QueueListener 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: test/src/test/java/hudson/model/QueueTest.java test/src/test/java/hudson/model/queue/WideExecutionTest.java http://jenkins-ci.org/commit/jenkins/53f909620dff65616a364092d35198b7ca4a8b7f Log: JENKINS-30084 new location and implementation of the test 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: core/src/main/java/hudson/model/Queue.java http://jenkins-ci.org/commit/jenkins/505f492e29a0972cde8f50059f743a2d737f2047 Log: JENKINS-30084 check on null 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: core/src/main/java/hudson/model/queue/QueueListener.java http://jenkins-ci.org/commit/jenkins/1d731693fbd5b2806bdac30fd4a9e1c00abd31ab Log: JENKINS-30084 cleanup 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: test/src/test/java/hudson/model/queue/WideExecutionTest.java http://jenkins-ci.org/commit/jenkins/a5a2c45d2e787e5456b27f0162b6253540f4ec2e Log: JENKINS-30084 added test case 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: core/src/main/java/hudson/model/Queue.java http://jenkins-ci.org/commit/jenkins/cb6f2b2c713beb483800ab9585a775878a89ccb5 Log: JENKINS-30084 fix indentation 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 SCM/JIRA link daemon commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Code changed in jenkins User: Valentina Armenise Path: core/src/main/java/hudson/model/Queue.java core/src/main/java/hudson/model/queue/QueueListener.java http://jenkins-ci.org/commit/jenkins/8cd99cac90b180a3e84d17c56c5fb1f11744f263 Log: JENKINS-30084 flyweight tasks gets added to the buildable list when no executor is available 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-08-31 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jesse Glick commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Need a new test case in QueueTest reproducing this. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-08-28 Thread te...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 James Nord started work on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 

Change By:
 
 James Nord 
 
 
 

Status:
 
 Open In Progress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-08-28 Thread te...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 James Nord assigned an issue to valentina armenise 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30084 
 
 
 
  FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 

Change By:
 
 James Nord 
 
 
 

Assignee:
 
 valentina armenise 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-08-28 Thread tsack...@adobe.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tom Sackett commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
I think I have a use case, but it's related to jobs based on the Build Flow plugin (which also appears to be affected by this bug), rather than matrix jobs. A build flow job that polls Perforce has to be assigned to a machine that can run Perforce commands. Large organizations often put additional security on Perforce that includes limiting which machines can access Perforce servers using automation accounts, so we can't always configure the master to access Perforce. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-08-24 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jesse Glick commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
Does seem like a bug in general, but: what is the actual use case for setting a label on the matrix parent project? Does it not suffice to allow it to run on master and use node/label axes for the actual build? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-08-21 Thread te...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 James Nord commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/model/Queue.java#L1439-L1446 
https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/model/Queue.java#L1539-L1549 
The queue appears to just shunt flywieght tasks to blocked which then the NodeProvisioner will not care about creating new nodes for unless a slave with the right label is online. 

 
Aug 20, 2015 6:08:00 AM hudson.model.Queue scheduleInternal	FINE: hudson.matrix.MatrixProject@a3c7785[myMatrixProject] added to queue	
Aug 20, 2015 6:08:00 AM hudson.model.Queue maintain	FINE: Queue maintenance started hudson.model.Queue@111ab215	
Aug 20, 2015 6:08:00 AM hudson.model.Queue$BlockedItem enter	FINE: hudson.model.Queue$BlockedItem:hudson.matrix.MatrixProject@a3c7785[myMatrixProject]:71 is blocked	
Aug 20, 2015 6:08:00 AM hudson.model.Queue maintain	FINE: Queue maintenance started hudson.model.Queue@111ab215	
Aug 20, 2015 6:08:00 AM com.cloudbees.jenkins.QuickProvision$1 run	FINE: standard.nodeProvisioner.suggestReviewNow() -> queue.length()=0	
Aug 20, 2015 6:08:03 AM hudson.model.Queue maintain	FINE: Queue maintenance started hudson.model.Queue@111ab215	
Aug 20, 2015 6:08:04 AM jenkins.metrics.api.Metrics$HealthChecker$3 run	FINE: Started jenkins.metrics.api.Metrics$HealthChecker	
Aug 20, 2015 6:08:04 AM jenkins.metrics.api.Metrics$HealthChecker$3 run	FINE: Finished jenkins.metrics.api.Metrics$HealthChecker. 2 ms	
Aug 20, 2015 6:08:08 AM hudson.model.Queue maintain	FINE: Queue maintenance started hudson.model.Queue@111ab215	
Aug 20, 2015 6:08:10 AM hudson.slaves.NodeProvisioner$2 run	FINE: Queue length 0 is less than the available capacity 0. No provisioning strategy required	
Aug 20, 2015 6:08:10 AM hudson.slaves.NodeProvisioner$2 run	FINE: Queue length 0 is less than the available capacity 0. No provisioning strategy required	
Aug 20, 2015 6:08:10 AM hudson.slaves.NodeProvisioner$2 run	FINE: Queue length 0 is less than the available capacity 0. No provisioning strategy required	
...
   a node is provisioned sometime later for a different project...
...
Aug 20, 2015 8:50:54 AM hudson.model.Queue$BlockedItem leaveFINE: hudson.model.Queue$BlockedItem:hudson.matrix.MatrixProject@a3c7785[myMatrixProject]:71 no longer blocked 
 

 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
   

[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-08-21 Thread te...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 James Nord created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-30084 
 
 
 
  FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 core 
 
 
 

Created:
 

 21/Aug/15 1:11 PM 
 
 
 

Environment:
 

 Jenkins 1.609.2  matrix project 1.6 (and others?) 
 
 
 

Labels:
 

 regression flyweight queue 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 James Nord 
 
 
 
 
 
 
 
 
 
 
When a flyweighttask is limited to run on a specific label (e.g. matrix project set restrict where this project can run) if there are no nodes with that label available when it enters the queue then it will immediatly move to blocked. 
As it is blocked the Node provisioner will not attempt to create any slaves, so the project will sit in the queue forever (or until some other project allocates a slave with the correct label). 
Seems to be a regression introduced by 

   

[JIRA] [core] (JENKINS-30084) FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.

2015-08-21 Thread te...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 James Nord commented on  JENKINS-30084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FlyWeightTasks tied to a label will not cause node provisioning and will be blocked forever.  
 
 
 
 
 
 
 
 
 
 
looks like it was caused by 

JENKINS-24519
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.