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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClang.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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 "-b", 317 "-b",
318 "CrWinClang", 318 "CrWinClang",
319 "--config-file", 319 "--config-file",
320 "[BUILDER_CACHE]\\win_clang\\src\\tools\\mb\\mb_config.pyl", 320 "[BUILDER_CACHE]\\win_clang\\src\\tools\\mb\\mb_config.pyl",
321 "--goma-dir", 321 "--goma-dir",
322 "[CACHE]\\cipd\\goma", 322 "[CACHE]\\cipd\\goma",
323 "--swarming-targets-file", 323 "--swarming-targets-file",
324 "browser_tests\n", 324 "browser_tests\n",
325 "//out/Release" 325 "//out/Release"
326 ], 326 ],
327 "cwd": "[BUILDER_CACHE]\\win_clang\\src",
327 "env": { 328 "env": {
328 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 329 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
329 }, 330 },
330 "name": "generate_build_files", 331 "name": "generate_build_files",
331 "~followup_annotations": [ 332 "~followup_annotations": [
332 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 333 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
333 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 334 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
334 ] 335 ]
335 }, 336 },
336 { 337 {
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 "~followup_annotations": [ 490 "~followup_annotations": [
490 "@@@STEP_TEXT@CrWinClang tester@@@" 491 "@@@STEP_TEXT@CrWinClang tester@@@"
491 ] 492 ]
492 }, 493 },
493 { 494 {
494 "name": "$result", 495 "name": "$result",
495 "recipe_result": null, 496 "recipe_result": null,
496 "status_code": 0 497 "status_code": 0
497 } 498 }
498 ] 499 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698