aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-09-26 22:28:12 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-09-26 22:56:49 +0200
commite1906808e5fcef1e66c0f50129a554184cc4ae46 (patch)
tree7b41109d16d6b578eab0ceef44a153b2eecf6b02
parent7e34ced3046ce87abd44e2a58251dbb09a4b8c2c (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
-rwxr-xr-xjjb/ci-AGL-verify/ci-platform-CIBT-qemux86-64-run.sh4
-rwxr-xr-xjjb/ci-AGL-verify/ci-platform-CIBT-rpi3-run.sh4
-rw-r--r--jjb/ci-AGL-verify/ci-platform-jjb.yaml2
-rw-r--r--jjb/ci-apps-verify/ci-apps-jjb.yaml4
-rw-r--r--jjb/common/include-agl-app-run-test-short.sh2
-rw-r--r--jjb/common/include-agl-lava-labs-prepare.sh2
-rw-r--r--jjb/common/include-agl-run-test-prepare.sh6
-rw-r--r--jjb/common/include-agl-run-test-rsync-changeid.sh2
-rw-r--r--jjb/common/include-agl-run-test-short-flounder.sh2
-rw-r--r--jjb/common/include-agl-run-test-short-guppy.sh2
-rw-r--r--jjb/common/include-agl-run-test-short-halibut.sh2
-rw-r--r--jjb/common/include-agl-run-test-short-release.sh2
-rw-r--r--jjb/common/include-agl-run-test-short.sh2
-rw-r--r--jjb/common/include-agl-send-email-report.sh2
-rw-r--r--jjb/common/include-apps-build-app.sh2
-rw-r--r--jjb/common/include-apps-fetch-install-sdk.sh4
-rw-r--r--jjb/common/include-xds-header.sh2
-rw-r--r--jjb/daily-jjb-doc-update/include-doc-update.sh2
-rw-r--r--jjb/daily-jjb-doc-update/include-doc-upload.sh2
-rw-r--r--jjb/pre-fetch/include-prefetch.sh2
20 files changed, 24 insertions, 28 deletions
diff --git a/jjb/ci-AGL-verify/ci-platform-CIBT-qemux86-64-run.sh b/jjb/ci-AGL-verify/ci-platform-CIBT-qemux86-64-run.sh
index 625c88e5..23fdc141 100755
--- a/jjb/ci-AGL-verify/ci-platform-CIBT-qemux86-64-run.sh
+++ b/jjb/ci-AGL-verify/ci-platform-CIBT-qemux86-64-run.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-set -x
+#set -x
function usage () {
echo "Usage: $0 ChangeID PatchID"
@@ -29,7 +29,7 @@ else
echo "you need ~/.lava-cimanagement.cfg"
fi
-set -x
+#set -x
set -e
export COMMON="$(pwd)/../common"
diff --git a/jjb/ci-AGL-verify/ci-platform-CIBT-rpi3-run.sh b/jjb/ci-AGL-verify/ci-platform-CIBT-rpi3-run.sh
index ac86919c..d5451de3 100755
--- a/jjb/ci-AGL-verify/ci-platform-CIBT-rpi3-run.sh
+++ b/jjb/ci-AGL-verify/ci-platform-CIBT-rpi3-run.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-set -x
+#set -x
function usage () {
echo "Usage: $0 ChangeID PatchID"
@@ -29,7 +29,7 @@ else
echo "you need ~/.lava-cimanagement.cfg"
fi
-set -x
+#set -x
set -e
export COMMON="$(pwd)/../common"
diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml
index 52cca5eb..da82e88e 100644
--- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml
+++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml
@@ -80,7 +80,7 @@
build-timeout: '{build-timeout}'
builders:
- shell: |
- set -x
+ #set -x
export TRIGGERURL=$(echo ${{BUILD_URL}} | sed -e 's,-CIB-start.*,,')
echo \$TRIGGERURL
ssh -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" -p 29418 agl-jobbuilder@gerrit.automotivelinux.org gerrit review ${{GERRIT_CHANGE_NUMBER}},${{GERRIT_PATCHSET_NUMBER}} --verified=0 -n NONE --message="CI-cycle\ started.\ URL:\ ${{BUILD_URL}}" || true
diff --git a/jjb/ci-apps-verify/ci-apps-jjb.yaml b/jjb/ci-apps-verify/ci-apps-jjb.yaml
index 7b1d4476..afc3b309 100644
--- a/jjb/ci-apps-verify/ci-apps-jjb.yaml
+++ b/jjb/ci-apps-verify/ci-apps-jjb.yaml
@@ -82,8 +82,8 @@
build-timeout: '{build-timeout}'
builders:
- shell: |
- set
- set -x
+ #set
+ #set -x
export TRIGGERURL=$(echo ${{BUILD_URL}} | sed -e 's,-CIB-start.*,,')
echo \$TRIGGERURL
ssh -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" -p 29418 agl-jobbuilder@gerrit.automotivelinux.org gerrit review ${{GERRIT_CHANGE_NUMBER}},${{GERRIT_PATCHSET_NUMBER}} --verified=0 -n NONE --message="CI-cycle\ started.\ URL:\ ${{BUILD_URL}}" || true
diff --git a/jjb/common/include-agl-app-run-test-short.sh b/jjb/common/include-agl-app-run-test-short.sh
index a9c6f40f..82562b3f 100644
--- a/jjb/common/include-agl-app-run-test-short.sh
+++ b/jjb/common/include-agl-app-run-test-short.sh
@@ -6,7 +6,7 @@
## Run SHORT CI test
################################################################################
-set -x
+#set -x
cd $REPODIR
diff --git a/jjb/common/include-agl-lava-labs-prepare.sh b/jjb/common/include-agl-lava-labs-prepare.sh
index bfa213c4..f8a35fd6 100644
--- a/jjb/common/include-agl-lava-labs-prepare.sh
+++ b/jjb/common/include-agl-lava-labs-prepare.sh
@@ -31,7 +31,7 @@ cat <<EOF > ~/.local/share/python_keyring/keyringrc.cfg
default-keyring=keyring.backends.file.PlaintextKeyring
EOF
-set -x
+#set -x
device_available=0
for lab in "${!labs[@]}"; do
val=${labs[$lab]}
diff --git a/jjb/common/include-agl-run-test-prepare.sh b/jjb/common/include-agl-run-test-prepare.sh
index bd5be026..1e453832 100644
--- a/jjb/common/include-agl-run-test-prepare.sh
+++ b/jjb/common/include-agl-run-test-prepare.sh
@@ -4,11 +4,7 @@
################################################################################
## Run SHORT CI test
################################################################################
-set -x
-
-#ls -alh
-#pwd
-#set
+#set -x
cd $REPODIR
diff --git a/jjb/common/include-agl-run-test-rsync-changeid.sh b/jjb/common/include-agl-run-test-rsync-changeid.sh
index 033ca8c0..e576da04 100644
--- a/jjb/common/include-agl-run-test-rsync-changeid.sh
+++ b/jjb/common/include-agl-run-test-rsync-changeid.sh
@@ -28,7 +28,7 @@ cd output
pwd
ls -alhR tmp/deploy/images
-set -x
+#set -x
echo "tmp/deploy/images/${TARGETMACHINE}/${DEVICE_DTB}"
echo "tmp/deploy/images/${TARGETMACHINE}/${DEVICE_DTB#"$DEVICE_KERNEL"-}"
diff --git a/jjb/common/include-agl-run-test-short-flounder.sh b/jjb/common/include-agl-run-test-short-flounder.sh
index ff1fd750..fa949741 100644
--- a/jjb/common/include-agl-run-test-short-flounder.sh
+++ b/jjb/common/include-agl-run-test-short-flounder.sh
@@ -5,7 +5,7 @@
## Run SHORT CI test
################################################################################
-set -x
+#set -x
cd $REPODIR
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}
diff --git a/jjb/common/include-agl-run-test-short-halibut.sh b/jjb/common/include-agl-run-test-short-halibut.sh
index 35f4fe45..91f0a57f 100644
--- a/jjb/common/include-agl-run-test-short-halibut.sh
+++ b/jjb/common/include-agl-run-test-short-halibut.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}
diff --git a/jjb/common/include-agl-run-test-short-release.sh b/jjb/common/include-agl-run-test-short-release.sh
index 50e53e2f..53011b50 100644
--- a/jjb/common/include-agl-run-test-short-release.sh
+++ b/jjb/common/include-agl-run-test-short-release.sh
@@ -5,7 +5,7 @@
## Run SHORT CI test
################################################################################
-set -x
+#set -x
cd $REPODIR
diff --git a/jjb/common/include-agl-run-test-short.sh b/jjb/common/include-agl-run-test-short.sh
index f97218e8..92a38140 100644
--- a/jjb/common/include-agl-run-test-short.sh
+++ b/jjb/common/include-agl-run-test-short.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}/${GERRIT_CHANGE_NUMBER}/${GERRIT_PATCHSET_NUMBER}/${MACHINE}
diff --git a/jjb/common/include-agl-send-email-report.sh b/jjb/common/include-agl-send-email-report.sh
index 84e3df80..15474590 100644
--- a/jjb/common/include-agl-send-email-report.sh
+++ b/jjb/common/include-agl-send-email-report.sh
@@ -5,7 +5,7 @@
## Send email reports after the job is done.
################################################################################
-set -x
+#set -x
UPLOAD_URL_BASE=http://download.automotivelinux.org/AGL/upload/ci
UPLOAD_URL=${UPLOAD_URL_BASE}/${GERRIT_CHANGE_NUMBER}/${GERRIT_PATCHSET_NUMBER}/qemux86-64/
diff --git a/jjb/common/include-apps-build-app.sh b/jjb/common/include-apps-build-app.sh
index 91105eae..a39b0c8d 100644
--- a/jjb/common/include-apps-build-app.sh
+++ b/jjb/common/include-apps-build-app.sh
@@ -72,7 +72,7 @@ if [[ ! x"yes" = x"$HANDLED" ]] && $(echo "$TARGETPROJECT" | grep -q "apps/"); t
git log -1 --pretty=oneline
# Fixme: use aglbuild script
- set -x
+ #set -x
export DONE=0
export isAUTOBUILD=0
diff --git a/jjb/common/include-apps-fetch-install-sdk.sh b/jjb/common/include-apps-fetch-install-sdk.sh
index f91a6836..10a61e66 100644
--- a/jjb/common/include-apps-fetch-install-sdk.sh
+++ b/jjb/common/include-apps-fetch-install-sdk.sh
@@ -4,7 +4,7 @@
#
# debugging purposes
set -e
-set -x
+#set -x
SDKHOSTDIR="~/agl-sdk"
@@ -47,7 +47,7 @@ if test x"" = x"${TARGETSDKNAME}" ; then
exit 0
#exit 1
fi
-set -x
+#set -x
if test ! -f ${TARGETSDKNAME} ; then
echo "Downloading $TARGETSDKNAME for $MACHINE"
wget -nd -c "${SDKBASEURL}/${TARGETSDKNAME}"
diff --git a/jjb/common/include-xds-header.sh b/jjb/common/include-xds-header.sh
index c415edd9..0201306b 100644
--- a/jjb/common/include-xds-header.sh
+++ b/jjb/common/include-xds-header.sh
@@ -3,6 +3,6 @@
# (c) 2018 Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
# License: GPLv2
-set -x
+#set -x
set -e
diff --git a/jjb/daily-jjb-doc-update/include-doc-update.sh b/jjb/daily-jjb-doc-update/include-doc-update.sh
index a11cd850..3064da78 100644
--- a/jjb/daily-jjb-doc-update/include-doc-update.sh
+++ b/jjb/daily-jjb-doc-update/include-doc-update.sh
@@ -3,7 +3,7 @@ set -e
#!/bin/bash
set -e
-set -x
+#set -x
# we need a name and an email
#git config --global user.name build.automotivelinux.org
#git config --global user.email jenkins@automotivelinux.org
diff --git a/jjb/daily-jjb-doc-update/include-doc-upload.sh b/jjb/daily-jjb-doc-update/include-doc-upload.sh
index 2dc54130..c1f6a9c0 100644
--- a/jjb/daily-jjb-doc-update/include-doc-upload.sh
+++ b/jjb/daily-jjb-doc-update/include-doc-upload.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
-set -x
+#set -x
[[ -z "$WORKSPACE" ]] && WORKSPACE=$(pwd -P)
HTDOCS=${HTDOCS:-$WORKSPACE/docs-webtemplate/build-dev/}
diff --git a/jjb/pre-fetch/include-prefetch.sh b/jjb/pre-fetch/include-prefetch.sh
index 8571c5b5..2fae6d31 100644
--- a/jjb/pre-fetch/include-prefetch.sh
+++ b/jjb/pre-fetch/include-prefetch.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-set -x
+#set -x
set +e
#
export BOARDS="qemux86-64 raspberrypi3 intel-corei7-64 m3ulcb-nogfx dra7xx-evm qemuarm qemuarm64"