Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: tools/auto_bisect/request_build.py

Issue 510203002: Rename post_perf_builder_job.py -> request_build.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/auto_bisect/post_perf_builder_job.py ('k') | tools/bisect-perf-regression.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/auto_bisect/request_build.py
diff --git a/tools/auto_bisect/post_perf_builder_job.py b/tools/auto_bisect/request_build.py
similarity index 99%
rename from tools/auto_bisect/post_perf_builder_job.py
rename to tools/auto_bisect/request_build.py
index 0472e50667491d56324c547a36951674b395274d..a554bb511c81f69d14c098abf0c76da600ce7a23 100644
--- a/tools/auto_bisect/post_perf_builder_job.py
+++ b/tools/auto_bisect/request_build.py
@@ -56,7 +56,7 @@ def PostTryJob(host, port, params):
"""Sends a build request to the server using the HTTP protocol.
The required parameters are:
- 'revision': "src@rev", where rev is an SVN Revision to build.
+ 'revision': "src@rev", where rev is a git hash or SVN revision.
'bot': Name of builder bot to use, e.g. "win_perf_bisect_builder".
Args:
« no previous file with comments | « tools/auto_bisect/post_perf_builder_job.py ('k') | tools/bisect-perf-regression.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698