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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.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]/android", 7 "[BUILDER_CACHE]/android",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 "--gsutil-py-path", 406 "--gsutil-py-path",
407 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 407 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
408 "--ninja-path", 408 "--ninja-path",
409 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 409 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
410 "--target", 410 "--target",
411 "Debug", 411 "Debug",
412 "--src-dir", 412 "--src-dir",
413 "[BUILDER_CACHE]/android/src", 413 "[BUILDER_CACHE]/android/src",
414 "--goma-cache-dir", 414 "--goma-cache-dir",
415 "[GOMA_CACHE]", 415 "[GOMA_CACHE]",
416 "--buildbot-buildername",
417 "android_coverage",
418 "--buildbot-mastername",
419 "tryserver.chromium.android",
420 "--buildbot-slavename",
421 "TestSlavename",
416 "--goma-deps-cache-dir", 422 "--goma-deps-cache-dir",
417 "[GOMA_DEPS_CACHE]", 423 "[GOMA_DEPS_CACHE]",
418 "--compiler", 424 "--compiler",
419 "goma", 425 "goma",
420 "--goma-jsonstatus", 426 "--goma-jsonstatus",
421 "/path/to/tmp/json", 427 "/path/to/tmp/json",
422 "--goma-service-account-json-file", 428 "--goma-service-account-json-file",
423 "/creds/service_accounts/service-account-goma-client.json", 429 "/creds/service_accounts/service-account-goma-client.json",
424 "--goma-dir", 430 "--goma-dir",
425 "[CACHE]/cipd/goma", 431 "[CACHE]/cipd/goma",
(...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after
1303 "--gsutil-py-path", 1309 "--gsutil-py-path",
1304 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 1310 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
1305 "--ninja-path", 1311 "--ninja-path",
1306 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 1312 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
1307 "--target", 1313 "--target",
1308 "Debug", 1314 "Debug",
1309 "--src-dir", 1315 "--src-dir",
1310 "[BUILDER_CACHE]/android/src", 1316 "[BUILDER_CACHE]/android/src",
1311 "--goma-cache-dir", 1317 "--goma-cache-dir",
1312 "[GOMA_CACHE]", 1318 "[GOMA_CACHE]",
1319 "--buildbot-buildername",
1320 "android_coverage",
1321 "--buildbot-mastername",
1322 "tryserver.chromium.android",
1323 "--buildbot-slavename",
1324 "TestSlavename",
1313 "--goma-deps-cache-dir", 1325 "--goma-deps-cache-dir",
1314 "[GOMA_DEPS_CACHE]", 1326 "[GOMA_DEPS_CACHE]",
1315 "--compiler", 1327 "--compiler",
1316 "goma", 1328 "goma",
1317 "--goma-jsonstatus", 1329 "--goma-jsonstatus",
1318 "/path/to/tmp/json", 1330 "/path/to/tmp/json",
1319 "--goma-service-account-json-file", 1331 "--goma-service-account-json-file",
1320 "/creds/service_accounts/service-account-goma-client.json", 1332 "/creds/service_accounts/service-account-goma-client.json",
1321 "--goma-dir", 1333 "--goma-dir",
1322 "[CACHE]/cipd/goma", 1334 "[CACHE]/cipd/goma",
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
1753 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1765 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1754 "@@@STEP_LOG_END@python.inline@@@" 1766 "@@@STEP_LOG_END@python.inline@@@"
1755 ] 1767 ]
1756 }, 1768 },
1757 { 1769 {
1758 "name": "$result", 1770 "name": "$result",
1759 "recipe_result": null, 1771 "recipe_result": null,
1760 "status_code": 0 1772 "status_code": 0
1761 } 1773 }
1762 ] 1774 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698