Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e784cf9
)
SPEC-3904: fix releng name for BBE
42/26342/1
author
Corentin LABBE
<clabbe@baylibre.com>
Tue, 11 May 2021 13:38:26 +0000
(13:38 +0000)
committer
Corentin LABBE
<clabbe@baylibre.com>
Tue, 11 May 2021 13:38:57 +0000
(13:38 +0000)
releng use bbe as machine name.
Change-Id: I70c2e79c645824e15021157115553f2e04d21d1d
Bug-AGL: SPEC-3904
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
jjb/common/include-agl-run-test-prepare.sh
patch
|
blob
|
history
diff --git
a/jjb/common/include-agl-run-test-prepare.sh
b/jjb/common/include-agl-run-test-prepare.sh
index
cb83a85
..
15b2b84
100644
(file)
--- a/
jjb/common/include-agl-run-test-prepare.sh
+++ b/
jjb/common/include-agl-run-test-prepare.sh
@@
-77,7
+77,7
@@
export BOARDOUT=$(mktemp --directory)
case $MACHINE in
bbe)
lava_device=am335x-sancloud-bbe
- releng_device=
am335x-sancloud-
bbe
+ releng_device=bbe
gen_info || exit 0
;;
qemux86-64)