aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/ci-AGL-verify/ci-platform-jjb.yaml
diff options
context:
space:
mode:
authorbuild.automotivelinux.org <jenkins@automotivelinux.org>2019-05-21 18:47:51 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-05-23 11:45:00 +0000
commit2f99a914812db1e6c1feef0c983a3fe804be0127 (patch)
tree3cd48a53a88952360123bae35dfe56b5f36a3dec /jjb/ci-AGL-verify/ci-platform-jjb.yaml
parent72ca3d400baf8bb226fea9abd2ab4ef453433f3a (diff)
Add entry point for testreport email
Bug-AGL: SPEC-1474 Change-Id: I9800023fb68196b875b55e83147b9576b86eccec Signed-off-by: build.automotivelinux.org <jenkins@automotivelinux.org>
Diffstat (limited to 'jjb/ci-AGL-verify/ci-platform-jjb.yaml')
-rw-r--r--jjb/ci-AGL-verify/ci-platform-jjb.yaml58
1 files changed, 58 insertions, 0 deletions
diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml
index aa4103fe..59eb30e3 100644
--- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml
+++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml
@@ -25,6 +25,7 @@
- ci-platform-{project}-verify-failure
# - ci-platform-{project}-verify-CIBT-start #unused
- ci-platform-{project}-verify-CIBT-{machine}
+ - ci-platform-{project}-verify-CIBT-complete
- ci-platform-{project}-verify-CIBT-finish-success
- ci-platform-{project}-remove-artifacts
description: "Managed by JJB. Do not Edit. \
@@ -176,6 +177,14 @@
#abort-all-job: true
kill-phase-on: FAILURE
- multijob:
+ name: 'CIBT-{project}-complete'
+ condition: ALWAYS
+ projects:
+ - name: 'ci-platform-{project}-verify-CIBT-complete'
+ current-parameters: true
+ abort-all-job: true
+ kill-phase-on: FAILURE
+ - multijob:
name: 'CIBT-{project}-finish-success'
condition: SUCCESSFUL
projects:
@@ -543,6 +552,55 @@
################################################################################
################################################################################
+# -verify-CIBT-complete = CI BOOT TEST executed, send email
+################################################################################
+- job-template:
+ name: 'ci-platform-{project}-verify-CIBT-complete'
+ project-type: freestyle
+ concurrent: true
+ node: control-slave
+ description: "Managed by JJB. Do not Edit. \
+ <br>Build time graph:<br><img src='buildTimeGraph/png' />"
+ parameters:
+ - string:
+ name: GERRIT_PROJECT
+ default: 'AGL/{project}'
+ description: "Project to build"
+ - string:
+ name: GERRIT_BRANCH
+ default: master
+ description: "branch to build"
+ - string:
+ name: GERRIT_REFSPEC
+ default: refs/heads/master
+ description: "refspec to build"
+ - string:
+ name: GERRIT_CHANGE_NUMBER
+ default: "8313"
+ description: "change # to build"
+ - string:
+ name: GERRIT_PATCHSET_NUMBER
+ default: "2"
+ description: "patchset # to build"
+ build-discarder:
+ days-to-keep: 30
+ artifact-days-to-keep: -1
+ artifact-num-to-keep: 5
+ wrappers:
+ - agl-infra-wrappers:
+ build-timeout: '{build-timeout}'
+ - openstack:
+ single-use: false
+ builders:
+ - shell:
+ !include-raw-escape:
+ - ../common/include-agl-header.sh
+ # -
+ # -
+ # TODO: ADD EMAIL QUERY HERE
+
+################################################################################
+################################################################################
# -verify-CIBT-finish-success = CI BOOT TEST succeeded, CIBT+1 to gerrit
################################################################################
- job-template: