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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_Builder__dbg_.json

Issue 2307743002: Reland "Avoid to use environment." (Closed)
Patch Set: rebase Created 4 years, 3 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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 "--gsutil-py-path", 349 "--gsutil-py-path",
350 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 350 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
351 "--ninja-path", 351 "--ninja-path",
352 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 352 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
353 "--target", 353 "--target",
354 "Debug", 354 "Debug",
355 "--src-dir", 355 "--src-dir",
356 "[BUILDER_CACHE]/mac/src", 356 "[BUILDER_CACHE]/mac/src",
357 "--goma-cache-dir", 357 "--goma-cache-dir",
358 "[GOMA_CACHE]", 358 "[GOMA_CACHE]",
359 "--buildbot-buildername",
360 "Mac Builder (dbg)",
361 "--buildbot-mastername",
362 "chromium.mac",
363 "--buildbot-slavename",
364 "TestSlavename",
359 "--goma-deps-cache-dir", 365 "--goma-deps-cache-dir",
360 "[GOMA_DEPS_CACHE]", 366 "[GOMA_DEPS_CACHE]",
361 "--build-data-dir", 367 "--build-data-dir",
362 "[ROOT]/build_data_dir", 368 "[ROOT]/build_data_dir",
363 "--compiler", 369 "--compiler",
364 "goma-clang", 370 "goma-clang",
365 "--goma-jsonstatus", 371 "--goma-jsonstatus",
366 "/path/to/tmp/json", 372 "/path/to/tmp/json",
367 "--goma-service-account-json-file", 373 "--goma-service-account-json-file",
368 "/creds/service_accounts/service-account-goma-client.json", 374 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 "~followup_annotations": [ 478 "~followup_annotations": [
473 "@@@STEP_TEXT@Mac10.9 Tests (dbg)@@@" 479 "@@@STEP_TEXT@Mac10.9 Tests (dbg)@@@"
474 ] 480 ]
475 }, 481 },
476 { 482 {
477 "name": "$result", 483 "name": "$result",
478 "recipe_result": null, 484 "recipe_result": null,
479 "status_code": 0 485 "status_code": 0
480 } 486 }
481 ] 487 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698