diff mbox series

[OSSTEST,49/82] host reuse: sg-run-job: per-host prep: Use @ for per-host-ts

Message ID 20201007180024.7932-50-iwj@xenproject.org (mailing list archive)
State New, archived
Headers show
Series Reuse test hosts | expand

Commit Message

Ian Jackson Oct. 7, 2020, 5:59 p.m. UTC
From: Ian Jackson <ian.jackson@eu.citrix.com>

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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/sg-run-job b/sg-run-job
index 0b2e20e7..af43008d 100755
--- a/sg-run-job
+++ b/sg-run-job
@@ -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 }