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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/clobber_analyze.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_clobber", 7 "[BUILDER_CACHE]/linux_clobber",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 "--gsutil-py-path", 393 "--gsutil-py-path",
394 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 394 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
395 "--ninja-path", 395 "--ninja-path",
396 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 396 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
397 "--target", 397 "--target",
398 "Release", 398 "Release",
399 "--src-dir", 399 "--src-dir",
400 "[BUILDER_CACHE]/linux_clobber/src", 400 "[BUILDER_CACHE]/linux_clobber/src",
401 "--goma-cache-dir", 401 "--goma-cache-dir",
402 "[GOMA_CACHE]", 402 "[GOMA_CACHE]",
403 "--buildbot-buildername",
404 "linux_chromium_clobber_rel_ng",
405 "--buildbot-mastername",
406 "tryserver.chromium.linux",
407 "--buildbot-slavename",
408 "TestSlavename",
409 "--goma-deps-cache-dir", 403 "--goma-deps-cache-dir",
410 "[GOMA_DEPS_CACHE]", 404 "[GOMA_DEPS_CACHE]",
411 "--compiler", 405 "--compiler",
412 "goma", 406 "goma",
413 "--goma-jsonstatus", 407 "--goma-jsonstatus",
414 "/path/to/tmp/json", 408 "/path/to/tmp/json",
415 "--goma-service-account-json-file", 409 "--goma-service-account-json-file",
416 "/creds/service_accounts/service-account-goma-client.json", 410 "/creds/service_accounts/service-account-goma-client.json",
417 "--goma-dir", 411 "--goma-dir",
418 "[CACHE]/cipd/goma", 412 "[CACHE]/cipd/goma",
(...skipping 20 matching lines...) Expand all
439 "import sys; sys.exit(0)" 433 "import sys; sys.exit(0)"
440 ], 434 ],
441 "name": "mark: before_tests" 435 "name": "mark: before_tests"
442 }, 436 },
443 { 437 {
444 "name": "$result", 438 "name": "$result",
445 "recipe_result": null, 439 "recipe_result": null,
446 "status_code": 0 440 "status_code": 0
447 } 441 }
448 ] 442 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698