]> xenbits.xensource.com Git - people/dariof/osstest.git/commitdiff
ts-hosts-allocate-Executive: Add the requesting Job to the booking
authorIan Campbell <ian.campbell@citrix.com>
Wed, 1 Apr 2015 16:49:35 +0000 (17:49 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 7 Sep 2015 16:43:46 +0000 (17:43 +0100)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
ts-hosts-allocate-Executive

index 7a9411d20af3b28f7487e24fb3ea4c9ce8afde68..6583191042f4219ef4b71bcd7638a65a2e963d00 100755 (executable)
@@ -669,6 +669,7 @@ sub compute_booking_list () {
                Shares => $sel->{SharedMaxTasks},
            }) : ()),
        };
+       $book->{Job}= "$flight.$job";
        $book->{Reso}= "$sel->{restype} $sel->{resname}";
        $book->{Xinfo}= $hid->{Ident};
        $book->{Start}= $best->{Start},