aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/bisect_roll
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-01-11 13:45:17 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-11 19:42:55 +0000
commitd75fdc64be5cbbc11660ea4e6e9be4b84e407c79 (patch)
tree16ad5e4b0faca6b41a0a6a1a7074f126f92d13fb /tools/bisect_roll
parent2541edf0c6f9dc6897853efe546b5c215034ad49 (diff)
Add bisect_roll tool
1. Loads the list of commits which have not yet rolled. 2. Loads the recent roll attempts. 3. Suggests a commit to try. 4. Uploads a roll CL at the commit specified by the user. Bug: skia: Change-Id: I68a7f6dbbca638cc9f17bad4eed71e889fe43b6e Reviewed-on: https://skia-review.googlesource.com/93580 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'tools/bisect_roll')
-rwxr-xr-xtools/bisect_roll9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/bisect_roll b/tools/bisect_roll
new file mode 100755
index 0000000000..4c3a620ed7
--- /dev/null
+++ b/tools/bisect_roll
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+
+# Copyright 2018 Google Inc.
+#
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+base_dir=$(dirname "$0")
+go run "$base_dir/bisect_roll.go" "$@"