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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac_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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/mac_layout", 7 "[BUILDER_CACHE]/mac_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "-b", 300 "-b",
301 "WebKit Mac Builder", 301 "WebKit Mac Builder",
302 "--config-file", 302 "--config-file",
303 "[BUILDER_CACHE]/mac_layout/src/tools/mb/mb_config.pyl", 303 "[BUILDER_CACHE]/mac_layout/src/tools/mb/mb_config.pyl",
304 "--goma-dir", 304 "--goma-dir",
305 "[CACHE]/cipd/goma", 305 "[CACHE]/cipd/goma",
306 "--swarming-targets-file", 306 "--swarming-targets-file",
307 "browser_tests\n", 307 "browser_tests\n",
308 "//out/Release" 308 "//out/Release"
309 ], 309 ],
310 "cwd": "[BUILDER_CACHE]/mac_layout/src",
310 "env": { 311 "env": {
311 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 312 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
312 }, 313 },
313 "name": "generate_build_files", 314 "name": "generate_build_files",
314 "~followup_annotations": [ 315 "~followup_annotations": [
315 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 316 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
316 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 317 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
317 ] 318 ]
318 }, 319 },
319 { 320 {
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 "~followup_annotations": [ 494 "~followup_annotations": [
494 "@@@STEP_TEXT@WebKit Mac10.10<br />WebKit Mac10.11@@@" 495 "@@@STEP_TEXT@WebKit Mac10.10<br />WebKit Mac10.11@@@"
495 ] 496 ]
496 }, 497 },
497 { 498 {
498 "name": "$result", 499 "name": "$result",
499 "recipe_result": null, 500 "recipe_result": null,
500 "status_code": 0 501 "status_code": 0
501 } 502 }
502 ] 503 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698