diff options
author | Khouloud Touil <ktouil@baylibre.com> | 2019-02-27 14:02:55 +0100 |
---|---|---|
committer | Khouloud Touil <ktouil@baylibre.com> | 2019-02-27 14:02:55 +0100 |
commit | b0474f0360fc48129f6cfeb2d3880c63355baec7 (patch) | |
tree | 35a214c6dde6acb45b2fe86a81ff942e44fb067a /jjb/common/include-agl-run-test-short-guppy.sh | |
parent | 3766a5ac929396324566153b6c1790342fce5803 (diff) |
Use the build-info file
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>
Diffstat (limited to 'jjb/common/include-agl-run-test-short-guppy.sh')
-rw-r--r-- | jjb/common/include-agl-run-test-short-guppy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/common/include-agl-run-test-short-guppy.sh b/jjb/common/include-agl-run-test-short-guppy.sh index ff1fd750..42565b4e 100644 --- a/jjb/common/include-agl-run-test-short-guppy.sh +++ b/jjb/common/include-agl-run-test-short-guppy.sh @@ -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 |