Index: scripts/slave/recipes/android_webview_aosp.expected/repo_infra_failure.json |
diff --git a/scripts/slave/recipes/android_webview_aosp.expected/repo_infra_failure.json b/scripts/slave/recipes/android_webview_aosp.expected/repo_infra_failure.json |
index 1f4427597737817dc469ff60d24d369726b0f3a9..5eaf775f06f7f421474228e8a7f55c6a3b348b51 100644 |
--- a/scripts/slave/recipes/android_webview_aosp.expected/repo_infra_failure.json |
+++ b/scripts/slave/recipes/android_webview_aosp.expected/repo_infra_failure.json |
@@ -21,6 +21,7 @@ |
"--revision", |
"src@204787" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "bot_update", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -39,6 +40,7 @@ |
"--spec", |
"cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]\ntarget_os = ['android']" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "gclient setup" |
}, |
{ |
@@ -56,6 +58,7 @@ |
"--output-json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "gclient sync", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@json.output@{@@@", |
@@ -96,6 +99,7 @@ |
"[DEPOT_TOOLS]/gclient.py", |
"runhooks" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"GYP_CHROMIUM_NO_ACTION": "1" |
}, |
@@ -109,6 +113,7 @@ |
"-s", |
"[SLAVE_BUILD]/src" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "Chromium LASTCHANGE" |
}, |
{ |
@@ -119,6 +124,7 @@ |
"-s", |
"[SLAVE_BUILD]/src/third_party/WebKit" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "Blink LASTCHANGE" |
}, |
{ |
@@ -129,6 +135,7 @@ |
"[SLAVE_BUILD]/android-src", |
"511" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "makedirs android source root", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@python.inline@@@@", |
@@ -179,6 +186,7 @@ |
"\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_path):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.join(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove(path_to_file)\n", |
"[SLAVE_BUILD]" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "cleanup index.lock", |
"~followup_annotations": [ |
"@@@STEP_LOG_LINE@python.inline@@@@", |