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

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

Issue 2063323002: Create recipe to run find_annotated_tests.py periodically (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Move from recipe to a step Created 4 years, 6 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 43014418da26dcfc4d10b989f1f52cb1be40f91f..c6993ff66408270d1b76e847f4795d04b526fc71 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -2054,6 +2054,26 @@ SPEC = {
'platform': 'linux',
},
},
+ 'Android Find Annotated Test': {
+ 'chromium_config': 'android',
+ 'gclient_config': 'chromium',
+ 'gclient_apply_config': ['android'],
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_PLATFORM': 'android',
+ },
+ 'bot_type': 'builder_tester',
+ 'android_config': 'main_builder_mb',
+ 'remove_system_webview': True,
+ 'tests': [
+ steps.FindAnnotatedTest(),
+ ],
+ 'testing': {
+ 'platform': 'linux',
+ },
+ },
+
+
'Android Asan Builder Tests (dbg)': {
'chromium_config': 'android',
'chromium_apply_config': ['mb'],

Powered by Google App Engine
This is Rietveld 408576698