summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-01-22 11:16:11 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-01-28 07:14:52 +0000
commit3323a972727c91c9df0ffc7328ab4eaedfe497e1 (patch)
treec101c2a70f315be208029f26ba82545fef4fc45b
parent3fc3100497de6c8887e3a1d815cd2b8227207352 (diff)
tcwg_kernel-bisect.sh: Don't force $reproduce_bisect==true in the manifest
Setting $reproduce_bisect to true has the effect of bisect being reproduced exactly as the original one, and expects manifests of all test builds to be present. While this is useful, the common case is to reproduce a bisect that went wrong, so the reproduction will diverge from the initial bisection. Therefore to reproduce the common case use (assuming original artifacts in archive directory) ./jenkins-scripts/tcwg_kernel-bisect.sh @@ archive/artifacts/manifests/bisect.sh -- @@ archive/artifacts/manifests/build-parameters.sh and to reproduce bisect exactly use ./jenkins-scripts/tcwg_kernel-bisect.sh @@ archive/artifacts/manifests/bisect.sh --reproduce_bisect true Change-Id: Ie6aa842d9949fad2298b1d56d74973e61541836a
-rwxr-xr-xtcwg_kernel-bisect.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/tcwg_kernel-bisect.sh b/tcwg_kernel-bisect.sh
index 24a0917b..acfc20c2 100755
--- a/tcwg_kernel-bisect.sh
+++ b/tcwg_kernel-bisect.sh
@@ -60,12 +60,6 @@ ln -f -s "build-baseline" "$artifacts/build-$baseline_rev"
ln -f -s "build-baseline.sh" "$artifacts/manifests/build-$baseline_rev.sh"
echo "$baseline_rev" >> $artifacts/good_revs
-cat <<EOF | manifest_out
-declare -g reproduce_bisect=true
-declare -g bad_rev=$bad_rev
-declare -g baseline_rev=$baseline_rev
-EOF
-
# Bisect script.
#
# With this script we find the first commit that has regressed compared