diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-05-23 20:01:06 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-05-23 20:09:12 +0200 |
commit | c1932f90a0cd90db32708445bb947cefdac49f23 (patch) | |
tree | 50a31d93e2fa8140718508a4e306c0ea571d156f /jjb/ci-apps-verify | |
parent | 664d85a962753a17f1db666f7e78a36f5a4ddae9 (diff) |
Extend app build train
Change-Id: I893e2cc94ef8c69c1e44293ae824df24300c0889
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/ci-apps-verify')
-rwxr-xr-x | jjb/ci-apps-verify/ci-apps-jjb.local.sh | 1 | ||||
-rw-r--r-- | jjb/ci-apps-verify/ci-apps-jjb.yaml | 21 |
2 files changed, 4 insertions, 18 deletions
diff --git a/jjb/ci-apps-verify/ci-apps-jjb.local.sh b/jjb/ci-apps-verify/ci-apps-jjb.local.sh index 8c5a74b0..9cae1dca 100755 --- a/jjb/ci-apps-verify/ci-apps-jjb.local.sh +++ b/jjb/ci-apps-verify/ci-apps-jjb.local.sh @@ -3,3 +3,4 @@ set -x . ../common/include-apps-header.sh . ../common/include-apps-fetch-install-sdk.sh +. ../common/include-apps-build-app.sh diff --git a/jjb/ci-apps-verify/ci-apps-jjb.yaml b/jjb/ci-apps-verify/ci-apps-jjb.yaml index 03c6b288..033c1c62 100644 --- a/jjb/ci-apps-verify/ci-apps-jjb.yaml +++ b/jjb/ci-apps-verify/ci-apps-jjb.yaml @@ -98,23 +98,7 @@ name: CIB-{project} condition: SUCCESSFUL projects: - - name: 'ci-apps-{project}-verify-CIB-porter-nogfx' - current-parameters: true - abort-all-job: true - kill-phase-on: FAILURE - - name: 'ci-apps-{project}-verify-CIB-intel-corei7-64' - current-parameters: true - abort-all-job: true - kill-phase-on: FAILURE - - name: 'ci-apps-{project}-verify-CIB-raspberrypi3' - current-parameters: true - abort-all-job: true - kill-phase-on: FAILURE - - name: 'ci-apps-{project}-verify-CIB-dra7xx-evm' - current-parameters: true - abort-all-job: true - kill-phase-on: FAILURE - - name: 'ci-apps-{project}-verify-CIB-qemux86-64' + - name: 'ci-apps-{project}-verify-CIB-arm' current-parameters: true abort-all-job: true kill-phase-on: FAILURE @@ -324,8 +308,9 @@ - shell: # including from ../common into ci-apps-{project}-verify-CIB-{architecture} !include-raw-escape: - - ../common/include-apps-fetch-install-sdk.sh - ../common/include-apps-header.sh + - ../common/include-apps-fetch-install-sdk.sh + - ../common/include-apps-build-app.sh publishers: - naginator: |