Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Lets have an instance where all slaves are provisioned via openstack plugin. Therefore, all slaves has mode set to EXCLUSIVE. When there is a job without label specified (or matrix configuration without label/labelexpr axis) in the queue it is considered not applicable and therefore never executed.
It make sense to me to schedule such a build on slaves waiting for retention time to expire or provision any slave if there is none.
UPDATE: Actually, it does provision new slave for freestyle build without label but it is never assigned.
Attachments
Issue Links
- is duplicated by
-
JENKINS-29633 jobs are not executed when not explicitly tied to a particular openstack group
-
- Closed
-
- is related to
-
JENKINS-25865 Jobs without label are never scheduled, so does most of matrix combinations
-
- Closed
-
- links to
Code changed in jenkins
User: Oliver Gondža
Path:
src/test/java/plugins/OpenstackCloudPluginTest.java
http://jenkins-ci.org/commit/acceptance-test-harness/991b467a35a2169b39674d49192776c59fa88886
Log:
JENKINS-29998Reproduce