From a9fcea01daf49de7099a85691eb4e9fc3b091b7e Mon Sep 17 00:00:00 2001 From: Loys Ollivier Date: Mon, 11 Dec 2017 11:33:22 +0100 Subject: jjb/common: clean up device names to standardized ones. Use the device_name table aliases earlier in the CI process. That way all the scripts are using the correct device name. Avoiding name mismatch resulting to CI failure. Change-Id: Ia6f9f8beb06c43a24605abb24e676eaed68cc67e Signed-off-by: Loys Ollivier --- jjb/common/include-agl-run-test-short-release.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'jjb/common/include-agl-run-test-short-release.sh') diff --git a/jjb/common/include-agl-run-test-short-release.sh b/jjb/common/include-agl-run-test-short-release.sh index 13a122e7..89992f85 100644 --- a/jjb/common/include-agl-run-test-short-release.sh +++ b/jjb/common/include-agl-run-test-short-release.sh @@ -7,10 +7,8 @@ set -x -echo "## ${MACHINE} ##" cd $REPODIR -__MACHINE=${MACHINE%-nogfx} # releng doesn't care echo "# LAVA lab target: ${LAVA_LAB} #" # releng-scripts depends on jinja2 >= 2.9 echo "## Check version of python-jinja2: " @@ -29,7 +27,7 @@ CREATE_ARGS+="--test all" $RELENG/utils/create-jobs.py ${CREATE_ARGS} > testjob.yaml if [ $? != 0 ]; then - echo "ERROR: Machine ${$__MACHINE}: LAVA job creation failed." + echo "ERROR: Machine ${releng_device}: LAVA job creation failed." exit 0 else cat testjob.yaml -- cgit 1.2.3-korg