Be less verbose in CIBT jobs 34/21834/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 8 Jul 2019 16:49:28 +0000 (18:49 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 8 Jul 2019 16:49:28 +0000 (18:49 +0200)
Remove the set -x and print JOB_URL prominently.

Change-Id: I81b2283557e5b2ca5ca7815adb43f4e930250357
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-lava-jobs-submit.sh

index d349acd..5ddb14f 100644 (file)
@@ -34,9 +34,13 @@ fi
 # Printing the job URL in the log
 echo "THe job id is: ${job_id}"
 JOB_URL="${url}scheduler/job/${job_id}"
-echo "Submitted as job: $JOB_URL"
 
-set -x
+echo ""
+echo ""
+echo "Submitted as job: $JOB_URL"
+echo ""
+echo "####################################################"
+echo ""
 #
 # LAVA job details, get job status from lavacli output
 #