Chromium Code Reviews

Unified Diff: build/android/buildbot/bb_host_steps.py

Issue 416243007: extract_build failure should be fatal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/buildbot/bb_host_steps.py
diff --git a/build/android/buildbot/bb_host_steps.py b/build/android/buildbot/bb_host_steps.py
index b2bda6c9d682783c8d43aa0983edfd4ab78580ad..4041ccd726965c5ed4130e6bcdebe2a7e84e6eda 100755
--- a/build/android/buildbot/bb_host_steps.py
+++ b/build/android/buildbot/bb_host_steps.py
@@ -75,8 +75,7 @@ def ZipBuild(options):
def ExtractBuild(options):
bb_annotations.PrintNamedStep('extract_build')
RunCmd([os.path.join(SLAVE_SCRIPTS_DIR, 'extract_build.py')]
- + bb_utils.EncodeProperties(options),
- warning_code=1, cwd=DIR_BUILD_ROOT)
+ + bb_utils.EncodeProperties(options), cwd=DIR_BUILD_ROOT)
def FindBugs(options):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine