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 | |
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>
-rw-r--r-- | jjb/common/include-agl-run-test-short-guppy.sh | 1 | ||||
-rw-r--r-- | jjb/common/include-agl-run-test-short.sh | 1 |
2 files changed, 2 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 diff --git a/jjb/common/include-agl-run-test-short.sh b/jjb/common/include-agl-run-test-short.sh index 7d2d09a5..3a79a2bd 100644 --- a/jjb/common/include-agl-run-test-short.sh +++ b/jjb/common/include-agl-run-test-short.sh @@ -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 |