diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-08-31 07:26:57 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-08-31 07:26:57 +0200 |
commit | da280a7a258184c5b25426ee7aad25465b1a8684 (patch) | |
tree | 1fdcdc2938aae4a78b3a6a47a51c1edb1d7cbe45 | |
parent | 752e14f13849c8bb2d270dcf4d9ac30bf7fe9b90 (diff) |
Use predefined parameter to avoid bug in selection
Change-Id: I3e403e39a9a2b59022527e8a81c41adf313e2baf
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | jjb/ci-apps-verify/ci-apps-jjb.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/jjb/ci-apps-verify/ci-apps-jjb.yaml b/jjb/ci-apps-verify/ci-apps-jjb.yaml index 9a0bcbf4..9aa7fa56 100644 --- a/jjb/ci-apps-verify/ci-apps-jjb.yaml +++ b/jjb/ci-apps-verify/ci-apps-jjb.yaml @@ -77,7 +77,7 @@ description: "patchset # to build" - string: name: AGLBRANCH - default: '{aglbranch}' + default: 'master' description: "AGL release branch to use" build-discarder: days-to-keep: 30 @@ -113,18 +113,22 @@ current-parameters: true #abort-all-job: true kill-phase-on: FAILURE + predefined-parameters: AGLBRANCH=master - name: 'ci-apps-{project}-verify-master-CIB-aarch64' current-parameters: true #abort-all-job: true kill-phase-on: FAILURE + predefined-parameters: AGLBRANCH=master - name: 'ci-apps-{project}-verify-master-CIB-x86-64' current-parameters: true #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-aarch64' # does not exist in dab # current-parameters: true # #abort-all-job: true @@ -133,6 +137,7 @@ current-parameters: true #abort-all-job: true kill-phase-on: FAILURE + predefined-parameters: AGLBRANCH=dab - multijob: name: CIB-{project}-finish-success condition: SUCCESSFUL |