]> xenbits.xensource.com Git - osstest.git/commitdiff
host reuse: sg-run-job: per-host prep: Use @ for per-host-ts
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 20 Aug 2020 14:13:12 +0000 (15:13 +0100)
committerIan Jackson <iwj@xenproject.org>
Wed, 7 Oct 2020 16:15:28 +0000 (17:15 +0100)
These are the steps that will be skipped when we reuse a test host.

No functional change yet since we don't allocate the host shared yet.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
sg-run-job

index 0b2e20e759fd5d7c76213bf7cf65399a08e585e7..af43008db63f3dff6bcbbf643f35ee60f7d0652a 100755 (executable)
@@ -25,9 +25,9 @@ readconfig
 source-method JobDB
 
 proc per-host-prep {} {
-    per-host-ts       host-ping-check-native/@ ts-host-ping-check
-    per-host-ts       xen-install/@     ts-xen-install
-    per-host-ts       xen-boot/@        ts-host-reboot
+    per-host-ts @.      host-ping-check-native/@ ts-host-ping-check
+    per-host-ts @.      xen-install/@     ts-xen-install
+    per-host-ts @.      xen-boot/@        ts-host-reboot
 
     per-host-ts .       host-ping-check-xen/@ ts-host-ping-check
     per-host-ts .       =(*)            { ts-leak-check basis }