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

Unified Diff: scripts/slave/recipe_modules/webrtc/builders.py

Issue 1347413002: WebRTC: Rename trybots and add compile-only configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove scripts/slave/recipes/android/builder.expected/chromium_fyi_Android_x64_Builder__dbg__fail_c… Created 5 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
« no previous file with comments | « masters/master.tryserver.webrtc/slaves.cfg ('k') | scripts/slave/recipes/webrtc/standalone.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/webrtc/builders.py
diff --git a/scripts/slave/recipe_modules/webrtc/builders.py b/scripts/slave/recipe_modules/webrtc/builders.py
index 15c09823ef05cd7fb9ad66a6488ccc4f3807671e..2dcc10897d8ddf45759eb0aaa6ecc32a05d55221 100644
--- a/scripts/slave/recipe_modules/webrtc/builders.py
+++ b/scripts/slave/recipe_modules/webrtc/builders.py
@@ -13,6 +13,16 @@ RECIPE_CONFIGS = freeze({
'gclient_config': 'webrtc',
'test_suite': 'webrtc',
},
+ 'webrtc_compile': {
+ 'chromium_config': 'webrtc_standalone',
+ 'gclient_config': 'webrtc',
+ },
+ 'webrtc_compile_android': {
+ 'chromium_config': 'android',
+ 'chromium_android_config': 'webrtc',
+ 'gclient_config': 'webrtc',
+ 'gclient_apply_config': ['android'],
+ },
'webrtc_baremetal': {
'chromium_config': 'webrtc_standalone',
'gclient_config': 'webrtc',
@@ -1027,7 +1037,43 @@ BUILDERS = freeze({
},
'tryserver.webrtc': {
'builders': {
- 'win': {
+ 'win_compile_dbg': {
+ 'recipe_config': 'webrtc_compile',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_BITS': 32,
+ },
+ 'bot_type': 'builder_tester',
+ 'testing': {'platform': 'win'},
+ },
+ 'win_compile_rel': {
+ 'recipe_config': 'webrtc_compile',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 32,
+ },
+ 'bot_type': 'builder_tester',
+ 'testing': {'platform': 'win'},
+ },
+ 'win_compile_x64_dbg': {
+ 'recipe_config': 'webrtc_compile',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_BITS': 64,
+ },
+ 'bot_type': 'builder_tester',
+ 'testing': {'platform': 'win'},
+ },
+ 'win_compile_x64_rel': {
+ 'recipe_config': 'webrtc_compile',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 64,
+ },
+ 'bot_type': 'builder_tester',
+ 'testing': {'platform': 'win'},
+ },
+ 'win_dbg': {
'recipe_config': 'webrtc_parallel',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -1045,6 +1091,15 @@ BUILDERS = freeze({
'bot_type': 'builder_tester',
'testing': {'platform': 'win'},
},
+ 'win_x64_dbg': {
+ 'recipe_config': 'webrtc_parallel',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_BITS': 64,
+ },
+ 'bot_type': 'builder_tester',
+ 'testing': {'platform': 'win'},
+ },
'win_x64_rel': {
'recipe_config': 'webrtc_parallel',
'chromium_config_kwargs': {
@@ -1113,7 +1168,43 @@ BUILDERS = freeze({
'bot_type': 'builder_tester',
'testing': {'platform': 'win'},
},
- 'mac': {
+ 'mac_compile_dbg': {
+ 'recipe_config': 'webrtc_compile',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_BITS': 32,
+ },
+ 'bot_type': 'builder_tester',
+ 'testing': {'platform': 'mac'},
+ },
+ 'mac_compile_rel': {
+ 'recipe_config': 'webrtc_compile',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 32,
+ },
+ 'bot_type': 'builder_tester',
+ 'testing': {'platform': 'mac'},
+ },
+ 'mac_compile_x64_dbg': {
+ 'recipe_config': 'webrtc_compile',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_BITS': 64,
+ },
+ 'bot_type': 'builder_tester',
+ 'testing': {'platform': 'mac'},
+ },
+ 'mac_compile_x64_rel': {
+ 'recipe_config': 'webrtc_compile',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 64,
+ },
+ 'bot_type': 'builder_tester',
+ 'testing': {'platform': 'mac'},
+ },
+ 'mac_dbg': {
'recipe_config': 'webrtc',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -1131,7 +1222,7 @@ BUILDERS = freeze({
'bot_type': 'builder_tester',
'testing': {'platform': 'mac'},
},
- 'mac_x64': {
+ 'mac_x64_dbg': {
'recipe_config': 'webrtc',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -1149,7 +1240,7 @@ BUILDERS = freeze({
'bot_type': 'builder_tester',
'testing': {'platform': 'mac'},
},
- 'mac_x64_gn': {
+ 'mac_x64_gn_dbg': {
'recipe_config': 'webrtc',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -1188,7 +1279,7 @@ BUILDERS = freeze({
'bot_type': 'builder_tester',
'testing': {'platform': 'mac'},
},
- 'ios': {
+ 'ios_dbg': {
'recipe_config': 'webrtc_ios',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -1210,7 +1301,7 @@ BUILDERS = freeze({
'bot_type': 'builder',
'testing': {'platform': 'mac'},
},
- 'ios_arm64': {
+ 'ios_arm64_dbg': {
'recipe_config': 'webrtc_ios',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -1232,7 +1323,7 @@ BUILDERS = freeze({
'bot_type': 'builder',
'testing': {'platform': 'mac'},
},
- 'ios32_sim': {
+ 'ios32_sim_dbg': {
'recipe_config': 'webrtc_ios',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -1243,7 +1334,7 @@ BUILDERS = freeze({
'bot_type': 'builder',
'testing': {'platform': 'mac'},
},
- 'ios64_sim': {
+ 'ios64_sim_dbg': {
'recipe_config': 'webrtc_ios',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -1254,7 +1345,25 @@ BUILDERS = freeze({
'bot_type': 'builder',
'testing': {'platform': 'mac'},
},
- 'linux': {
+ 'linux_compile_dbg': {
+ 'recipe_config': 'webrtc_compile',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_BITS': 64,
+ },
+ 'bot_type': 'builder_tester',
+ 'testing': {'platform': 'linux'},
+ },
+ 'linux_compile_rel': {
+ 'recipe_config': 'webrtc_compile',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 64,
+ },
+ 'bot_type': 'builder_tester',
+ 'testing': {'platform': 'linux'},
+ },
+ 'linux_dbg': {
'recipe_config': 'webrtc_parallel',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -1272,7 +1381,7 @@ BUILDERS = freeze({
'bot_type': 'builder_tester',
'testing': {'platform': 'linux'},
},
- 'linux_gn': {
+ 'linux_gn_dbg': {
'recipe_config': 'webrtc',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -1343,7 +1452,51 @@ BUILDERS = freeze({
'bot_type': 'builder_tester',
'testing': {'platform': 'linux'},
},
- 'android': {
+ 'android_compile_dbg': {
+ 'recipe_config': 'webrtc_compile_android',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_PLATFORM': 'android',
+ 'TARGET_ARCH': 'arm',
+ 'TARGET_BITS': 32,
+ },
+ 'bot_type': 'builder_tester',
+ 'testing': {'platform': 'linux'},
+ },
+ 'android_compile_rel': {
+ 'recipe_config': 'webrtc_compile_android',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_PLATFORM': 'android',
+ 'TARGET_ARCH': 'arm',
+ 'TARGET_BITS': 32,
+ },
+ 'bot_type': 'builder_tester',
+ 'testing': {'platform': 'linux'},
+ },
+ 'android_compile_arm64_dbg': {
+ 'recipe_config': 'webrtc_compile_android',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_PLATFORM': 'android',
+ 'TARGET_ARCH': 'arm',
+ 'TARGET_BITS': 64,
+ },
+ 'bot_type': 'builder_tester',
+ 'testing': {'platform': 'linux'},
+ },
+ 'android_compile_arm64_rel': {
+ 'recipe_config': 'webrtc_compile_android',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_PLATFORM': 'android',
+ 'TARGET_ARCH': 'arm',
+ 'TARGET_BITS': 64,
+ },
+ 'bot_type': 'builder_tester',
+ 'testing': {'platform': 'linux'},
+ },
+ 'android_dbg': {
'recipe_config': 'webrtc_android',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -1365,7 +1518,7 @@ BUILDERS = freeze({
'bot_type': 'builder_tester',
'testing': {'platform': 'linux'},
},
- 'android_clang': {
+ 'android_clang_dbg': {
'recipe_config': 'webrtc_android_clang',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -1398,7 +1551,7 @@ BUILDERS = freeze({
'bot_type': 'builder_tester',
'testing': {'platform': 'linux'},
},
- 'android_gn': {
+ 'android_gn_dbg': {
'recipe_config': 'webrtc_android',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
« no previous file with comments | « masters/master.tryserver.webrtc/slaves.cfg ('k') | scripts/slave/recipes/webrtc/standalone.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698