diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-04 23:00:11 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-04 23:00:11 +0200 |
commit | c7e9a76ba3b0d40c9eb81ff992808cb50047786e (patch) | |
tree | d666f9add763a94c29c9abed06bf973acba966d2 /jjb/ci-AGL-verify | |
parent | b136296de2f83879300b78319c5502f6f43b2805 (diff) |
Do not abort the other CIBT jobs on failure
Change-Id: Icbda1c48bd82df5178b3bb737f31ade3919608b8
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/ci-AGL-verify')
-rw-r--r-- | jjb/ci-AGL-verify/ci-platform-jjb.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
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' |