Home | History | Annotate | Download | only in benchtools

Lines Matching refs:bot

60 def git_commit_expectations(repo_dir, exp_dir, bot, build, commit):
61 commit_msg = """Greenify bench bot %s at build %s
66 NOTRY=true""" % (bot, build)
74 filename = 'bench_expectations_%s.txt' % bot
101 def widen_bench_ranges(url, bot, repo_dir, exp_dir):
102 fname = 'bench_expectations_%s.txt' % bot
105 print 'This bot has no expectations! %s' % bot
184 bot = path[4]
192 if not widen_bench_ranges(args.url, bot, repo_dir, exp_dir):
195 repo_dir, exp_dir, bot, build, commit):