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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Mac_Builder_Trybot.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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "-b", 303 "-b",
304 "Mac Builder-Trybot", 304 "Mac Builder-Trybot",
305 "--config-file", 305 "--config-file",
306 "[BUILDER_CACHE]/mac/src/tools/mb/mb_config.pyl", 306 "[BUILDER_CACHE]/mac/src/tools/mb/mb_config.pyl",
307 "--goma-dir", 307 "--goma-dir",
308 "[CACHE]/cipd/goma", 308 "[CACHE]/cipd/goma",
309 "--swarming-targets-file", 309 "--swarming-targets-file",
310 "browser_tests\n", 310 "browser_tests\n",
311 "//out/Release" 311 "//out/Release"
312 ], 312 ],
313 "cwd": "[BUILDER_CACHE]/mac/src",
313 "env": { 314 "env": {
314 "FORCE_MAC_TOOLCHAIN": "1", 315 "FORCE_MAC_TOOLCHAIN": "1",
315 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 316 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
316 }, 317 },
317 "name": "generate_build_files", 318 "name": "generate_build_files",
318 "~followup_annotations": [ 319 "~followup_annotations": [
319 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", 320 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@",
320 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 321 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
321 ] 322 ]
322 }, 323 },
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "~followup_annotations": [ 482 "~followup_annotations": [
482 "@@@STEP_TEXT@Mac10.9 Tests-Trybot@@@" 483 "@@@STEP_TEXT@Mac10.9 Tests-Trybot@@@"
483 ] 484 ]
484 }, 485 },
485 { 486 {
486 "name": "$result", 487 "name": "$result",
487 "recipe_result": null, 488 "recipe_result": null,
488 "status_code": 0 489 "status_code": 0
489 } 490 }
490 ] 491 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698