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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Cast_Android__dbg_.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]/Cast_Android__dbg_", 7 "[BUILDER_CACHE]/Cast_Android__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "--gsutil-py-path", 321 "--gsutil-py-path",
322 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 322 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
323 "--ninja-path", 323 "--ninja-path",
324 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 324 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
325 "--target", 325 "--target",
326 "Debug", 326 "Debug",
327 "--src-dir", 327 "--src-dir",
328 "[BUILDER_CACHE]/Cast_Android__dbg_/src", 328 "[BUILDER_CACHE]/Cast_Android__dbg_/src",
329 "--goma-cache-dir", 329 "--goma-cache-dir",
330 "[GOMA_CACHE]", 330 "[GOMA_CACHE]",
331 "--buildbot-buildername",
332 "Cast Android (dbg)",
333 "--buildbot-mastername",
334 "chromium.linux",
335 "--buildbot-slavename",
336 "TestSlavename",
331 "--goma-deps-cache-dir", 337 "--goma-deps-cache-dir",
332 "[GOMA_DEPS_CACHE]", 338 "[GOMA_DEPS_CACHE]",
333 "--build-data-dir", 339 "--build-data-dir",
334 "[ROOT]/build_data_dir", 340 "[ROOT]/build_data_dir",
335 "--compiler", 341 "--compiler",
336 "goma", 342 "goma",
337 "--goma-jsonstatus", 343 "--goma-jsonstatus",
338 "/path/to/tmp/json", 344 "/path/to/tmp/json",
339 "--goma-service-account-json-file", 345 "--goma-service-account-json-file",
340 "/creds/service_accounts/service-account-goma-client.json", 346 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 11 matching lines...) Expand all
352 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 358 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
353 "@@@STEP_LOG_END@json.output (invalid)@@@" 359 "@@@STEP_LOG_END@json.output (invalid)@@@"
354 ] 360 ]
355 }, 361 },
356 { 362 {
357 "name": "$result", 363 "name": "$result",
358 "recipe_result": null, 364 "recipe_result": null,
359 "status_code": 0 365 "status_code": 0
360 } 366 }
361 ] 367 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698