Hi,

We use jenkins along with the libvirt plugin that automatically start up slaves 
when jobs containing matching labels are placed in the job queue. I assign 
labels dynamically to the slave images by means of a groovy script that 
monitors the build queue at specified intervals.

This works but I have some issues that I do not think have anything to do with 
libvirt plugin but rather the way the jenkins scheduler works (I might be 
wrong).

-          When there are jobs in the queue with the label "pickMe" and I 
assign that label to the slave that I want libvirt to start, there is a delay 
of a couple of minutes before the slave is started.

-          If I manually start the slave just after the label is assigned, the 
job with label "pickMe" waits in the job queue for a couple of minutes (while 
there is an online slave with the label "pickMe").

-
This gives me a feeling that the label data of the slaves are updated on a 
periodic interval. Is there any way I can manually force an update so that this 
delays will go away? Any ideas will be appreciated.

Regards
Hendrik

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to