From 3766a5ac929396324566153b6c1790342fce5803 Mon Sep 17 00:00:00 2001 From: Khouloud Touil Date: Thu, 14 Feb 2019 16:03:31 +0100 Subject: 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 --- jjb/common/include-agl-run-test-short.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit 1.2.3-korg