diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-06-09 19:16:00 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-06-09 22:03:01 +0200 |
commit | cf1fc8e08722790752176df0d875a1be8e9c3a32 (patch) | |
tree | 8607eda81c8c6e543bc0861881482053b204e295 /jjb/ci-apps-verify/ci-apps-jjb.yaml | |
parent | 60ab5c6e78b375c51051a7eacccf5f9ba3c9b37f (diff) |
Update application build to support multiarch builds and upload
Change-Id: I1998a8a0ae8ad16029fb834e87f06cdc760426d1
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.yaml | 60 |
1 files changed, 56 insertions, 4 deletions
diff --git a/jjb/ci-apps-verify/ci-apps-jjb.yaml b/jjb/ci-apps-verify/ci-apps-jjb.yaml index 137de8fe..9b56ac25 100644 --- a/jjb/ci-apps-verify/ci-apps-jjb.yaml +++ b/jjb/ci-apps-verify/ci-apps-jjb.yaml @@ -29,7 +29,7 @@ - ci-apps-{project}-verify-CIB-{architecture} - ci-apps-{project}-verify-CIB-finish-success - ci-apps-{project}-verify-failure - + - ci-apps-{project}-remove-artifacts # - ci-apps-{project}-verify-CIB-start # - ci-apps-{project}-verify-CIBT-start #- ci-apps-{project}-verify-CIBT-{architecture} @@ -144,14 +144,14 @@ description: "refspec to build" - string: name: GERRIT_CHANGE_NUMBER - default: "8313" + default: "" description: "change # to build" - string: name: GERRIT_PATCHSET_NUMBER - default: "2" + default: "" description: "patchset # to build" - string: - name: MACHINE + name: TARGETARCH default: '{architecture}' description: "Machine to build" @@ -497,3 +497,55 @@ # set echo "#### CIBT +1 ####" ssh -p 29418 agl-jobbuilder@gerrit.automotivelinux.org gerrit review ${{GERRIT_CHANGE_NUMBER}},${{GERRIT_PATCHSET_NUMBER}} --verified +1 --label ci-image-build=+1 --label ci-image-boot-test=+1 -n NONE --message='CI-Image-Boot-Test\ finished' || true + +################################################################################ +################################################################################ +# -remove-artifacts = merge/abandon, remove artifacts and later trigger sstate +################################################################################ +- job-template: + name: 'ci-apps-{project}-remove-artifacts' + project-type: freestyle + concurrent: true + node: control-slave + parameters: + - string: + name: GERRIT_PROJECT + default: 'apps/{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: "9551" + 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 + triggers: + - gerrit-trigger-patch-merged: + name: 'apps/{project}' + branch: '**/**/**' + - gerrit-trigger-patch-abandoned: + name: 'apps/{project}' + branch: '**/**/**' + builders: + - shell: + !include-raw-escape: + - ../common/include-agl-remove-artifacts-changeid.sh + |