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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py

Issue 2148393002: Fix find annotated test bot config problem (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix find annotated test bot config problem Created 4 years, 5 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
Index: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
index f21921ef831e05783c57d39b08494b50db15e73a..6d1dde22f01e1fa2dc1b9dae4cf95591944f005b 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -2009,7 +2009,8 @@ SPEC = {
'BUILD_CONFIG': 'Debug',
'TARGET_PLATFORM': 'android',
},
- 'bot_type': 'builder_tester',
+ 'parent_buildername': 'Android Builder (dbg)',
+ 'bot_type': 'tester',
'android_config': 'main_builder_mb',
'remove_system_webview': True,
'tests': [

Powered by Google App Engine
This is Rietveld 408576698