diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-06-25 18:28:08 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-06-25 18:28:08 +0200 |
commit | e3f8aef07fe8ea1dc9b22692ac19c6907ef88cfb (patch) | |
tree | 4a6fb970cfaf3409dd5d2f214606b87c57dd541d | |
parent | 661eedd787141a91115ea295e4e567523d6c3e42 (diff) |
Remove separate build for agl-compositor
this was merged to master as default.
Change-Id: I71b64406f34ca5eb5ba06083eb1f618c048ada81
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | jjb/ci-AGL-verify/ci-platform-jjb.yaml | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml index b94ee193..8cabbfae 100644 --- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml +++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml @@ -21,7 +21,6 @@ # - ci-platform-{project}-verify-CIB-start #unused - ci-platform-{project}-verify-CIB-{machine} - ci-platform-{project}-verify-CIB-html5-qemux86-64 - #- ci-platform-{project}-verify-CIB-aglcompositor-qemux86-64 - ci-platform-{project}-verify-CIB-finish-success - ci-platform-{project}-verify-failure # - ci-platform-{project}-verify-CIBT-start #unused @@ -196,10 +195,6 @@ current-parameters: true abort-all-job: false kill-phase-on: NEVER - #- name: 'ci-platform-{project}-verify-CIB-aglcompositor-qemux86-64' - # current-parameters: true - # abort-all-job: false - # kill-phase-on: NEVER publishers: - trigger-parameterized-builds: @@ -404,70 +399,6 @@ - ../common/include-agl-get-cost.sh ################################################################################ -################################################################################ -# html5-verify-CIB-{machine} = build for machine -################################################################################ -- job-template: - name: 'ci-platform-{project}-verify-CIB-aglcompositor-qemux86-64' - project-type: freestyle - concurrent: true - node: agl-test-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" - - 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-select.sh - - ../common/include-agl-set-compositor-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-nofail.sh - - conditional-step: - condition-kind: always - steps: - - shell: - !include-raw-escape: - - ../common/include-agl-get-cost.sh - ################################################################################ |