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

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

Issue 2359933003: chromium.fyi: Set up a 'ClangToTAndroid (dbg)' buildbot (Closed)
Patch Set: Use builder list of the existing slave Created 4 years, 3 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 19aa5fcd1d1584445710f8abf48cd8502a6f76ae..791df758b60af55abced7af87c6de4d77b80d634 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -1536,6 +1536,30 @@ SPEC = {
steps.generate_junit_test,
],
},
+ 'ClangToTAndroid (dbg)': {
+ 'chromium_config': 'clang_tot_android_dbg',
+ 'chromium_apply_config': ['mb'],
+ 'gclient_config': 'chromium',
+ 'gclient_apply_config': ['android'],
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_PLATFORM': 'android',
+ 'TARGET_ARCH': 'arm',
+ 'TARGET_BITS': 32,
+ },
+ 'GYP_DEFINES': {
+ 'component': 'shared_library',
+ },
+ 'compile_targets': [
+ 'all',
+ ],
+ 'bot_type': 'builder',
+ 'android_config': 'clang_tot_debug_builder',
+ 'testing': { 'platform': 'linux', },
+ # Workaround so that recipes doesn't add random build targets to our
+ # compile line. We want to build everything.
+ 'add_tests_as_compile_targets': False,
+ },
'ClangToTMac': {
'chromium_config': 'clang_tot_mac',
'gclient_config': 'chromium',

Powered by Google App Engine
This is Rietveld 408576698