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

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

Issue 2307743002: Reland "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]/WebKit_Mac___WPTServe", 7 "[BUILDER_CACHE]/WebKit_Mac___WPTServe",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 "--gsutil-py-path", 345 "--gsutil-py-path",
346 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 346 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
347 "--ninja-path", 347 "--ninja-path",
348 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 348 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
349 "--target", 349 "--target",
350 "Release", 350 "Release",
351 "--src-dir", 351 "--src-dir",
352 "[BUILDER_CACHE]/WebKit_Mac___WPTServe/src", 352 "[BUILDER_CACHE]/WebKit_Mac___WPTServe/src",
353 "--goma-cache-dir", 353 "--goma-cache-dir",
354 "[GOMA_CACHE]", 354 "[GOMA_CACHE]",
355 "--buildbot-buildername",
356 "WebKit Mac - WPTServe",
357 "--buildbot-mastername",
358 "chromium.fyi",
359 "--buildbot-slavename",
360 "TestSlavename",
355 "--goma-deps-cache-dir", 361 "--goma-deps-cache-dir",
356 "[GOMA_DEPS_CACHE]", 362 "[GOMA_DEPS_CACHE]",
357 "--build-data-dir", 363 "--build-data-dir",
358 "[ROOT]/build_data_dir", 364 "[ROOT]/build_data_dir",
359 "--compiler", 365 "--compiler",
360 "goma-clang", 366 "goma-clang",
361 "--goma-jsonstatus", 367 "--goma-jsonstatus",
362 "/path/to/tmp/json", 368 "/path/to/tmp/json",
363 "--goma-service-account-json-file", 369 "--goma-service-account-json-file",
364 "/creds/service_accounts/service-account-goma-client.json", 370 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 553 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
548 "@@@STEP_LOG_END@python.inline@@@" 554 "@@@STEP_LOG_END@python.inline@@@"
549 ] 555 ]
550 }, 556 },
551 { 557 {
552 "name": "$result", 558 "name": "$result",
553 "recipe_result": null, 559 "recipe_result": null,
554 "status_code": 0 560 "status_code": 0
555 } 561 }
556 ] 562 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698