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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/process_dumps_failure.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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 "-m", 375 "-m",
376 "tryserver.chromium.win", 376 "tryserver.chromium.win",
377 "-b", 377 "-b",
378 "win_chromium_rel_ng", 378 "win_chromium_rel_ng",
379 "--config-file", 379 "--config-file",
380 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl", 380 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl",
381 "--goma-dir", 381 "--goma-dir",
382 "[CACHE]\\cipd\\goma", 382 "[CACHE]\\cipd\\goma",
383 "//out/Release" 383 "//out/Release"
384 ], 384 ],
385 "cwd": "[BUILDER_CACHE]\\win\\src",
385 "env": { 386 "env": {
386 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 387 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
387 }, 388 },
388 "name": "generate_build_files (with patch)" 389 "name": "generate_build_files (with patch)"
389 }, 390 },
390 { 391 {
391 "cmd": [ 392 "cmd": [
392 "python", 393 "python",
393 "-u", 394 "-u",
394 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 395 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 "step returned non-zero exit code: 1", 478 "step returned non-zero exit code: 1",
478 "@@@STEP_EXCEPTION@@@" 479 "@@@STEP_EXCEPTION@@@"
479 ] 480 ]
480 }, 481 },
481 { 482 {
482 "name": "$result", 483 "name": "$result",
483 "recipe_result": null, 484 "recipe_result": null,
484 "status_code": 0 485 "status_code": 0
485 } 486 }
486 ] 487 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698