aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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',