summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-01-17 01:20:56 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-01-17 01:22:13 +0000
commitd947e0ef4ea40837913255b9e6ee65be7dd3f924 (patch)
tree220ae691269a2413bfb92d7cf54f1d3a1198a164
parent9be9eff3ba2669c186eccbbf5bb06b704766aa48 (diff)
tcwg_kernel-bisect.sh: Update https:// links to artifacts
Change-Id: I95c37245a38bd4a8c8cb59969da3a94099f1560b
-rwxr-xr-xtcwg_kernel-bisect.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tcwg_kernel-bisect.sh b/tcwg_kernel-bisect.sh
index cf1db92b..acee4fb4 100755
--- a/tcwg_kernel-bisect.sh
+++ b/tcwg_kernel-bisect.sh
@@ -336,17 +336,17 @@ cat >> $artifacts/jenkins/mail-body.txt <<EOF
Results regressed from (for $good_name == $good_sha1)
<cut>
-$(cat $artifacts/build-$good_sha1-$good_name/results)
+$(cat $artifacts/build-$good_sha1/results)
</cut>
to (for $bad_name == $bad_sha1)
<cut>
-$(cat $artifacts/build-$bad_sha1-$bad_name/results)
+$(cat $artifacts/build-$bad_sha1/results)
</cut>
-Artifacts of $good_name build: ${BUILD_URL}artifact/artifacts/build-$good_sha1-$good_name/
-Artifacts of $bad_name build: ${BUILD_URL}artifact/artifacts/build-$bad_sha1-$bad_name/
+Artifacts of $good_name build: ${BUILD_URL}artifact/artifacts/build-$good_sha1/
+Artifacts of $bad_name build: ${BUILD_URL}artifact/artifacts/build-$bad_sha1/
Reproduce builds:
<cut>