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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_linux_blink_rel.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_layout", 7 "[BUILDER_CACHE]/linux_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 "--ninja-path", 365 "--ninja-path",
366 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 366 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
367 "--target", 367 "--target",
368 "Release", 368 "Release",
369 "--src-dir", 369 "--src-dir",
370 "[BUILDER_CACHE]/linux_layout/src", 370 "[BUILDER_CACHE]/linux_layout/src",
371 "--goma-cache-dir", 371 "--goma-cache-dir",
372 "[GOMA_CACHE]", 372 "[GOMA_CACHE]",
373 "--goma-deps-cache-dir", 373 "--goma-deps-cache-dir",
374 "[GOMA_DEPS_CACHE]", 374 "[GOMA_DEPS_CACHE]",
375 "--build-tool",
376 "ninja",
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",
385 "--goma-fail-fast", 383 "--goma-fail-fast",
386 "--goma-disable-local-fallback", 384 "--goma-disable-local-fallback",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/linux_blink_rel/571/layout-test-results/results.html@@@", 474 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/linux_blink_rel/571/layout-test-results/results.html@@@",
477 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/linux_blink_rel/571/layout-test-results.zip@@@" 475 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/linux_blink_rel/571/layout-test-results.zip@@@"
478 ] 476 ]
479 }, 477 },
480 { 478 {
481 "name": "$result", 479 "name": "$result",
482 "recipe_result": null, 480 "recipe_result": null,
483 "status_code": 0 481 "status_code": 0
484 } 482 }
485 ] 483 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698