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

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

Issue 2388683002: Re-enable DepsCache using GOMA_DEPS_CACHE_FILE (Closed)
Patch Set: Rebased Created 4 years, 2 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 "--src-dir", 317 "--src-dir",
318 "[BUILDER_CACHE]/Android_Builder/src", 318 "[BUILDER_CACHE]/Android_Builder/src",
319 "--goma-cache-dir", 319 "--goma-cache-dir",
320 "[GOMA_CACHE]", 320 "[GOMA_CACHE]",
321 "--buildbot-buildername", 321 "--buildbot-buildername",
322 "Android Builder", 322 "Android Builder",
323 "--buildbot-mastername", 323 "--buildbot-mastername",
324 "chromium.perf", 324 "chromium.perf",
325 "--buildbot-slavename", 325 "--buildbot-slavename",
326 "TestSlavename", 326 "TestSlavename",
327 "--goma-deps-cache-dir", 327 "--goma-deps-cache-file",
328 "[GOMA_DEPS_CACHE]", 328 "Android_Builder.gomadeps",
329 "--build-data-dir", 329 "--build-data-dir",
330 "[ROOT]/build_data_dir", 330 "[ROOT]/build_data_dir",
331 "--compiler", 331 "--compiler",
332 "goma", 332 "goma",
333 "--goma-jsonstatus", 333 "--goma-jsonstatus",
334 "/path/to/tmp/json", 334 "/path/to/tmp/json",
335 "--goma-service-account-json-file", 335 "--goma-service-account-json-file",
336 "/creds/service_accounts/service-account-goma-client.json", 336 "/creds/service_accounts/service-account-goma-client.json",
337 "--mode", 337 "--mode",
338 "official", 338 "official",
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 "~followup_annotations": [ 729 "~followup_annotations": [
730 "@@@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)@@@" 730 "@@@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)@@@"
731 ] 731 ]
732 }, 732 },
733 { 733 {
734 "name": "$result", 734 "name": "$result",
735 "recipe_result": null, 735 "recipe_result": null,
736 "status_code": 0 736 "status_code": 0
737 } 737 }
738 ] 738 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698