From 7e38e9d5b44a5304f214df4f171ef8adf5d94796 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Thu, 13 Jul 2017 03:40:08 +0000 Subject: jjb/common: remove unused TESTJOBFILE Individual machines are allowed to have their own LAVA templates, but they are not used, and completely overwritten by a default template. Since they are unused, remove them for clarity. Change-Id: Ib9196ac52dca7ef1891625a98399c70e3027abbb Signed-off-by: Kevin Hilman --- jjb/common/include-agl-run-test-short-release.sh | 9 --------- 1 file changed, 9 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 f09dca8c..c1228764 100644 --- a/jjb/common/include-agl-run-test-short-release.sh +++ b/jjb/common/include-agl-run-test-short-release.sh @@ -11,15 +11,6 @@ echo "## ${MACHINE} ##" cd $REPODIR -echo "## $TESTJOBFILE ##" - -if [ -e $TESTJOBFILE ] ; then - echo "Using $TESTJOBFILE ..." - cp $TESTJOBFILE testjob.yaml -else - echo "!! NO TESTJOBFILE - trying to continue with a default !!" -fi - cat < testjob.yaml # Your first LAVA JOB definition for a $MACHINE board device_type: @REPLACE_DEVICE_TYPE@ -- cgit 1.2.3-korg