diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-11-25 16:43:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-11-25 16:43:26 +0000 |
commit | a06d344c5e57654871e3fa3b5f9a479f2bd20c3e (patch) | |
tree | 1e03647f54250d7a7ab945a245064dcc2f8a7d96 | |
parent | a72b7822ffe76524cbd1c8e7aea8027005b61ae1 (diff) | |
parent | 46cf977042feaa4fa97e72d79a50d1260ed3ed15 (diff) |
Merge "Revert "Disable dra7xx-evm target""
-rw-r--r-- | jjb/ci-AGL-verify/ci-platform-jjb.yaml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml index a958544b..75fa2d9a 100644 --- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml +++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml @@ -4,7 +4,7 @@ machine: - raspberrypi3 - intel-corei7-64 - #- dra7xx-evm + - dra7xx-evm - m3ulcb-nogfx - h3ulcb-nogfx - qemux86-64 @@ -121,10 +121,10 @@ current-parameters: true #abort-all-job: true kill-phase-on: FAILURE - #- name: 'ci-platform-{project}-verify-CIB-dra7xx-evm' - # current-parameters: true + - name: 'ci-platform-{project}-verify-CIB-dra7xx-evm' + current-parameters: true #abort-all-job: true - # kill-phase-on: FAILURE + kill-phase-on: FAILURE - name: 'ci-platform-{project}-verify-CIB-m3ulcb-nogfx' current-parameters: true #abort-all-job: true @@ -169,10 +169,10 @@ current-parameters: true #abort-all-job: true kill-phase-on: NEVER - #- name: 'ci-platform-{project}-verify-CIBT-dra7xx-evm' - # current-parameters: true - # #abort-all-job: true - # kill-phase-on: NEVER + - name: 'ci-platform-{project}-verify-CIBT-dra7xx-evm' + current-parameters: true + #abort-all-job: true + kill-phase-on: NEVER - name: 'ci-platform-{project}-verify-CIBT-qemux86-64' current-parameters: true #abort-all-job: true |