summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-02-22 20:07:28 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-02-22 20:07:28 +0000
commitabae229c5a0c436027979418445aaf58cc09807c (patch)
treec9d1d9f8eb8c6430ad7e8eebbb6fc31a1905e652 /jjb
parent484f16485ab96a5321d0aecb90c0e9511978589f (diff)
parent1b1dea26a57adcd161166211046928305bae9c67 (diff)
Merge "jjb: xci: Use the 'ts' utility to print timestamps on executed steps."
Diffstat (limited to 'jjb')
-rwxr-xr-xjjb/xci/bifrost-verify.sh2
-rwxr-xr-xjjb/xci/xci-start-new-vm.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/jjb/xci/bifrost-verify.sh b/jjb/xci/bifrost-verify.sh
index 451f33b4b..d3a37ce8a 100755
--- a/jjb/xci/bifrost-verify.sh
+++ b/jjb/xci/bifrost-verify.sh
@@ -28,7 +28,7 @@ set -o pipefail
cd ~/bifrost
# provision 3 VMs; xcimaster, controller, and compute
-./scripts/bifrost-provision.sh
+./scripts/bifrost-provision.sh | ts
sudo -H -E virsh list
EOF
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