summaryrefslogtreecommitdiff
path: root/tcwg_kernel-build.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-01-19 14:26:13 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-01-21 14:27:28 +0000
commit0fc62db745c77966ed6ac58c56e166946216f11b (patch)
treee0a8a65f4d8ca5fe967245528894610bdc607284 /tcwg_kernel-build.sh
parent0c835eb199b4627685e1b747bdfdeab0ec3fe221 (diff)
tcwg_kernel-build.sh: Simplify reproduction logic
Remove "reproduce" mode and follow the manifest. Use dedicated variables for storing projects' SHA1s' in the manifest in clone_repo like we do in all other places. Change-Id: I5407c403cd553bb6103addda0829ba8d0f0869cb
Diffstat (limited to 'tcwg_kernel-build.sh')
-rwxr-xr-xtcwg_kernel-build.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/tcwg_kernel-build.sh b/tcwg_kernel-build.sh
index 555e552c..8b0e6a09 100755
--- a/tcwg_kernel-build.sh
+++ b/tcwg_kernel-build.sh
@@ -7,7 +7,7 @@ scripts=$(dirname $0)
convert_args_to_variables "$@"
-# Execution mode: baseline, bisect, continue, jenkins-full, reproduce
+# Execution mode: baseline, bisect, continue, jenkins-full
mode="${mode-baseline}"
obligatory_variables toolchain \
@@ -28,11 +28,6 @@ case "$mode" in
;;
esac
-cat <<EOF | manifest_out
-declare -g mode=reproduce
-declare -g current_project=none
-EOF
-
# Set custom revision for one of the projects, and use baseline revisions
# for all other projects.
current_project="${current_project-none}"
@@ -82,7 +77,6 @@ case "$mode" in
esac
;;
"jenkins-full") ;;
- "reproduce") default_finish_at="check_regression" ;;
esac
if [ x"$start_at" = x"default" ]; then