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

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

Issue 2304063002: Revert "Avoid to use environment." (Closed)
Patch Set: 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]/linux", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 "--gsutil-py-path", 325 "--gsutil-py-path",
326 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 326 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
327 "--ninja-path", 327 "--ninja-path",
328 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 328 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
329 "--target", 329 "--target",
330 "Debug", 330 "Debug",
331 "--src-dir", 331 "--src-dir",
332 "[BUILDER_CACHE]/linux/src", 332 "[BUILDER_CACHE]/linux/src",
333 "--goma-cache-dir", 333 "--goma-cache-dir",
334 "[GOMA_CACHE]", 334 "[GOMA_CACHE]",
335 "--buildbot-buildername",
336 "Linux Builder (dbg)",
337 "--buildbot-mastername",
338 "chromium.linux",
339 "--buildbot-slavename",
340 "TestSlavename",
341 "--goma-deps-cache-dir", 335 "--goma-deps-cache-dir",
342 "[GOMA_DEPS_CACHE]", 336 "[GOMA_DEPS_CACHE]",
343 "--build-data-dir", 337 "--build-data-dir",
344 "[ROOT]/build_data_dir", 338 "[ROOT]/build_data_dir",
345 "--compiler", 339 "--compiler",
346 "goma", 340 "goma",
347 "--goma-jsonstatus", 341 "--goma-jsonstatus",
348 "/path/to/tmp/json", 342 "/path/to/tmp/json",
349 "--goma-service-account-json-file", 343 "--goma-service-account-json-file",
350 "/creds/service_accounts/service-account-goma-client.json", 344 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 "~followup_annotations": [ 446 "~followup_annotations": [
453 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" 447 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@"
454 ] 448 ]
455 }, 449 },
456 { 450 {
457 "name": "$result", 451 "name": "$result",
458 "recipe_result": null, 452 "recipe_result": null,
459 "status_code": 0 453 "status_code": 0
460 } 454 }
461 ] 455 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698