| commit | 185603a218bada4705b736b903f63c0a20536e9e | [log] [tgz] |
|---|---|---|
| author | qyearsley <qyearsley@chromium.org> | Tue Jul 26 19:28:45 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Tue Jul 26 19:30:21 2016 |
| tree | 03eb4b1960c40fc9fa4dfa158138ea408dd87e2d | |
| parent | 47ff12b380da241f7b42b6a83f212b4871320219 [diff] |
Refactoring: Merge TryJob and Build class and move Build class to buildbot module. Before this patch, there is a Build class in rebaseline.py (added in http://crrev.com/2164153002) and a TryJob class in rietveld.py, which serve the same function. This CL merges them together and moves them to another location. Review-Url: https://codereview.chromium.org/2181533002 Cr-Commit-Position: refs/heads/master@{#407877}