From da280a7a258184c5b25426ee7aad25465b1a8684 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 31 Aug 2017 07:26:57 +0200 Subject: Use predefined parameter to avoid bug in selection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I3e403e39a9a2b59022527e8a81c41adf313e2baf Signed-off-by: Jan-Simon Möller --- jjb/ci-apps-verify/ci-apps-jjb.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'jjb/ci-apps-verify/ci-apps-jjb.yaml') 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 -- cgit 1.2.3-korg