diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-09-17 20:54:15 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-09-17 20:54:15 +0200 |
commit | 72525273dc11c1d61a7091cb1cdad171a2e321c3 (patch) | |
tree | e2fb5dd693b7fc42ee9d85455503a382db55ced3 /jjb | |
parent | 5c90bfbfb3eebde2795b8194560279ebb902a1ba (diff) |
Rework branch support for application CI
In this step the default builds for master and dab are reduced to just master.
Some apps like gps do not work with dab at all. So it does not make sense to
build them also for dab.
We have these options:
a) introduce branches into the app repos to match the AGL branch
b) define the equivalent of an API level so apps are build matching their level
a) works short-term b) mid-/long-term.
Change-Id: I1538a22cca75240e85fa39313061156c0e75e995
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/ci-apps-verify/ci-apps-jjb.yaml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/jjb/ci-apps-verify/ci-apps-jjb.yaml b/jjb/ci-apps-verify/ci-apps-jjb.yaml index 9a079ad9..56b8ee5b 100644 --- a/jjb/ci-apps-verify/ci-apps-jjb.yaml +++ b/jjb/ci-apps-verify/ci-apps-jjb.yaml @@ -128,20 +128,20 @@ #abort-all-job: true kill-phase-on: FAILURE predefined-parameters: AGLBRANCH=master - - name: 'ci-apps-{project}-verify-dab-CIB-arm' - current-parameters: true - #abort-all-job: true - kill-phase-on: FAILURE - predefined-parameters: AGLBRANCH=dab + #- name: 'ci-apps-{project}-verify-dab-CIB-arm' + # current-parameters: true + # #abort-all-job: true + # kill-phase-on: FAILURE + # predefined-parameters: AGLBRANCH=dab #- name: 'ci-apps-{project}-verify-dab-CIB-aarch64' # does not exist in dab # current-parameters: true # #abort-all-job: true # kill-phase-on: FAILURE - - name: 'ci-apps-{project}-verify-dab-CIB-x86-64' - current-parameters: true - #abort-all-job: true - kill-phase-on: FAILURE - predefined-parameters: AGLBRANCH=dab + #- name: 'ci-apps-{project}-verify-dab-CIB-x86-64' + # current-parameters: true + # #abort-all-job: true + # kill-phase-on: FAILURE + # predefined-parameters: AGLBRANCH=dab - multijob: name: CIB-{project}-finish-success condition: SUCCESSFUL |