diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-10-04 21:10:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-10-04 21:10:30 +0000 |
commit | 3ef9b52b167f6c4b3c0baa72ef5fd1a38d6e96fc (patch) | |
tree | 9277c56a10efd181d2b4860f090d4a39843ce27e /jjb | |
parent | 7bd2c46ab035185a1e70c0163d916ea875968254 (diff) | |
parent | c7e9a76ba3b0d40c9eb81ff992808cb50047786e (diff) |
Merge "Do not abort the other CIBT jobs on failure"
Diffstat (limited to 'jjb')
-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' |