diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-09-12 14:30:53 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-09-12 14:30:53 +0200 |
commit | 5c90bfbfb3eebde2795b8194560279ebb902a1ba (patch) | |
tree | 76da45c74073cf180efff52ab5cb107062aa9d3c | |
parent | c33fe2d71ff7de693eae41c129079fe99bab5a1c (diff) |
Let the builds continue to see what targets build before stopping the phase
Change-Id: If377fcd945d0d9856efab384f06088d2c74accca
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | jjb/ci-AGL-verify/ci-platform-jjb.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml index 3e7ce447..4f85c59b 100644 --- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml +++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml @@ -92,27 +92,27 @@ projects: - name: 'ci-platform-{project}-verify-CIB-porter-nogfx' current-parameters: true - abort-all-job: true + #abort-all-job: true kill-phase-on: FAILURE - name: 'ci-platform-{project}-verify-CIB-intel-corei7-64' current-parameters: true - abort-all-job: true + #abort-all-job: true kill-phase-on: FAILURE - name: 'ci-platform-{project}-verify-CIB-raspberrypi3' current-parameters: true - abort-all-job: true + #abort-all-job: true kill-phase-on: FAILURE - name: 'ci-platform-{project}-verify-CIB-dra7xx-evm' current-parameters: true - abort-all-job: true + #abort-all-job: true kill-phase-on: FAILURE - 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-m3ulcb-nogfx' current-parameters: true - abort-all-job: true + #abort-all-job: true kill-phase-on: FAILURE - multijob: name: CIB-{project}-finish-success @@ -120,7 +120,7 @@ projects: - name: 'ci-platform-{project}-verify-CIB-finish-success' current-parameters: true - abort-all-job: true + #abort-all-job: true kill-phase-on: FAILURE # - multijob: # name: 'CIBT-{project}-start' |