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

Side by Side Diff: tools/auto_bisect/configs/linux.bisect.functional.cfg

Issue 806943007: Use builder_type when requesting/fetching builds, and add support for full linux builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 # This should reproduce the regression in http://crbug.com/425582.
2 # It was based on:
3 # http://build.chromium.org/p/tryserver.chromium.perf/builders/linux_perf_bisect /builds/704
4
5 config = {
6 'command': 'out/Release/content_unittests --single-process-tests --gtest_filte r=DOMStorageAreaTest',
7 'good_revision': '311607',
8 'bad_revision': '311608',
9 'bisect_mode': 'return_code',
10 'builder_type': 'full',
11 }
12
13 # Workaround git try issue, see crbug.com/257689
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698