diff options
author | Khouloud Touil <ktouil@baylibre.com> | 2019-11-22 16:16:34 +0000 |
---|---|---|
committer | Khouloud Touil <ktouil@baylibre.com> | 2019-11-25 11:31:29 +0000 |
commit | 46cf977042feaa4fa97e72d79a50d1260ed3ed15 (patch) | |
tree | a6a1411ecb85e6bbb4574b0e8161451ced533b19 /jjb | |
parent | 0723eea188feb956b1c8a9e8ee02c36f4484a5e1 (diff) |
Revert "Disable dra7xx-evm target"
This reverts commit 0723eea188feb956b1c8a9e8ee02c36f4484a5e1.
Reason for revert: <git.ti.com appears to be working again>
Bug-AGL: SPEC-2923
Change-Id: I03e838cd8abe02eec13b4d721f9bc68830edc5a8
Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
Diffstat (limited to 'jjb')
-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 d8f70932..da82e88e 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 - qemux86-64 - qemuarm @@ -120,10 +120,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 @@ -164,10 +164,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 |