diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2020-12-10 14:33:50 +0000 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2020-12-10 14:33:50 +0000 |
commit | 5ce6d40ac68d672a8391fb8f57033fbd03c0309f (patch) | |
tree | fb6b70d214edf2c3479818f8c10a59575ecb01a3 | |
parent | 185d72908b56cb57e9b6ff05bd8684a7f4311263 (diff) |
SPEC-3714: copy artifacts for r8a7795-agl-refhw
Enabe the copy of artifacts for r8a7795-agl-refhw
Change-Id: Id3536647e1f57955ba7ff512a8256f7b2ab48f38
Bug-AGL: SPEC-3714
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
-rw-r--r-- | jjb/common/include-agl-run-test-prepare.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/common/include-agl-run-test-prepare.sh b/jjb/common/include-agl-run-test-prepare.sh index d0bd5232..33e64801 100644 --- a/jjb/common/include-agl-run-test-prepare.sh +++ b/jjb/common/include-agl-run-test-prepare.sh @@ -102,6 +102,9 @@ h3ulcb-nogfx) lava_device=r8a7795-h3ulcb-kf releng_device=h3ulcb-kf gen_info || exit 0 + lava_device=r8a7795-agl-refhw + releng_device=r8a7795-agl-refhw + gen_info || exit 0 ;; upsquare) lava_device=upsquare |