From 28925d1d95d7bde1322b53d1153de35349e2cd4c Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 27 Feb 2020 14:20:23 +0100 Subject: Add the html5 image to the CI pipeline Add a new job to the pipeline (qemux86-64 for now) to build-test the html5 image. Bug-AGL: SPEC-3108 . Signed-off-by: Jan-Simon Moeller Change-Id: I9ef99da8cc325e55bcf44c641acbce12d59015ac --- jjb/ci-AGL-verify/ci-platform-jjb.yaml | 69 ++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) (limited to 'jjb/ci-AGL-verify') diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml index 108cc121..5c8d8cd3 100644 --- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml +++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml @@ -102,6 +102,10 @@ current-parameters: true abort-all-job: true kill-phase-on: FAILURE + - name: 'ci-platform-html5-{project}-verify-CIB-qemux86-64' + current-parameters: true + abort-all-job: true + kill-phase-on: FAILURE - multijob: name: CIB-{project}-devboards condition: SUCCESSFUL @@ -350,6 +354,71 @@ # #regular-expression: "Unexpected termination of the channel" +################################################################################ +################################################################################ +# html5-verify-CIB-{machine} = build for machine +################################################################################ +- job-template: + name: 'ci-platform-html5-{project}-verify-CIB-qemux86-64' + project-type: freestyle + concurrent: true + node: agl-test-slave + description: "Managed by JJB. Do not Edit. \ +
Build time graph:
" + 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" + - string: + name: MACHINE + default: 'qemux86-64' + description: "Machine 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: true + builders: + - shell: + !include-raw-escape: + - ../common/include-agl-header.sh + - ../common/include-agl-repo.sh + - ../common/include-agl-set-html5-image.sh + - ../common/include-agl-source-aglsetup.sh + - ../common/include-agl-auto-conf.sh + - ../common/include-agl-limit-parallelism.sh + - ../common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh + - ../common/include-agl-cat-auto-conf.sh + - ../common/include-agl-bitbake-image.sh + - conditional-step: + condition-kind: always + steps: + - shell: + !include-raw-escape: + - ../common/include-agl-get-cost.sh + + ################################################################################ ################################################################################ # -verify-CIB-finish-success = build succeeded, message to gerrit -- cgit 1.2.3-korg