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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Builder.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_Builder", 7 "[BUILDER_CACHE]/Android_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "--gsutil-py-path", 320 "--gsutil-py-path",
321 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 321 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
322 "--ninja-path", 322 "--ninja-path",
323 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 323 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
324 "--target", 324 "--target",
325 "Release", 325 "Release",
326 "--src-dir", 326 "--src-dir",
327 "[BUILDER_CACHE]/Android_Builder/src", 327 "[BUILDER_CACHE]/Android_Builder/src",
328 "--goma-cache-dir", 328 "--goma-cache-dir",
329 "[GOMA_CACHE]", 329 "[GOMA_CACHE]",
330 "--buildbot-buildername",
331 "Android Builder",
332 "--buildbot-mastername",
333 "chromium.perf",
334 "--buildbot-slavename",
335 "TestSlavename",
330 "--goma-deps-cache-dir", 336 "--goma-deps-cache-dir",
331 "[GOMA_DEPS_CACHE]", 337 "[GOMA_DEPS_CACHE]",
332 "--build-data-dir", 338 "--build-data-dir",
333 "[ROOT]/build_data_dir", 339 "[ROOT]/build_data_dir",
334 "--compiler", 340 "--compiler",
335 "goma", 341 "goma",
336 "--goma-jsonstatus", 342 "--goma-jsonstatus",
337 "/path/to/tmp/json", 343 "/path/to/tmp/json",
338 "--goma-service-account-json-file", 344 "--goma-service-account-json-file",
339 "/creds/service_accounts/service-account-goma-client.json", 345 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 "~followup_annotations": [ 758 "~followup_annotations": [
753 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)<br />Android Galaxy S5 Perf (2)<b r />Android Galaxy S5 Perf (3)<br />Android Nexus5 Perf (1)<br />Android Nexus5 Perf (2)<br />Android Nexus5 Perf (3)<br />Android Nexus5X Perf (1)<br />Android Nexus5X Perf (2)<br />Android Nexus5X Perf (3)<br />Android Nexus6 Perf (1)<br />Android Nexus6 Perf (2)<br />Android Nexus6 Perf (3)<br />Android Nexus7v2 Per f (1)<br />Android Nexus7v2 Perf (2)<br />Android Nexus7v2 Perf (3)<br />Android One Perf (1)<br />Android One Perf (2)<br />Android One Perf (3)@@@" 759 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)<br />Android Galaxy S5 Perf (2)<b r />Android Galaxy S5 Perf (3)<br />Android Nexus5 Perf (1)<br />Android Nexus5 Perf (2)<br />Android Nexus5 Perf (3)<br />Android Nexus5X Perf (1)<br />Android Nexus5X Perf (2)<br />Android Nexus5X Perf (3)<br />Android Nexus6 Perf (1)<br />Android Nexus6 Perf (2)<br />Android Nexus6 Perf (3)<br />Android Nexus7v2 Per f (1)<br />Android Nexus7v2 Perf (2)<br />Android Nexus7v2 Perf (3)<br />Android One Perf (1)<br />Android One Perf (2)<br />Android One Perf (3)@@@"
754 ] 760 ]
755 }, 761 },
756 { 762 {
757 "name": "$result", 763 "name": "$result",
758 "recipe_result": null, 764 "recipe_result": null,
759 "status_code": 0 765 "status_code": 0
760 } 766 }
761 ] 767 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698