From: Jan-Simon Möller Date: Sun, 17 Sep 2017 18:54:15 +0000 (+0200) Subject: Rework branch support for application CI X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=72525273dc11c1d61a7091cb1cdad171a2e321c3;p=ci-management.git 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 --- 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