From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST v2 3/5] ts-hosts-allocate-Executive: Add the requesting Job to the booking Date: Tue, 14 Jul 2015 14:58:50 +0100 Message-ID: <1436882332-6978-3-git-send-email-ian.campbell@citrix.com> References: <1436882318.25044.75.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1436882318.25044.75.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com Cc: Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Signed-off-by: Ian Campbell --- ts-hosts-allocate-Executive | 1 + 1 file changed, 1 insertion(+) diff --git a/ts-hosts-allocate-Executive b/ts-hosts-allocate-Executive index 7a9411d..6583191 100755 --- a/ts-hosts-allocate-Executive +++ b/ts-hosts-allocate-Executive @@ -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}, -- 2.1.4