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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win8_GYP__dbg_.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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "-b", 299 "-b",
300 "Win8 GYP (dbg)", 300 "Win8 GYP (dbg)",
301 "--config-file", 301 "--config-file",
302 "[BUILDER_CACHE]\\win_gyp\\src\\tools\\mb\\mb_config.pyl", 302 "[BUILDER_CACHE]\\win_gyp\\src\\tools\\mb\\mb_config.pyl",
303 "--goma-dir", 303 "--goma-dir",
304 "[CACHE]\\cipd\\goma", 304 "[CACHE]\\cipd\\goma",
305 "--swarming-targets-file", 305 "--swarming-targets-file",
306 "browser_tests\n", 306 "browser_tests\n",
307 "//out/Debug" 307 "//out/Debug"
308 ], 308 ],
309 "cwd": "[BUILDER_CACHE]\\win_gyp\\src",
309 "env": { 310 "env": {
310 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 311 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
311 }, 312 },
312 "name": "generate_build_files", 313 "name": "generate_build_files",
313 "~followup_annotations": [ 314 "~followup_annotations": [
314 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 315 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
315 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 316 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
316 ] 317 ]
317 }, 318 },
318 { 319 {
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 471 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
471 }, 472 },
472 "name": "process_dumps" 473 "name": "process_dumps"
473 }, 474 },
474 { 475 {
475 "name": "$result", 476 "name": "$result",
476 "recipe_result": null, 477 "recipe_result": null,
477 "status_code": 0 478 "status_code": 0
478 } 479 }
479 ] 480 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698