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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac_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]/mac_layout", 7 "[BUILDER_CACHE]/mac_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 "--ninja-path", 387 "--ninja-path",
388 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 388 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
389 "--target", 389 "--target",
390 "Release", 390 "Release",
391 "--src-dir", 391 "--src-dir",
392 "[BUILDER_CACHE]/mac_layout/src", 392 "[BUILDER_CACHE]/mac_layout/src",
393 "--goma-cache-dir", 393 "--goma-cache-dir",
394 "[GOMA_CACHE]", 394 "[GOMA_CACHE]",
395 "--goma-deps-cache-dir", 395 "--goma-deps-cache-dir",
396 "[GOMA_DEPS_CACHE]", 396 "[GOMA_DEPS_CACHE]",
397 "--build-tool",
398 "ninja",
399 "--compiler", 397 "--compiler",
400 "goma-clang", 398 "goma-clang",
401 "--goma-jsonstatus", 399 "--goma-jsonstatus",
402 "/path/to/tmp/json", 400 "/path/to/tmp/json",
403 "--goma-service-account-json-file", 401 "--goma-service-account-json-file",
404 "/creds/service_accounts/service-account-goma-client.json", 402 "/creds/service_accounts/service-account-goma-client.json",
405 "--goma-dir", 403 "--goma-dir",
406 "[CACHE]/cipd/goma", 404 "[CACHE]/cipd/goma",
407 "--goma-fail-fast", 405 "--goma-fail-fast",
408 "--goma-disable-local-fallback", 406 "--goma-disable-local-fallback",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_rel/571/layout-test-results/results.html@@@", 494 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_rel/571/layout-test-results/results.html@@@",
497 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_rel/571/layout-test-results.zip@@@" 495 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_rel/571/layout-test-results.zip@@@"
498 ] 496 ]
499 }, 497 },
500 { 498 {
501 "name": "$result", 499 "name": "$result",
502 "recipe_result": null, 500 "recipe_result": null,
503 "status_code": 0 501 "status_code": 0
504 } 502 }
505 ] 503 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698