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

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

Issue 1848513003: Switch Android Asan Builder Tests on chromium.fyi to chromium recipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Spaces Created 4 years, 9 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 512187060e22376a1b4f6776f43b80666644fd31..25f668d961a690a9b27ab7941f6884087dcb43f7 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -1991,8 +1991,35 @@ SPEC = {
'platform': 'linux',
},
},
-
-
+ 'Android Asan Builder Tests (dbg)': {
+ 'chromium_config': 'android',
+ 'chromium_apply_config': ['mb'],
+ 'gclient_config': 'chromium',
+ 'gclient_apply_config': ['android'],
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_BITS': 32,
+ 'TARGET_PLATFORM': 'android',
+ },
+ 'bot_type': 'builder_tester',
+ 'android_config': 'clang_tests',
+ 'root_devices': True,
+ 'tests': [
+ steps.AndroidInstrumentationTest('AndroidWebViewTest', tool='asan'),
+ steps.AndroidInstrumentationTest('ChromePublicTest', tool='asan'),
+ steps.AndroidInstrumentationTest('ContentShellTest', tool='asan'),
+ steps.AndroidInstrumentationTest('ChromeSyncShellTest', tool='asan'),
+ ],
+ 'test_generators': [
+ steps.generate_gtest,
+ steps.generate_instrumentation_test,
+ steps.generate_isolated_script,
+ steps.generate_script,
+ ],
+ 'testing': {
+ 'platform': 'linux',
+ },
+ },
'Chromium Win 10': {
'chromium_config': 'chromium',
'gclient_config': 'chromium',

Powered by Google App Engine
This is Rietveld 408576698