summaryrefslogtreecommitdiffstats
path: root/jjb/xci/xci-start-new-vm.sh
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-02-21 15:12:52 +0000
committerMarkos Chandras <mchandras@suse.de>2018-02-21 15:12:52 +0000
commit1b1dea26a57adcd161166211046928305bae9c67 (patch)
treea7a2fabd1801eb0606f6b9094a10e279e025475b /jjb/xci/xci-start-new-vm.sh
parent11c4074d10a9a34d2acb682a9a4b6cee6bbf306b (diff)
jjb: xci: Use the 'ts' utility to print timestamps on executed steps.
We can use the 'ts' utility to print timestamps on every executed command so we can keep track on the duration of each task and the job overall. Change-Id: I77d5d66c0146f943d805612ca5b47e2eed3ffc41 Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'jjb/xci/xci-start-new-vm.sh')
-rwxr-xr-xjjb/xci/xci-start-new-vm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/xci/xci-start-new-vm.sh b/jjb/xci/xci-start-new-vm.sh
index b72c33920..2c6ec3fad 100755
--- a/jjb/xci/xci-start-new-vm.sh
+++ b/jjb/xci/xci-start-new-vm.sh
@@ -53,7 +53,7 @@ if [[ ! -z ${WORKSPACE+x} && $GERRIT_PROJECT != "releng-xci" ]]; then
fi
cd xci
-./xci-deploy.sh
+./xci-deploy.sh | ts
EOF
chmod a+x xci_test.sh