From 205c141831af55af6ad0330e72ab1daa1eeb6c99 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 11 Jul 2018 21:28:28 +0200 Subject: Convert signalling into publish-trigger MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I51d783a20249a367c9b27e59a8b96551ed9b0b7e Signed-off-by: Jan-Simon Möller --- jjb/ci-apps-verify/ci-apps-jjb.yaml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'jjb/ci-apps-verify') diff --git a/jjb/ci-apps-verify/ci-apps-jjb.yaml b/jjb/ci-apps-verify/ci-apps-jjb.yaml index 1c369eb5..9b7ed33c 100644 --- a/jjb/ci-apps-verify/ci-apps-jjb.yaml +++ b/jjb/ci-apps-verify/ci-apps-jjb.yaml @@ -173,14 +173,6 @@ current-parameters: true abort-all-job: true kill-phase-on: FAILURE - - multijob: - name: ci-apps-{project}-verify-{aglbranch}-gracetime - condition: SUCCESSFUL - projects: - - name: 'ci-apps-{project}-verify-{aglbranch}-signal-gracetime' - current-parameters: true - abort-all-job: true - kill-phase-on: FAILURE ################################################################################ @@ -296,7 +288,12 @@ set echo "#### CIB +1 #### Verified +1 ####" ssh -p 29418 agl-jobbuilder@gerrit.automotivelinux.org gerrit review ${{GERRIT_CHANGE_NUMBER}},${{GERRIT_PATCHSET_NUMBER}} --verified +1 --label ci-image-build=+1 -n NONE --message="CI-Image-Build\ finished,\ CIB+1,\ Verified+1.\ Artifacts\ available\ at\ https://download.automotivelinux.org/AGL/upload/ci/${{GERRIT_CHANGE_NUMBER}}/${{GERRIT_PATCHSET_NUMBER}}/\ ." || true - + publishers: + - trigger-parameterized-builds: + - project: + - ci-apps-{project}-verify-{aglbranch}-signal-gracetime + current-parameters: true + condition: SUCCESS ################################################################################ # ci-apps-{project}-gracetime = 24h grace msg to gerrit @@ -343,7 +340,7 @@ - shell: | set echo "#### CIB +1 #### Verified +1 ####" - ssh -p 29418 agl-jobbuilder@gerrit.automotivelinux.org gerrit review ${{GERRIT_CHANGE_NUMBER}},${{GERRIT_PATCHSET_NUMBER}} --verified +1 --label ci-gracetime=+1 --label ci-image-build=+1 -n NONE --message="24h gracetime over. Ready to merge." || true + ssh -p 29418 agl-jobbuilder@gerrit.automotivelinux.org gerrit review ${{GERRIT_CHANGE_NUMBER}},${{GERRIT_PATCHSET_NUMBER}} --verified +1 --label ci-gracetime=+1 --label ci-image-build=+1 -n NONE || true -- cgit 1.2.3-korg