From 7052f32b296da58515cd5bdde122ae91aaece2aa Mon Sep 17 00:00:00 2001 From: Loys Ollivier Date: Tue, 7 Nov 2017 14:50:42 +0100 Subject: Fix agl-run-test-short Remove machine typo from the releng script call and use the machine argument instead. Change-Id: I012204bf61f45f6c6d4ae56c579db84c9072278a Signed-off-by: Loys Ollivier --- jjb/common/include-agl-run-test-short.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/common/include-agl-run-test-short.sh') diff --git a/jjb/common/include-agl-run-test-short.sh b/jjb/common/include-agl-run-test-short.sh index 18afea5d..83bfc18c 100644 --- 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 -- cgit 1.2.3-korg