DescriptionUse builder_type when requesting/fetching builds, and add support for full linux builds.
Changes in this CL:
- In request_build.py, add a URL for linux try bot.
- Add sample config for functional bisect.
- Make perf-related config parameters optional.
- Use builder type when starting build try jobs, and when fetching builds.
A few other changes:
- Update bisect_perf_regression.py file docstring.
- Rename _BuilderTryjob to _StartBuilderTryJob and refactor.
- Remove unused code in request_build.py.
Proposed follow-up:
- Move functions related to builder to be methods of one class, so that the builder-specific info/logic (e.g. builder bot and archive location) is in one place.
BUG=
Committed: https://crrev.com/bd0f02085daa509d9d56a9c313976e814759eb82
Cr-Commit-Position: refs/heads/master@{#313415}
Patch Set 1 #Patch Set 2 : Make config parameters "metric", "repeat_count", "truncate_percent", "max_time_minutes" all optiona… #Patch Set 3 : Use tryserver.chromium.linux try bot for full builds. #Patch Set 4 : Pass builder_type into fetch_build.GetBucketAndRemotePath #Patch Set 5 : Remove temporary print statements. #Patch Set 6 : Rebased #
Total comments: 3
Patch Set 7 : Fixes in response to code review #
Messages
Total messages: 10 (2 generated)
|