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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_ASAN___debug.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_ASAN___debug", 7 "[BUILDER_CACHE]/Chromium_ASAN___debug",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 "--gsutil-py-path", 327 "--gsutil-py-path",
328 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 328 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
329 "--ninja-path", 329 "--ninja-path",
330 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 330 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
331 "--target", 331 "--target",
332 "Debug", 332 "Debug",
333 "--src-dir", 333 "--src-dir",
334 "[BUILDER_CACHE]/Chromium_ASAN___debug/src", 334 "[BUILDER_CACHE]/Chromium_ASAN___debug/src",
335 "--goma-cache-dir", 335 "--goma-cache-dir",
336 "[GOMA_CACHE]", 336 "[GOMA_CACHE]",
337 "--buildbot-buildername",
338 "Chromium ASAN - debug",
339 "--buildbot-mastername",
340 "client.v8.fyi",
341 "--buildbot-slavename",
342 "TestSlavename",
337 "--goma-deps-cache-dir", 343 "--goma-deps-cache-dir",
338 "[GOMA_DEPS_CACHE]", 344 "[GOMA_DEPS_CACHE]",
339 "--build-data-dir", 345 "--build-data-dir",
340 "[ROOT]/build_data_dir", 346 "[ROOT]/build_data_dir",
341 "--compiler", 347 "--compiler",
342 "goma-clang", 348 "goma-clang",
343 "--goma-jsonstatus", 349 "--goma-jsonstatus",
344 "/path/to/tmp/json", 350 "/path/to/tmp/json",
345 "--goma-service-account-json-file", 351 "--goma-service-account-json-file",
346 "/creds/service_accounts/service-account-goma-client.json", 352 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 437 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
432 "@@@STEP_LOG_END@python.inline@@@" 438 "@@@STEP_LOG_END@python.inline@@@"
433 ] 439 ]
434 }, 440 },
435 { 441 {
436 "name": "$result", 442 "name": "$result",
437 "recipe_result": null, 443 "recipe_result": null,
438 "status_code": 0 444 "status_code": 0
439 } 445 }
440 ] 446 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698