diff options
author | Khouloud Touil <ktouil@baylibre.com> | 2019-02-14 16:03:31 +0100 |
---|---|---|
committer | Khouloud Touil <ktouil@baylibre.com> | 2019-02-15 09:52:56 +0100 |
commit | 3766a5ac929396324566153b6c1790342fce5803 (patch) | |
tree | b2c35c9b081d65870d0558c4fcfcec3ae893af3c | |
parent | b04be77d7424bd3f465fcee6562318d65492df73 (diff) |
Display build-info
This patch displays the build-info file contents in order to use them
later in creating test jobs.
Change-Id: Iacfab0324152387f5d10ea45e4352c25448aa5cb
Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
-rw-r--r-- | jjb/common/include-agl-run-test-short.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/common/include-agl-run-test-short.sh b/jjb/common/include-agl-run-test-short.sh index 53f649e3..7d2d09a5 100644 --- a/jjb/common/include-agl-run-test-short.sh +++ b/jjb/common/include-agl-run-test-short.sh @@ -8,6 +8,8 @@ set -x cd $REPODIR +#cat build-info +cat tmp/deploy/images/${TARGETMACHINE}/build-info echo "# LAVA lab target: ${LAVA_LAB} #" # releng-scripts depends on jinja2 >= 2.9 |