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

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

Issue 2306523002: 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_Builder", 7 "[BUILDER_CACHE]/Mac_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 "--gsutil-py-path", 326 "--gsutil-py-path",
327 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 327 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
328 "--ninja-path", 328 "--ninja-path",
329 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 329 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
330 "--target", 330 "--target",
331 "Release", 331 "Release",
332 "--src-dir", 332 "--src-dir",
333 "[BUILDER_CACHE]/Mac_Builder/src", 333 "[BUILDER_CACHE]/Mac_Builder/src",
334 "--goma-cache-dir", 334 "--goma-cache-dir",
335 "[GOMA_CACHE]", 335 "[GOMA_CACHE]",
336 "--buildbot-buildername",
337 "Mac Builder",
338 "--buildbot-mastername",
339 "chromium.webrtc.fyi",
340 "--buildbot-slavename",
341 "TestSlavename",
336 "--goma-deps-cache-dir", 342 "--goma-deps-cache-dir",
337 "[GOMA_DEPS_CACHE]", 343 "[GOMA_DEPS_CACHE]",
338 "--build-data-dir", 344 "--build-data-dir",
339 "[ROOT]/build_data_dir", 345 "[ROOT]/build_data_dir",
340 "--compiler", 346 "--compiler",
341 "goma-clang", 347 "goma-clang",
342 "--goma-jsonstatus", 348 "--goma-jsonstatus",
343 "/path/to/tmp/json", 349 "/path/to/tmp/json",
344 "--goma-service-account-json-file", 350 "--goma-service-account-json-file",
345 "/creds/service_accounts/service-account-goma-client.json", 351 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 "~followup_annotations": [ 426 "~followup_annotations": [
421 "@@@STEP_TEXT@Mac Tester@@@" 427 "@@@STEP_TEXT@Mac Tester@@@"
422 ] 428 ]
423 }, 429 },
424 { 430 {
425 "name": "$result", 431 "name": "$result",
426 "recipe_result": null, 432 "recipe_result": null,
427 "status_code": 0 433 "status_code": 0
428 } 434 }
429 ] 435 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698