* tools/sync-with-buildbot.py:
(find_request_updates):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@179194
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-01-27 Ryosuke Niwa <rniwa@webkit.org>
+
+ Unreviewed build fix. "eta" isn't set on a in-progress build on a newly added builder.
+
+ * tools/sync-with-buildbot.py:
+ (find_request_updates):
+
2015-01-23 Ryosuke Niwa <rniwa@webkit.org>
Perf dashboard always assigns the result of A/B testing with build request 1
if not request_id:
continue
- in_progress = build.get('currentStep') and build.get('eta')
+ in_progress = build.get('currentStep')
if in_progress:
request_updates[request_id] = {'status': 'running', 'url': config['url']}
config['scheduledRequests'].discard(request_id)