From: Jan-Simon Möller Date: Wed, 15 Feb 2017 20:10:37 +0000 (+0100) Subject: Another change in the shell commands to avoid jjb to group the commands in the wrong way X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=5fe52af0d80ceaa4fbef47f46e9c68df6fc4824d;p=ci-management.git 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 --- 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