diff options
author | Khouloud Touil <ktouil@baylibre.com> | 2019-03-22 16:00:31 +0100 |
---|---|---|
committer | Khouloud Touil <ktouil@baylibre.com> | 2019-03-22 16:00:31 +0100 |
commit | 1cdc1213c44e14c9251ed542de9f493f737631e0 (patch) | |
tree | a7a374e00fec4e7b455124eb4e6553c3c065aeee /jjb/common/include-agl-run-test-short.sh | |
parent | 07f140e2ad006f544dc3ce4b383d8c60fa42dc79 (diff) |
jjb/common: run-test-short: fix the link of the UPLOAD_URL
The UPLOAD_URL lacks the name of the machine, so this patch fixes the
link from where to upload the build-info file.
Change-Id: Ia80e80092eaacfae3cb68d819309d6e819405257
Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
Diffstat (limited to 'jjb/common/include-agl-run-test-short.sh')
-rw-r--r-- | jjb/common/include-agl-run-test-short.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-run-test-short.sh b/jjb/common/include-agl-run-test-short.sh index 1582a72c..64e6e040 100644 --- a/jjb/common/include-agl-run-test-short.sh +++ b/jjb/common/include-agl-run-test-short.sh @@ -8,7 +8,7 @@ set -x UPLOAD_URL_BASE=https://download.automotivelinux.org/AGL/upload/ci -UPLOAD_URL=${UPLOAD_URL_BASE}/${GERRIT_CHANGE_NUMBER}/${GERRIT_PATCHSET_NUMBER} +UPLOAD_URL=${UPLOAD_URL_BASE}/${GERRIT_CHANGE_NUMBER}/${GERRIT_PATCHSET_NUMBER}/${MACHINE} cd $REPODIR |