[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 4/9] ts-hosts-allocate-Executive: Move $variation_age setting
We are going to want to put more stuff in here which depends on $duration_rightaway_adjust. No functional change in this commit. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- ts-hosts-allocate-Executive | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ts-hosts-allocate-Executive b/ts-hosts-allocate-Executive index 73c1a45..67b8891 100755 --- a/ts-hosts-allocate-Executive +++ b/ts-hosts-allocate-Executive @@ -478,12 +478,6 @@ sub hid_recurse ($$) { print DEBUG "$dbg EVAL DURATION $duration va=$variation_age\n"; - if ($jobinfo->{recipe} =~ m/build/) { - $variation_age= 0; - } elsif ($variation_age > 5*86400) { - $variation_age= 5*86400; - } - my @requestlist; foreach my $hid (@hids) { my $req= { @@ -502,6 +496,12 @@ sub hid_recurse ($$) { $duration_rightaway_adjust=0 if $start_time; + if ($jobinfo->{recipe} =~ m/build/) { + $variation_age= 0; + } elsif ($variation_age > 5*86400) { + $variation_age= 5*86400; + } + my $cost= $start_time + $duration + $duration_rightaway_adjust -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |