diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2019-05-06 08:55:40 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2019-05-09 09:13:19 +0200 |
commit | 7474282c5cde904cce25d0e7e9e5ba0fdb4fb981 (patch) | |
tree | d6ad9572daa1d21bc72aa987cd6c98638d088dd5 | |
parent | 67ecb22ed6f60b5f765d9c5c8c41b837366dc819 (diff) |
SPEC-2075: Enable CIBT for upsquare
Enable CIBT for the upsquare board.
Bug-AGL: SPEC-2075
Change-Id: I7b54ce3fef7a459b12234e6ac9a652bed90e9be1
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
-rw-r--r-- | jjb/common/include-agl-run-test-prepare.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/common/include-agl-run-test-prepare.sh b/jjb/common/include-agl-run-test-prepare.sh index 9a56c595..5a68ab6b 100644 --- a/jjb/common/include-agl-run-test-prepare.sh +++ b/jjb/common/include-agl-run-test-prepare.sh @@ -31,6 +31,7 @@ agl_lava_releng_aliases=( [m3ulcb-nogfx]="r8a7796-m3ulcb;m3ulcb" [porter-nogfx]="renesas-porter;porter" [dra7xx-evm]="dra7-evm;dra7xx-evm" + [intel-corei7-64]="upsquare;upsquare" ) OFS=${IFS} |