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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_GPU_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", 7 "[BUILDER_CACHE]/mac",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 "-b", 302 "-b",
303 "GPU Mac Builder", 303 "GPU Mac Builder",
304 "--config-file", 304 "--config-file",
305 "[BUILDER_CACHE]/mac/src/tools/mb/mb_config.pyl", 305 "[BUILDER_CACHE]/mac/src/tools/mb/mb_config.pyl",
306 "--goma-dir", 306 "--goma-dir",
307 "[CACHE]/cipd/goma", 307 "[CACHE]/cipd/goma",
308 "--swarming-targets-file", 308 "--swarming-targets-file",
309 "browser_tests\n", 309 "browser_tests\n",
310 "//out/Release" 310 "//out/Release"
311 ], 311 ],
312 "cwd": "[BUILDER_CACHE]/mac/src",
312 "env": { 313 "env": {
313 "FORCE_MAC_TOOLCHAIN": "1", 314 "FORCE_MAC_TOOLCHAIN": "1",
314 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 315 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
315 }, 316 },
316 "name": "generate_build_files", 317 "name": "generate_build_files",
317 "~followup_annotations": [ 318 "~followup_annotations": [
318 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 319 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
319 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 320 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
320 ] 321 ]
321 }, 322 },
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 "~followup_annotations": [ 497 "~followup_annotations": [
497 "@@@STEP_TEXT@Mac 10.10 Release (Intel)<br />Mac 10.10 Retina Release (AMD )@@@" 498 "@@@STEP_TEXT@Mac 10.10 Release (Intel)<br />Mac 10.10 Retina Release (AMD )@@@"
498 ] 499 ]
499 }, 500 },
500 { 501 {
501 "name": "$result", 502 "name": "$result",
502 "recipe_result": null, 503 "recipe_result": null,
503 "status_code": 0 504 "status_code": 0
504 } 505 }
505 ] 506 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698