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:
3d42f4b
)
Fix agl-run-test-short
39/11739/1
author
Loys Ollivier
<lollivier@baylibre.com>
Tue, 7 Nov 2017 13:50:42 +0000
(14:50 +0100)
committer
Loys Ollivier
<lollivier@baylibre.com>
Tue, 7 Nov 2017 13:50:42 +0000
(14:50 +0100)
Remove machine typo from the releng script call and use the machine
argument instead.
Change-Id: I012204bf61f45f6c6d4ae56c579db84c9072278a
Signed-off-by: Loys Ollivier <lollivier@baylibre.com>
jjb/common/include-agl-run-test-short.sh
patch
|
blob
|
history
diff --git
a/jjb/common/include-agl-run-test-short.sh
b/jjb/common/include-agl-run-test-short.sh
index
18afea5
..
83bfc18
100644
(file)
--- a/
jjb/common/include-agl-run-test-short.sh
+++ b/
jjb/common/include-agl-run-test-short.sh
@@
-31,7
+31,7
@@
if [ ! -z $RELENG ] && \
CREATE_ARGS+="--build-version $BUILD_VERSION "
CREATE_ARGS+="--callback lab-baylibre-legacy "
CREATE_ARGS+="--test all"
- $RELENG/utils/create-jobs.py ${CREATE_ARGS}
${__MACHINE}
> testjob.yaml
+ $RELENG/utils/create-jobs.py ${CREATE_ARGS} > testjob.yaml
cat testjob.yaml
else