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

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

Issue 2152453003: recipes: Stop passing --build-tool=ninja to compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 5 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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 "--ninja-path", 243 "--ninja-path",
244 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 244 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
245 "--target", 245 "--target",
246 "Release", 246 "Release",
247 "--src-dir", 247 "--src-dir",
248 "[BUILDER_CACHE]/Android_Builder/src", 248 "[BUILDER_CACHE]/Android_Builder/src",
249 "--goma-cache-dir", 249 "--goma-cache-dir",
250 "[GOMA_CACHE]", 250 "[GOMA_CACHE]",
251 "--goma-deps-cache-dir", 251 "--goma-deps-cache-dir",
252 "[GOMA_DEPS_CACHE]", 252 "[GOMA_DEPS_CACHE]",
253 "--build-tool",
254 "ninja",
255 "--build-data-dir", 253 "--build-data-dir",
256 "[ROOT]/build_data_dir", 254 "[ROOT]/build_data_dir",
257 "--compiler", 255 "--compiler",
258 "goma", 256 "goma",
259 "--goma-jsonstatus", 257 "--goma-jsonstatus",
260 "/path/to/tmp/json", 258 "/path/to/tmp/json",
261 "--goma-service-account-json-file", 259 "--goma-service-account-json-file",
262 "/creds/service_accounts/service-account-goma-client.json", 260 "/creds/service_accounts/service-account-goma-client.json",
263 "--mode", 261 "--mode",
264 "official", 262 "official",
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 "~followup_annotations": [ 654 "~followup_annotations": [
657 "@@@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)@@@" 655 "@@@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)@@@"
658 ] 656 ]
659 }, 657 },
660 { 658 {
661 "name": "$result", 659 "name": "$result",
662 "recipe_result": null, 660 "recipe_result": null,
663 "status_code": 0 661 "status_code": 0
664 } 662 }
665 ] 663 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698