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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_Builder__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 "Win Builder (dbg)", 300 "Win Builder (dbg)",
301 "--config-file", 301 "--config-file",
302 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl", 302 "[BUILDER_CACHE]\\win\\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\\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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 "~followup_annotations": [ 451 "~followup_annotations": [
451 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@" 452 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@"
452 ] 453 ]
453 }, 454 },
454 { 455 {
455 "name": "$result", 456 "name": "$result",
456 "recipe_result": null, 457 "recipe_result": null,
457 "status_code": 0 458 "status_code": 0
458 } 459 }
459 ] 460 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698