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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac10_9.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_layout", 7 "[BUILDER_CACHE]/mac_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 "--gsutil-py-path", 317 "--gsutil-py-path",
318 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 318 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
319 "--ninja-path", 319 "--ninja-path",
320 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 320 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
321 "--target", 321 "--target",
322 "Release", 322 "Release",
323 "--src-dir", 323 "--src-dir",
324 "[BUILDER_CACHE]/mac_layout/src", 324 "[BUILDER_CACHE]/mac_layout/src",
325 "--goma-cache-dir", 325 "--goma-cache-dir",
326 "[GOMA_CACHE]", 326 "[GOMA_CACHE]",
327 "--buildbot-buildername",
328 "WebKit Mac10.9",
329 "--buildbot-mastername",
330 "chromium.webkit",
331 "--buildbot-slavename",
332 "TestSlavename",
327 "--goma-deps-cache-dir", 333 "--goma-deps-cache-dir",
328 "[GOMA_DEPS_CACHE]", 334 "[GOMA_DEPS_CACHE]",
329 "--build-data-dir", 335 "--build-data-dir",
330 "[ROOT]/build_data_dir", 336 "[ROOT]/build_data_dir",
331 "--compiler", 337 "--compiler",
332 "goma-clang", 338 "goma-clang",
333 "--goma-jsonstatus", 339 "--goma-jsonstatus",
334 "/path/to/tmp/json", 340 "/path/to/tmp/json",
335 "--goma-service-account-json-file", 341 "--goma-service-account-json-file",
336 "/creds/service_accounts/service-account-goma-client.json", 342 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", 456 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@",
451 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" 457 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Mac10_9/571/layout-test-results.zip@@@"
452 ] 458 ]
453 }, 459 },
454 { 460 {
455 "name": "$result", 461 "name": "$result",
456 "recipe_result": null, 462 "recipe_result": null,
457 "status_code": 0 463 "status_code": 0
458 } 464 }
459 ] 465 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698