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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "-b", 309 "-b",
310 "Win x64 Builder", 310 "Win x64 Builder",
311 "--config-file", 311 "--config-file",
312 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl", 312 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl",
313 "--goma-dir", 313 "--goma-dir",
314 "[CACHE]\\cipd\\goma", 314 "[CACHE]\\cipd\\goma",
315 "--swarming-targets-file", 315 "--swarming-targets-file",
316 "browser_tests\n", 316 "browser_tests\n",
317 "//out/Release_x64" 317 "//out/Release_x64"
318 ], 318 ],
319 "cwd": "[BUILDER_CACHE]\\win\\src",
319 "env": { 320 "env": {
320 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 321 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
321 }, 322 },
322 "name": "generate_build_files", 323 "name": "generate_build_files",
323 "~followup_annotations": [ 324 "~followup_annotations": [
324 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 325 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
325 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 326 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
326 ] 327 ]
327 }, 328 },
328 { 329 {
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 "~followup_annotations": [ 480 "~followup_annotations": [
480 "@@@STEP_TEXT@Win 7 Tests x64 (1)<br />Win10 Tests x64@@@" 481 "@@@STEP_TEXT@Win 7 Tests x64 (1)<br />Win10 Tests x64@@@"
481 ] 482 ]
482 }, 483 },
483 { 484 {
484 "name": "$result", 485 "name": "$result",
485 "recipe_result": null, 486 "recipe_result": null,
486 "status_code": 0 487 "status_code": 0
487 } 488 }
488 ] 489 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698