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

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

Issue 2489853003: Add a Nougat Tester to chromium.android.fyi (Closed)
Patch Set: add myself to OWNERS of android* Created 4 years 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_android_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_android_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_android_fyi.py
index 18e4304794c27af2cb07a9d77d002509ff348203..c0513a6cd4858b011a179a078397d47c722a6b9f 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_android_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_android_fyi.py
@@ -137,5 +137,25 @@ SPEC = {
'platform': 'linux',
},
},
+
+ 'Nougat Phone Tester': {
+ 'use_isolate': True,
+ 'enable_swarming': True,
+ 'chromium_config': 'android',
+ 'gclient_config': 'chromium',
+ 'gclient_apply_config': ['android'],
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_PLATFORM': 'android',
+ },
+ 'parent_buildername': 'Android arm64 Builder (dbg)',
+ 'parent_mastername': 'chromium.android',
+ 'bot_type': 'tester',
+ 'android_config': 'arm64_builder_mb',
+ 'test_results_config': 'public_server',
+ 'testing': {
+ 'platform': 'linux',
+ },
+ },
},
}

Powered by Google App Engine
This is Rietveld 408576698