diff options
Diffstat (limited to 'jjb/common/include-agl-run-test-short-releaseit.sh')
-rw-r--r-- | jjb/common/include-agl-run-test-short-releaseit.sh | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/jjb/common/include-agl-run-test-short-releaseit.sh b/jjb/common/include-agl-run-test-short-releaseit.sh index 91f0a57f..1c494eca 100644 --- a/jjb/common/include-agl-run-test-short-releaseit.sh +++ b/jjb/common/include-agl-run-test-short-releaseit.sh @@ -12,16 +12,19 @@ UPLOAD_URL=${UPLOAD_URL_BASE}/${RELEASE_BRANCH}/${RELEASE_VERSION}/${MACHINE}/de cd $REPODIR -wget -q ${UPLOAD_URL}/build-info || echo "ERROR: fail to download ${UPLOAD_URL}/build-info" -if [ -e build-info ]; then - cat build-info - source build-info -fi +#wget -q ${UPLOAD_URL}/build-info || echo "ERROR: fail to download ${UPLOAD_URL}/build-info" +#if [ -e build-info ]; then +# cat build-info +# source build-info +#fi + +set echo "# LAVA lab target: ${LAVA_LAB} #" # releng-scripts depends on jinja2 >= 2.9 echo "## Check version of python-jinja2: " -pip show jinja2 +pip3 show jinja2 + CREATE_ARGS="" CREATE_ARGS+="--machine ${releng_device} " CREATE_ARGS+="--build-type release " |