aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/ci-apps-verify/ci-apps-jjb.yaml
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-07-11 21:28:28 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-07-11 21:28:28 +0200
commit205c141831af55af6ad0330e72ab1daa1eeb6c99 (patch)
tree738cbeb2790658e0e01ac39b0120e889756c5d25 /jjb/ci-apps-verify/ci-apps-jjb.yaml
parente246597b9ed33b45e52cd092a4d7a26b697722e7 (diff)
Convert signalling into publish-trigger
Change-Id: I51d783a20249a367c9b27e59a8b96551ed9b0b7e Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/ci-apps-verify/ci-apps-jjb.yaml')
-rw-r--r--jjb/ci-apps-verify/ci-apps-jjb.yaml17
1 files changed, 7 insertions, 10 deletions
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