aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-22 12:00:55 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-22 12:00:55 +0000
commit77767358a3e26693282f9958df6c64df68b65676 (patch)
tree8c297b93b78b025dfba1cb92fc633835ffb79a88 /experimental
parentadc2fece479f830a0b91f5c87697c621317c336a (diff)
bench rebase tools: format commit message and title.
BUG=skia: R=kelvinly@google.com TBR=kelvinly@google.com NOTRY=true Author: bensong@google.com Review URL: https://codereview.chromium.org/296943004 git-svn-id: http://skia.googlecode.com/svn/trunk@14841 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'experimental')
-rwxr-xr-xexperimental/benchtools/greenify.py6
-rwxr-xr-xexperimental/benchtools/rebase.py8
2 files changed, 7 insertions, 7 deletions
diff --git a/experimental/benchtools/greenify.py b/experimental/benchtools/greenify.py
index 8d77abd3fd..bd257d9889 100755
--- a/experimental/benchtools/greenify.py
+++ b/experimental/benchtools/greenify.py
@@ -60,10 +60,10 @@ def checkout_or_update_skia(repo_dir):
def git_commit_expectations(repo_dir, exp_dir, bot, build, commit):
commit_msg = """Greenify bench bot %s at build %s
- TBR=bsalomon@google.com
+TBR=bsalomon@google.com
- Bypassing trybots:
- NOTRY=true""" % (bot, build)
+Bypassing trybots:
+NOTRY=true""" % (bot, build)
old_cwd = os.getcwd()
os.chdir(repo_dir)
upload = ['git', 'cl', 'upload', '-f', '--bypass-hooks',
diff --git a/experimental/benchtools/rebase.py b/experimental/benchtools/rebase.py
index 36242b9248..5eee51630d 100755
--- a/experimental/benchtools/rebase.py
+++ b/experimental/benchtools/rebase.py
@@ -126,12 +126,12 @@ def checkout_or_update_skia(repo_dir):
return status
def git_commit_expectations(repo_dir, exp_dir, update_li, h, commit):
- commit_msg = """bench rebase after %s
+ commit_msg = """manual bench rebase after %s
- TBR=robertphillips@google.com
+TBR=robertphillips@google.com
- Bypassing trybots:
- NOTRY=true""" % h
+Bypassing trybots:
+NOTRY=true""" % h
old_cwd = os.getcwd()
os.chdir(repo_dir)
upload = ['git', 'cl', 'upload', '-f', '--bypass-hooks',