Index: tools/bisect-perf-regression.py |
diff --git a/tools/bisect-perf-regression.py b/tools/bisect-perf-regression.py |
index 21ec83503a8b86e26d258ede7c2bd348506cad3d..05798e17bbf2511cf20df304e613e42983e56a24 100755 |
--- a/tools/bisect-perf-regression.py |
+++ b/tools/bisect-perf-regression.py |
@@ -1358,8 +1358,10 @@ class BisectPerformanceMetrics(object): |
'%s-%s-%s' % (svn_revision, patch, time.time())) |
qyearsley
2014/08/27 16:41:55
Perhaps the build ID request should use the git ha
|
# Creates a try job description. |
+ # Always use Git hash to post build request since Commit positions are |
+ # not supported by builders to build. |
job_args = { |
- 'revision': 'src@%s' % svn_revision, |
+ 'revision': 'src@%s' % revision, |
'bot': bot_name, |
'name': build_request_id, |
} |