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

Side by Side Diff: scripts/slave/recipes/blink_downstream.expected/webkit_tests_interrupted.json

Issue 2161643002: chromium.run_mb: set cwd to checkout (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8.fyi", 8 "client.v8.fyi",
9 "--builder", 9 "--builder",
10 "V8-Blink Linux 64", 10 "V8-Blink Linux 64",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "-m", 132 "-m",
133 "client.v8.fyi", 133 "client.v8.fyi",
134 "-b", 134 "-b",
135 "V8-Blink Linux 64", 135 "V8-Blink Linux 64",
136 "--config-file", 136 "--config-file",
137 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 137 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
138 "--goma-dir", 138 "--goma-dir",
139 "[BUILD]/goma", 139 "[BUILD]/goma",
140 "//out/Release" 140 "//out/Release"
141 ], 141 ],
142 "cwd": "[SLAVE_BUILD]/src",
142 "env": { 143 "env": {
143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 144 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
144 }, 145 },
145 "name": "generate_build_files (with patch)" 146 "name": "generate_build_files (with patch)"
146 }, 147 },
147 { 148 {
148 "cmd": [ 149 "cmd": [
149 "python", 150 "python",
150 "-u", 151 "-u",
151 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 152 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 "@@@STEP_FAILURE@@@" 285 "@@@STEP_FAILURE@@@"
285 ] 286 ]
286 }, 287 },
287 { 288 {
288 "name": "$result", 289 "name": "$result",
289 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1", 290 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1",
290 "recipe_result": null, 291 "recipe_result": null,
291 "status_code": 1 292 "status_code": 1
292 } 293 }
293 ] 294 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698