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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Linux_Builder_Trybot.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]/Linux_Builder_Trybot", 7 "[BUILDER_CACHE]/Linux_Builder_Trybot",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 "--ninja-path", 331 "--ninja-path",
332 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 332 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
333 "--target", 333 "--target",
334 "Release", 334 "Release",
335 "--src-dir", 335 "--src-dir",
336 "[BUILDER_CACHE]/Linux_Builder_Trybot/src", 336 "[BUILDER_CACHE]/Linux_Builder_Trybot/src",
337 "--goma-cache-dir", 337 "--goma-cache-dir",
338 "[GOMA_CACHE]", 338 "[GOMA_CACHE]",
339 "--goma-deps-cache-dir", 339 "--goma-deps-cache-dir",
340 "[GOMA_DEPS_CACHE]", 340 "[GOMA_DEPS_CACHE]",
341 "--build-tool",
342 "ninja",
343 "--build-data-dir", 341 "--build-data-dir",
344 "[ROOT]/build_data_dir", 342 "[ROOT]/build_data_dir",
345 "--compiler", 343 "--compiler",
346 "goma", 344 "goma",
347 "--goma-jsonstatus", 345 "--goma-jsonstatus",
348 "/path/to/tmp/json", 346 "/path/to/tmp/json",
349 "--goma-service-account-json-file", 347 "--goma-service-account-json-file",
350 "/creds/service_accounts/service-account-goma-client.json", 348 "/creds/service_accounts/service-account-goma-client.json",
351 "--goma-dir", 349 "--goma-dir",
352 "[CACHE]/cipd/goma", 350 "[CACHE]/cipd/goma",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 "~followup_annotations": [ 455 "~followup_annotations": [
458 "@@@STEP_TEXT@Linux Tests-Trybot@@@" 456 "@@@STEP_TEXT@Linux Tests-Trybot@@@"
459 ] 457 ]
460 }, 458 },
461 { 459 {
462 "name": "$result", 460 "name": "$result",
463 "recipe_result": null, 461 "recipe_result": null,
464 "status_code": 0 462 "status_code": 0
465 } 463 }
466 ] 464 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698