aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/ci-AGL-verify
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-02-15 21:10:37 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-02-15 21:10:37 +0100
commit5fe52af0d80ceaa4fbef47f46e9c68df6fc4824d (patch)
tree987a641a3aaa273e4e0dff8410f44e953d644794 /jjb/ci-AGL-verify
parent0cf8e19bc71a2a58023c589ce0e31aa48c5bb01a (diff)
Another change in the shell commands to avoid jjb to group the commands in the wrong way
Change-Id: I4539b96564cc4d30451cca9aa62b8c3c7249c2f3 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/ci-AGL-verify')
-rw-r--r--jjb/ci-AGL-verify/ci-platform-jjb.yaml15
1 files changed, 10 insertions, 5 deletions
diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml
index 18e4686b..2dafc2c5 100644
--- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml
+++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml
@@ -298,9 +298,12 @@
build-timeout: '{build-timeout}'
builders:
- - shell: "echo YAY ; set"
- - shell: "ssh -p 29418 agl-jobbuilder@gerrit.automotivelinux.org gerrit review ${{GERRIT_CHANGE_NUMBER}},${{GERRIT_PATCHSET_NUMBER}} --label ci-image-build=+1 -n NONE --message=\"CI-Image-Build finished\" || true"
- - shell: "ssh -p 29418 agl-jobbuilder@gerrit.automotivelinux.org gerrit review ${{GERRIT_CHANGE_NUMBER}},${{GERRIT_PATCHSET_NUMBER}} --verified +1 -n NONE --message=\"Image successful, Verified +1\" || true"
+ - shell: |
+ set
+ echo "#### CIB +1 ####"
+ ssh -p 29418 agl-jobbuilder@gerrit.automotivelinux.org gerrit review ${{GERRIT_CHANGE_NUMBER}},${{GERRIT_PATCHSET_NUMBER}} --label ci-image-build=+1 -n NONE --message="CI-Image-Build finished" || true
+ echo "#### Verified +1 ####"
+ ssh -p 29418 agl-jobbuilder@gerrit.automotivelinux.org gerrit review ${{GERRIT_CHANGE_NUMBER}},${{GERRIT_PATCHSET_NUMBER}} --verified +1 -n NONE --message="Image successful, Verified +1" || true
#
@@ -453,5 +456,7 @@
build-timeout: '{build-timeout}'
builders:
- - shell: "echo YAY ; set "
- - shell: "ssh -p 29418 agl-jobbuilder@gerrit.automotivelinux.org gerrit review ${{GERRIT_CHANGE_NUMBER}},${{GERRIT_PATCHSET_NUMBER}} --label ci-image-boot-test=+1 -n NONE --message='CI-Image-Boot-Test finished' || true"
+ - shell: |
+ set
+ echo "#### CIBT +1 ####"
+ ssh -p 29418 agl-jobbuilder@gerrit.automotivelinux.org gerrit review ${{GERRIT_CHANGE_NUMBER}},${{GERRIT_PATCHSET_NUMBER}} --label ci-image-boot-test=+1 -n NONE --message='CI-Image-Boot-Test finished' || true