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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "-b", 308 "-b",
309 "WebKit Win Builder", 309 "WebKit Win Builder",
310 "--config-file", 310 "--config-file",
311 "[BUILDER_CACHE]\\win_layout\\src\\tools\\mb\\mb_config.pyl", 311 "[BUILDER_CACHE]\\win_layout\\src\\tools\\mb\\mb_config.pyl",
312 "--goma-dir", 312 "--goma-dir",
313 "[CACHE]\\cipd\\goma", 313 "[CACHE]\\cipd\\goma",
314 "--swarming-targets-file", 314 "--swarming-targets-file",
315 "browser_tests\n", 315 "browser_tests\n",
316 "//out/Release" 316 "//out/Release"
317 ], 317 ],
318 "cwd": "[BUILDER_CACHE]\\win_layout\\src",
318 "env": { 319 "env": {
319 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 320 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
320 }, 321 },
321 "name": "generate_build_files", 322 "name": "generate_build_files",
322 "~followup_annotations": [ 323 "~followup_annotations": [
323 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 324 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
324 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 325 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
325 ] 326 ]
326 }, 327 },
327 { 328 {
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 "~followup_annotations": [ 480 "~followup_annotations": [
480 "@@@STEP_TEXT@WebKit Win10<br />WebKit Win7@@@" 481 "@@@STEP_TEXT@WebKit Win10<br />WebKit Win7@@@"
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