When processing an item from the host lifecycle table into the runvar,
we don't want to do all the processing of flight and job. Instead, we
should simply put the ?<taskid> into the runvar.
Previously this would produce ?<taskid>: which the flight reporting
code would choke on.
Signed-off-by: Ian Jackson <iwj@xenproject.org>
}
next if $tj_seen{$oisprepmark.$otj}++;
+ if (!defined $o->{flight}) {
+ push @lifecycle, "$omarks$otj";
+ next;
+ }
+
if (!$omarks && !$olive && defined($o->{flight}) &&
$ho->{Shared} &&
$ho->{Shared}{Type} =~ m/^build-/ &&