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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Win_Builder.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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "-b", 310 "-b",
311 "Win Builder", 311 "Win Builder",
312 "--config-file", 312 "--config-file",
313 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl", 313 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl",
314 "--goma-dir", 314 "--goma-dir",
315 "[CACHE]\\cipd\\goma", 315 "[CACHE]\\cipd\\goma",
316 "--swarming-targets-file", 316 "--swarming-targets-file",
317 "browser_tests\n", 317 "browser_tests\n",
318 "//out/Release" 318 "//out/Release"
319 ], 319 ],
320 "cwd": "[BUILDER_CACHE]\\win\\src",
320 "env": { 321 "env": {
321 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 322 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
322 }, 323 },
323 "name": "generate_build_files", 324 "name": "generate_build_files",
324 "~followup_annotations": [ 325 "~followup_annotations": [
325 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 326 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
326 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 327 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
327 ] 328 ]
328 }, 329 },
329 { 330 {
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 "~followup_annotations": [ 465 "~followup_annotations": [
465 "@@@STEP_TEXT@Win7 Tests (1)@@@" 466 "@@@STEP_TEXT@Win7 Tests (1)@@@"
466 ] 467 ]
467 }, 468 },
468 { 469 {
469 "name": "$result", 470 "name": "$result",
470 "recipe_result": null, 471 "recipe_result": null,
471 "status_code": 0 472 "status_code": 0
472 } 473 }
473 ] 474 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698