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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Mac_10_11.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]/Chromium_Mac_10_11", 7 "[BUILDER_CACHE]/Chromium_Mac_10_11",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "--gsutil-py-path", 307 "--gsutil-py-path",
308 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 308 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
309 "--ninja-path", 309 "--ninja-path",
310 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 310 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
311 "--target", 311 "--target",
312 "Release", 312 "Release",
313 "--src-dir", 313 "--src-dir",
314 "[BUILDER_CACHE]/Chromium_Mac_10_11/src", 314 "[BUILDER_CACHE]/Chromium_Mac_10_11/src",
315 "--goma-cache-dir", 315 "--goma-cache-dir",
316 "[GOMA_CACHE]", 316 "[GOMA_CACHE]",
317 "--buildbot-buildername",
318 "Chromium Mac 10.11",
319 "--buildbot-mastername",
320 "chromium.fyi",
321 "--buildbot-slavename",
322 "TestSlavename",
317 "--goma-deps-cache-dir", 323 "--goma-deps-cache-dir",
318 "[GOMA_DEPS_CACHE]", 324 "[GOMA_DEPS_CACHE]",
319 "--build-data-dir", 325 "--build-data-dir",
320 "[ROOT]/build_data_dir", 326 "[ROOT]/build_data_dir",
321 "--compiler", 327 "--compiler",
322 "goma-clang", 328 "goma-clang",
323 "--goma-jsonstatus", 329 "--goma-jsonstatus",
324 "/path/to/tmp/json", 330 "/path/to/tmp/json",
325 "--goma-service-account-json-file", 331 "--goma-service-account-json-file",
326 "/creds/service_accounts/service-account-goma-client.json", 332 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 12 matching lines...) Expand all
339 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 345 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
340 "@@@STEP_LOG_END@json.output (invalid)@@@" 346 "@@@STEP_LOG_END@json.output (invalid)@@@"
341 ] 347 ]
342 }, 348 },
343 { 349 {
344 "name": "$result", 350 "name": "$result",
345 "recipe_result": null, 351 "recipe_result": null,
346 "status_code": 0 352 "status_code": 0
347 } 353 }
348 ] 354 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698