#---------- host examination recipes ----------
-proc examine-host-install-debian {} {
+proc examine-host-prep {} {
run-ts broken = ts-hosts-allocate + host
+}
+proc examine-host-install-debian {} {
run-ts broken host-install ts-host-install-twice + host
}
proc examine-host-install-xen {} {
}
proc need-hosts/host-examine-xen {} { return {} }
+proc prep-job/host-examine-xen {} { examine-host-prep }
proc run-job/host-examine-xen {} { examine-host-examine xen }
proc need-hosts/host-examine-linux {} { return {} }
+proc prep-job/host-examine-xen {} { examine-host-prep }
proc need-hosts/host-examine-linux {} { examine-host-examine debian }
#---------- builds ----------