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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/use_skia_patch_on_chromium_trybot.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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 "-m", 391 "-m",
392 "tryserver.chromium.win", 392 "tryserver.chromium.win",
393 "-b", 393 "-b",
394 "win_chromium_rel_ng", 394 "win_chromium_rel_ng",
395 "--config-file", 395 "--config-file",
396 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl", 396 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl",
397 "--goma-dir", 397 "--goma-dir",
398 "[CACHE]\\cipd\\goma", 398 "[CACHE]\\cipd\\goma",
399 "//out/Release" 399 "//out/Release"
400 ], 400 ],
401 "cwd": "[BUILDER_CACHE]\\win\\src",
401 "env": { 402 "env": {
402 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 403 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
403 }, 404 },
404 "name": "generate_build_files (with patch)" 405 "name": "generate_build_files (with patch)"
405 }, 406 },
406 { 407 {
407 "cmd": [ 408 "cmd": [
408 "python", 409 "python",
409 "-u", 410 "-u",
410 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 411 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 588 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
588 }, 589 },
589 "name": "process_dumps" 590 "name": "process_dumps"
590 }, 591 },
591 { 592 {
592 "name": "$result", 593 "name": "$result",
593 "recipe_result": null, 594 "recipe_result": null,
594 "status_code": 0 595 "status_code": 0
595 } 596 }
596 ] 597 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698