aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/ci-AGL-verify
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 /jjb/ci-AGL-verify
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
Diffstat (limited to 'jjb/ci-AGL-verify')
-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
3 files changed, 5 insertions, 5 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