From: Ian Jackson Date: Mon, 19 Jun 2017 15:43:23 +0000 (+0000) Subject: sg-run-job: examination: Run host install in prep X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ae4e5e24bf841b2c73e0b801651fd2b3a478e6bc;p=people%2Froyger%2Fosstest.git sg-run-job: examination: Run host install in prep We want to run this in prep, so that we can start the syslogd after this. Signed-off-by: Ian Jackson --- diff --git a/sg-run-job b/sg-run-job index dc5fdc2..ea3ea41 100755 --- a/sg-run-job +++ b/sg-run-job @@ -622,8 +622,10 @@ if {[file exists sg-run-job-adhoc]} { #---------- 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 {} { @@ -647,9 +649,11 @@ proc examine-host-examine {install} { } 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 ----------