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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_Linux_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]/GPU_Linux_Builder", 7 "[BUILDER_CACHE]/GPU_Linux_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "--ninja-path", 363 "--ninja-path",
364 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 364 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
365 "--target", 365 "--target",
366 "Release", 366 "Release",
367 "--src-dir", 367 "--src-dir",
368 "[BUILDER_CACHE]/GPU_Linux_Builder/src", 368 "[BUILDER_CACHE]/GPU_Linux_Builder/src",
369 "--goma-cache-dir", 369 "--goma-cache-dir",
370 "[GOMA_CACHE]", 370 "[GOMA_CACHE]",
371 "--goma-deps-cache-dir", 371 "--goma-deps-cache-dir",
372 "[GOMA_DEPS_CACHE]", 372 "[GOMA_DEPS_CACHE]",
373 "--build-tool",
374 "ninja",
375 "--build-data-dir", 373 "--build-data-dir",
376 "[ROOT]/build_data_dir", 374 "[ROOT]/build_data_dir",
377 "--compiler", 375 "--compiler",
378 "goma", 376 "goma",
379 "--goma-jsonstatus", 377 "--goma-jsonstatus",
380 "/path/to/tmp/json", 378 "/path/to/tmp/json",
381 "--goma-service-account-json-file", 379 "--goma-service-account-json-file",
382 "/creds/service_accounts/service-account-goma-client.json", 380 "/creds/service_accounts/service-account-goma-client.json",
383 "--goma-dir", 381 "--goma-dir",
384 "[CACHE]/cipd/goma", 382 "[CACHE]/cipd/goma",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 "~followup_annotations": [ 560 "~followup_annotations": [
563 "@@@STEP_TEXT@Linux Release (ATI)<br />Linux Release (NVIDIA GeForce 730)< br />Linux Release (NVIDIA)<br />Linux Release (New Intel)<br />Optional Linux R elease (NVIDIA)@@@" 561 "@@@STEP_TEXT@Linux Release (ATI)<br />Linux Release (NVIDIA GeForce 730)< br />Linux Release (NVIDIA)<br />Linux Release (New Intel)<br />Optional Linux R elease (NVIDIA)@@@"
564 ] 562 ]
565 }, 563 },
566 { 564 {
567 "name": "$result", 565 "name": "$result",
568 "recipe_result": null, 566 "recipe_result": null,
569 "status_code": 0 567 "status_code": 0
570 } 568 }
571 ] 569 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698