In an effort to try to increase the chance that the next bisection
step will get the same host quickly, the cri-bisect uses
mg-queue-inhibit to inhibit all resource allocation for 5 minutes.
With the increasing size of the test facility and the increasing
number of bisector instances running, this is starting to become a
very crude hammer indeed.
And this is largely ineffective anyway as we try bisections every 15
minutes but only inhibit for 5 minutes.
Disable it, until we have a better answer.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
perhaps_bisect_step_core_testing_callback
- if test -e $anyflagfile; then
- inhibitqueue=0
- else
- inhibitqueue=300
- fi
-
execute_flight $flight $2
flight_executed=true
- ./mg-queue-inhibit $inhibitqueue "bisected $branch $flight" ||:
+ # ./mg-queue-inhibit $inhibitqueue "bisected $branch $flight" ||:
compute_state_callback
send_bisection_email "$flight: tested" -bisectrun