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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win_blink_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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 "-m", 355 "-m",
356 "tryserver.blink", 356 "tryserver.blink",
357 "-b", 357 "-b",
358 "win_blink_dbg", 358 "win_blink_dbg",
359 "--config-file", 359 "--config-file",
360 "[BUILDER_CACHE]\\win_layout\\src\\tools\\mb\\mb_config.pyl", 360 "[BUILDER_CACHE]\\win_layout\\src\\tools\\mb\\mb_config.pyl",
361 "--goma-dir", 361 "--goma-dir",
362 "[CACHE]\\cipd\\goma", 362 "[CACHE]\\cipd\\goma",
363 "//out/Debug" 363 "//out/Debug"
364 ], 364 ],
365 "cwd": "[BUILDER_CACHE]\\win_layout\\src",
365 "env": { 366 "env": {
366 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 367 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
367 }, 368 },
368 "name": "generate_build_files (with patch)" 369 "name": "generate_build_files (with patch)"
369 }, 370 },
370 { 371 {
371 "cmd": [ 372 "cmd": [
372 "python", 373 "python",
373 "-u", 374 "-u",
374 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 375 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 493 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
493 }, 494 },
494 "name": "process_dumps" 495 "name": "process_dumps"
495 }, 496 },
496 { 497 {
497 "name": "$result", 498 "name": "$result",
498 "recipe_result": null, 499 "recipe_result": null,
499 "status_code": 0 500 "status_code": 0
500 } 501 }
501 ] 502 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698