diff options
Diffstat (limited to 'jjb')
-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 |