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

Unified Diff: testing/scripts/common.py

Issue 2106063006: [Android] Make host_info.py use device_status.py instead of bb_device_status_check.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move constant to common Created 4 years, 5 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 | testing/scripts/host_info.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/scripts/common.py
diff --git a/testing/scripts/common.py b/testing/scripts/common.py
index 5cba136cb51561bbf0a1833997927573eba604c7..d07548c496cbb6f7c6f065e9f93df8f96884f153 100644
--- a/testing/scripts/common.py
+++ b/testing/scripts/common.py
@@ -22,6 +22,10 @@ SRC_DIR = os.path.abspath(
MAX_FAILURES_EXIT_STATUS = 101
+# Exit code to indicate infrastructure issue.
+INFRA_FAILURE_EXIT_CODE = 87
+
+
def run_script(argv, funcs):
def parse_json(path):
with open(path) as f:
« no previous file with comments | « no previous file | testing/scripts/host_info.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698