From: Jan-Simon Möller Date: Wed, 4 Oct 2017 21:00:11 +0000 (+0200) Subject: Do not abort the other CIBT jobs on failure X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=c7e9a76ba3b0d40c9eb81ff992808cb50047786e;p=ci-management.git Do not abort the other CIBT jobs on failure Change-Id: Icbda1c48bd82df5178b3bb737f31ade3919608b8 Signed-off-by: Jan-Simon Möller --- diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml index 5f37bd1b..c437eefb 100644 --- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml +++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml @@ -136,27 +136,27 @@ projects: - name: 'ci-platform-{project}-verify-CIBT-porter-nogfx' current-parameters: true - abort-all-job: true + #abort-all-job: true kill-phase-on: FAILURE - name: 'ci-platform-{project}-verify-CIBT-intel-corei7-64' current-parameters: true - abort-all-job: true + #abort-all-job: true kill-phase-on: FAILURE - name: 'ci-platform-{project}-verify-CIBT-raspberrypi3' current-parameters: true - abort-all-job: true + #abort-all-job: true kill-phase-on: FAILURE - name: 'ci-platform-{project}-verify-CIBT-dra7xx-evm' current-parameters: true - abort-all-job: true + #abort-all-job: true kill-phase-on: FAILURE - name: 'ci-platform-{project}-verify-CIBT-qemux86-64' current-parameters: true - abort-all-job: true + #abort-all-job: true kill-phase-on: FAILURE - name: 'ci-platform-{project}-verify-CIBT-m3ulcb-nogfx' current-parameters: true - abort-all-job: true + #abort-all-job: true kill-phase-on: FAILURE - multijob: name: 'CIBT-{project}-finish-success'