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

Unified Diff: build/android/buildbot/bb_run_bot.py

Issue 15736027: Reconfigure fyi-tests-dbg-ics-gn to do a local build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_run_bot.py
diff --git a/build/android/buildbot/bb_run_bot.py b/build/android/buildbot/bb_run_bot.py
index ad8781e5156b5cb0813396ad03ccdc06dc4d8f33..77dc7ea98e596cf37a6cf02570afc6ff037b7926 100755
--- a/build/android/buildbot/bb_run_bot.py
+++ b/build/android/buildbot/bb_run_bot.py
@@ -110,6 +110,8 @@ def GetBotStepMap():
'bb_run_findbugs', 'bb_zip_build'], None, None),
B('fyi-builder-rel',
['bb_compile', 'bb_compile_experimental', 'bb_zip_build'], None, None),
+ B('fyi-tests-dbg-ics-gn', ['bb_compile', 'bb_compile_experimental'],
+ T(std_tests, ['--experimental', flakiness_server]), None),
B('fyi-tests', std_test_steps,
T(std_tests, ['--experimental', flakiness_server]), None),
B('fyi-component-builder-tests-dbg', compile_step,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698