- 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. \
current-parameters: true
#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
progressive-delay-maximum: 6
regular-expression: "/.*Timed out waiting for device dev-tty.*/"
+################################################################################
+################################################################################
+# -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