Use the build-info file 67/20367/1
authorKhouloud Touil <ktouil@baylibre.com>
Wed, 27 Feb 2019 13:02:55 +0000 (14:02 +0100)
committerKhouloud Touil <ktouil@baylibre.com>
Wed, 27 Feb 2019 13:02:55 +0000 (14:02 +0100)
The build-info file contain a lot of useful informations that could
be used differently. This commit adds a source command to use these
informations in both files 'include-agl-run-test-short-guppy.sh'and
'include-agl-run-test-short.sh'.

Change-Id: I67c216defbde6589901de24c674b840ba692a814
Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
jjb/common/include-agl-run-test-short-guppy.sh
jjb/common/include-agl-run-test-short.sh

index ff1fd75..42565b4 100644 (file)
@@ -8,6 +8,7 @@
 set -x
 
 cd $REPODIR
+source tmp/deploy/images/${TARGETMACHINE}/build-info
 
 echo "# LAVA lab target: ${LAVA_LAB} #"
 # releng-scripts depends on jinja2 >= 2.9
index 7d2d09a..3a79a2b 100644 (file)
@@ -10,6 +10,7 @@ set -x
 cd $REPODIR
 #cat build-info
 cat tmp/deploy/images/${TARGETMACHINE}/build-info
+source tmp/deploy/images/${TARGETMACHINE}/build-info
 
 echo "# LAVA lab target: ${LAVA_LAB} #"
 # releng-scripts depends on jinja2 >= 2.9