diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-09-26 22:28:12 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-09-26 22:56:49 +0200 |
commit | e1906808e5fcef1e66c0f50129a554184cc4ae46 (patch) | |
tree | 7b41109d16d6b578eab0ceef44a153b2eecf6b02 /jjb/common/include-agl-run-test-short-guppy.sh | |
parent | 7e34ced3046ce87abd44e2a58251dbb09a4b8c2c (diff) |
Remove verbosity from jenkins jobs
clean the logs. Can be re-enabled when debugging is needed.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I13bba480196e3932c45123c62f03064e420f257f
Diffstat (limited to 'jjb/common/include-agl-run-test-short-guppy.sh')
-rw-r--r-- | jjb/common/include-agl-run-test-short-guppy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-run-test-short-guppy.sh b/jjb/common/include-agl-run-test-short-guppy.sh index 35f4fe45..91f0a57f 100644 --- a/jjb/common/include-agl-run-test-short-guppy.sh +++ b/jjb/common/include-agl-run-test-short-guppy.sh @@ -5,7 +5,7 @@ ## Run SHORT CI test ################################################################################ -set -x +#set -x UPLOAD_URL_BASE=http://download.automotivelinux.org/AGL/upload/ci UPLOAD_URL=${UPLOAD_URL_BASE}/${RELEASE_BRANCH}/${RELEASE_VERSION}/${MACHINE}/deploy/images/${TARGETMACHINE} |