Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
07f140e
)
jjb/common: run-test-short: fix the link of the UPLOAD_URL
77/20777/1
author
Khouloud Touil
<ktouil@baylibre.com>
Fri, 22 Mar 2019 15:00:31 +0000
(16:00 +0100)
committer
Khouloud Touil
<ktouil@baylibre.com>
Fri, 22 Mar 2019 15:00:31 +0000
(16:00 +0100)
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>
jjb/common/include-agl-run-test-short.sh
patch
|
blob
|
history
diff --git
a/jjb/common/include-agl-run-test-short.sh
b/jjb/common/include-agl-run-test-short.sh
index
1582a72
..
64e6e04
100644
(file)
--- 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