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

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

Issue 2238493002: WebRTC: Remove Linux32 Debug+Release builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Removed the exclusion of the bots Created 4 years, 4 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.client.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 ccc998a1a0b74f39b640884fd0632f3a6a7efa64..279e19f59f19055df3f29633dc9241d84228c1e4 100644
--- a/scripts/slave/recipe_modules/webrtc/builders.py
+++ b/scripts/slave/recipe_modules/webrtc/builders.py
@@ -253,24 +253,6 @@ BUILDERS = freeze({
'bot_type': 'builder_tester',
'testing': {'platform': 'mac'},
},
- 'Linux32 Debug': {
- 'recipe_config': 'webrtc',
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Debug',
- 'TARGET_BITS': 32,
- },
- 'bot_type': 'builder_tester',
- 'testing': {'platform': 'linux'},
- },
- 'Linux32 Release': {
- 'recipe_config': 'webrtc',
- 'chromium_config_kwargs': {
- 'BUILD_CONFIG': 'Release',
- 'TARGET_BITS': 32,
- },
- 'bot_type': 'builder_tester',
- 'testing': {'platform': 'linux'},
- },
'Linux64 Debug': {
'recipe_config': 'webrtc',
'chromium_config_kwargs': {
« no previous file with comments | « masters/master.client.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