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

Side by Side Diff: scripts/slave/recipes/chromium.expected/kitchen_path_config.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_remote_run_Builder", 7 "[BUILDER_CACHE]/Linux_remote_run_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 "--ninja-path", 291 "--ninja-path",
292 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 292 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
293 "--target", 293 "--target",
294 "Release", 294 "Release",
295 "--src-dir", 295 "--src-dir",
296 "[BUILDER_CACHE]/Linux_remote_run_Builder/src", 296 "[BUILDER_CACHE]/Linux_remote_run_Builder/src",
297 "--goma-cache-dir", 297 "--goma-cache-dir",
298 "[GOMA_CACHE]", 298 "[GOMA_CACHE]",
299 "--goma-deps-cache-dir", 299 "--goma-deps-cache-dir",
300 "[GOMA_DEPS_CACHE]", 300 "[GOMA_DEPS_CACHE]",
301 "--build-tool",
302 "ninja",
303 "--compiler", 301 "--compiler",
304 "goma", 302 "goma",
305 "--goma-jsonstatus", 303 "--goma-jsonstatus",
306 "/path/to/tmp/json", 304 "/path/to/tmp/json",
307 "--goma-service-account-json-file", 305 "--goma-service-account-json-file",
308 "/creds/service_accounts/service-account-goma-client.json", 306 "/creds/service_accounts/service-account-goma-client.json",
309 "--goma-dir", 307 "--goma-dir",
310 "[CACHE]/cipd/goma", 308 "[CACHE]/cipd/goma",
311 "--ninja-ensure-up-to-date", 309 "--ninja-ensure-up-to-date",
312 "--", 310 "--",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 "~followup_annotations": [ 374 "~followup_annotations": [
377 "@@@STEP_TEXT@Linux remote_run Tester@@@" 375 "@@@STEP_TEXT@Linux remote_run Tester@@@"
378 ] 376 ]
379 }, 377 },
380 { 378 {
381 "name": "$result", 379 "name": "$result",
382 "recipe_result": null, 380 "recipe_result": null,
383 "status_code": 0 381 "status_code": 0
384 } 382 }
385 ] 383 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698