diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-03-27 19:58:58 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2019-03-27 19:58:58 +0100 |
commit | 25fe84299e8e3ddce074c2bf9ddac7ab2b16722c (patch) | |
tree | 2af4e63f4451840a3f7f1380f5561d72b676e77e /jjb/common/include-agl-run-test-short.sh | |
parent | 236af54101db4914a8105160b5d3feb5ff6c2cc9 (diff) |
Workaround for intra-cloud requests
Revert when fixed.
Change-Id: I5ee0ab8eb06628d7a7e07bfb6eea23bc958a9b0c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
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 64e6e040..9995e9b5 100644 --- a/jjb/common/include-agl-run-test-short.sh +++ b/jjb/common/include-agl-run-test-short.sh @@ -7,7 +7,7 @@ set -x -UPLOAD_URL_BASE=https://download.automotivelinux.org/AGL/upload/ci +UPLOAD_URL_BASE=http://download.automotivelinux.org/AGL/upload/ci UPLOAD_URL=${UPLOAD_URL_BASE}/${GERRIT_CHANGE_NUMBER}/${GERRIT_PATCHSET_NUMBER}/${MACHINE} cd $REPODIR |