In test jobs this is now contending with the variation bonus.
If we fail to vary properly this time, we get another go in the next
flight, so this is not so critical.
This increases the amount of test host reuse.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
$prevfail_bonus //= 7.0*86400;
my $prevfail_equiv_bonus = $prevfail_bonus * (6.5 / 7.0);
- my $share_reuse_bonus = $r{hostalloc_bonus_sharereuse} // 10000;
+ my $share_reuse_bonus = $r{hostalloc_bonus_sharereuse} // 20000;
my $cost= $start_time
+ $duration_for_cost