diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-07-08 18:49:28 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-07-08 18:49:28 +0200 |
commit | 76681fa87c78a72d050d8310d97f1ebb9d86acb2 (patch) | |
tree | 463760d0f7079497d79ace3051f9f06153010937 | |
parent | d0d630a7da9c23441bf0070532a53b02d59712f3 (diff) |
Be less verbose in CIBT jobs
Remove the set -x and print JOB_URL prominently.
Change-Id: I81b2283557e5b2ca5ca7815adb43f4e930250357
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | jjb/common/include-agl-lava-jobs-submit.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/jjb/common/include-agl-lava-jobs-submit.sh b/jjb/common/include-agl-lava-jobs-submit.sh index d349acdf..5ddb14fd 100644 --- a/jjb/common/include-agl-lava-jobs-submit.sh +++ b/jjb/common/include-agl-lava-jobs-submit.sh @@ -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 # |