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

Unified Diff: scripts/slave/recipes/webrtc/standalone.py

Issue 1962523002: WebRTC: Disable Android x86 compilation commit bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_x86__dbg_.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/webrtc/standalone.py
diff --git a/scripts/slave/recipes/webrtc/standalone.py b/scripts/slave/recipes/webrtc/standalone.py
index 6b8d40fa0fb61e6f1c5f7f1687a1980facf6a732..0b9f8984dd66d643e1829116a4e59bfee4bfe5cd 100644
--- a/scripts/slave/recipes/webrtc/standalone.py
+++ b/scripts/slave/recipes/webrtc/standalone.py
@@ -28,6 +28,10 @@ def RunSteps(api):
step_result = api.step('Disabled: see http://crbug.com/595702', cmd=None)
step_result.presentation.status = api.step.WARNING
return
+ if api.properties['buildername'] == 'Android32 Builder x86 (dbg)':
+ step_result = api.step('Disabled: see http://crbug.com/610145 ', cmd=None)
+ step_result.presentation.status = api.step.WARNING
+ return
if api.platform.is_mac:
api.ios.host_info()
« no previous file with comments | « no previous file | scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android32_builder_x86__dbg_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698