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

Unified Diff: scripts/slave/recipes/webrtc/standalone.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
Index: scripts/slave/recipes/webrtc/standalone.py
diff --git a/scripts/slave/recipes/webrtc/standalone.py b/scripts/slave/recipes/webrtc/standalone.py
index 8ca060543fb29b3a99aad57af3fbd122d1306d7a..9e4bb194921ed89c522f727161d43ea4c8e62b97 100644
--- a/scripts/slave/recipes/webrtc/standalone.py
+++ b/scripts/slave/recipes/webrtc/standalone.py
@@ -24,12 +24,6 @@ def RunSteps(api):
webrtc = api.webrtc
webrtc.apply_bot_config(webrtc.BUILDERS, webrtc.RECIPE_CONFIGS)
- # TODO(kjellander): Remove when crbug.com/636080 is fixed.
- if api.properties['buildername'] in ('Linux32 Debug', 'Linux32 Release'):
- step_result = api.step('Disabled: see http://crbug.com/636080 ', cmd=None)
- step_result.presentation.status = api.step.WARNING
- return
-
if api.platform.is_mac:
api.ios.host_info()
webrtc.checkout()

Powered by Google App Engine
This is Rietveld 408576698