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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/clobber_analyze.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_chromium_clobber_rel_ng", 7 "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 "--ninja-path", 388 "--ninja-path",
389 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 389 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
390 "--target", 390 "--target",
391 "Release", 391 "Release",
392 "--src-dir", 392 "--src-dir",
393 "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng/src", 393 "[BUILDER_CACHE]/linux_chromium_clobber_rel_ng/src",
394 "--goma-cache-dir", 394 "--goma-cache-dir",
395 "[GOMA_CACHE]", 395 "[GOMA_CACHE]",
396 "--goma-deps-cache-dir", 396 "--goma-deps-cache-dir",
397 "[GOMA_DEPS_CACHE]", 397 "[GOMA_DEPS_CACHE]",
398 "--build-tool",
399 "ninja",
400 "--compiler", 398 "--compiler",
401 "goma", 399 "goma",
402 "--goma-jsonstatus", 400 "--goma-jsonstatus",
403 "/path/to/tmp/json", 401 "/path/to/tmp/json",
404 "--goma-service-account-json-file", 402 "--goma-service-account-json-file",
405 "/creds/service_accounts/service-account-goma-client.json", 403 "/creds/service_accounts/service-account-goma-client.json",
406 "--goma-dir", 404 "--goma-dir",
407 "[CACHE]/cipd/goma", 405 "[CACHE]/cipd/goma",
408 "--goma-fail-fast", 406 "--goma-fail-fast",
409 "--goma-disable-local-fallback", 407 "--goma-disable-local-fallback",
(...skipping 18 matching lines...) Expand all
428 "import sys; sys.exit(0)" 426 "import sys; sys.exit(0)"
429 ], 427 ],
430 "name": "mark: before_tests" 428 "name": "mark: before_tests"
431 }, 429 },
432 { 430 {
433 "name": "$result", 431 "name": "$result",
434 "recipe_result": null, 432 "recipe_result": null,
435 "status_code": 0 433 "status_code": 0
436 } 434 }
437 ] 435 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698