summaryrefslogtreecommitdiff
path: root/tcwg_kernel-bisect.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg_kernel-bisect.sh')
-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>