From ef6f139c627b8a4bb64b492921b3bbe2416d4f28 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Mon, 29 Apr 2019 23:17:45 +0200 Subject: Use a 2-phase build pipeline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit emulators first, then devboards. A failing emulator build will abort instantly. A failing devboard build will let the others continue. Change-Id: Ice71a36c166cd04c1c501951e2702d58d4b2a2f7 Signed-off-by: Jan-Simon Möller --- jjb/ci-AGL-verify/ci-platform-jjb.yaml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'jjb') diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml index 92fa4339..f27e80cd 100644 --- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml +++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml @@ -92,30 +92,34 @@ # abort-all-job: true # kill-phase-on: FAILURE - multijob: - name: CIB-{project} + name: CIB-{project}-emulator condition: SUCCESSFUL projects: - - name: 'ci-platform-{project}-verify-CIB-intel-corei7-64' + - name: 'ci-platform-{project}-verify-CIB-qemux86-64' current-parameters: true - #abort-all-job: true + abort-all-job: true kill-phase-on: FAILURE - - name: 'ci-platform-{project}-verify-CIB-raspberrypi3' + - name: 'ci-platform-{project}-verify-CIB-qemuarm' current-parameters: true - #abort-all-job: true + abort-all-job: true kill-phase-on: FAILURE - - name: 'ci-platform-{project}-verify-CIB-dra7xx-evm' + - name: 'ci-platform-{project}-verify-CIB-qemuarm64' current-parameters: true - #abort-all-job: true + abort-all-job: true kill-phase-on: FAILURE - - name: 'ci-platform-{project}-verify-CIB-qemux86-64' + - multijob: + name: CIB-{project}-devboards + condition: SUCCESSFUL + projects: + - name: 'ci-platform-{project}-verify-CIB-intel-corei7-64' current-parameters: true #abort-all-job: true kill-phase-on: FAILURE - - name: 'ci-platform-{project}-verify-CIB-qemuarm' + - name: 'ci-platform-{project}-verify-CIB-raspberrypi3' current-parameters: true #abort-all-job: true kill-phase-on: FAILURE - - name: 'ci-platform-{project}-verify-CIB-qemuarm64' + - name: 'ci-platform-{project}-verify-CIB-dra7xx-evm' current-parameters: true #abort-all-job: true kill-phase-on: FAILURE -- cgit 1.2.3-korg