diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-05-30 14:31:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-05-30 14:31:38 +0000 |
commit | 49a8efa90e635e425d277df013c4bb71d5c8ca6e (patch) | |
tree | b929f5a5d402122bbbcba3f9a935ba4cb8881c9d /jjb | |
parent | 2b0f9023faacc19f95fed5be51a4f0df75c3f90d (diff) | |
parent | 2f99a914812db1e6c1feef0c983a3fe804be0127 (diff) |
Merge "Add entry point for testreport email"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/ci-AGL-verify/ci-platform-jjb.yaml | 58 |
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: |