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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_MSAN.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_layout", 7 "[BUILDER_CACHE]/linux_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 "--gsutil-py-path", 346 "--gsutil-py-path",
347 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 347 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
348 "--ninja-path", 348 "--ninja-path",
349 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 349 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
350 "--target", 350 "--target",
351 "Release", 351 "Release",
352 "--src-dir", 352 "--src-dir",
353 "[BUILDER_CACHE]/linux_layout/src", 353 "[BUILDER_CACHE]/linux_layout/src",
354 "--goma-cache-dir", 354 "--goma-cache-dir",
355 "[GOMA_CACHE]", 355 "[GOMA_CACHE]",
356 "--buildbot-buildername",
357 "WebKit Linux MSAN",
358 "--buildbot-mastername",
359 "chromium.webkit",
360 "--buildbot-slavename",
361 "TestSlavename",
362 "--goma-deps-cache-dir", 356 "--goma-deps-cache-dir",
363 "[GOMA_DEPS_CACHE]", 357 "[GOMA_DEPS_CACHE]",
364 "--build-data-dir", 358 "--build-data-dir",
365 "[ROOT]/build_data_dir", 359 "[ROOT]/build_data_dir",
366 "--compiler", 360 "--compiler",
367 "goma-clang", 361 "goma-clang",
368 "--goma-jsonstatus", 362 "--goma-jsonstatus",
369 "/path/to/tmp/json", 363 "/path/to/tmp/json",
370 "--goma-service-account-json-file", 364 "--goma-service-account-json-file",
371 "/creds/service_accounts/service-account-goma-client.json", 365 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 555 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
562 "@@@STEP_LOG_END@python.inline@@@" 556 "@@@STEP_LOG_END@python.inline@@@"
563 ] 557 ]
564 }, 558 },
565 { 559 {
566 "name": "$result", 560 "name": "$result",
567 "recipe_result": null, 561 "recipe_result": null,
568 "status_code": 0 562 "status_code": 0
569 } 563 }
570 ] 564 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698