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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_LTO_Linux_Perf.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]/LTO_Linux_Perf", 7 "[BUILDER_CACHE]/LTO_Linux_Perf",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 "--ninja-path", 297 "--ninja-path",
298 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 298 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
299 "--target", 299 "--target",
300 "Release", 300 "Release",
301 "--src-dir", 301 "--src-dir",
302 "[BUILDER_CACHE]/LTO_Linux_Perf/src", 302 "[BUILDER_CACHE]/LTO_Linux_Perf/src",
303 "--goma-cache-dir", 303 "--goma-cache-dir",
304 "[GOMA_CACHE]", 304 "[GOMA_CACHE]",
305 "--goma-deps-cache-dir", 305 "--goma-deps-cache-dir",
306 "[GOMA_DEPS_CACHE]", 306 "[GOMA_DEPS_CACHE]",
307 "--build-tool",
308 "ninja",
309 "--build-data-dir", 307 "--build-data-dir",
310 "[ROOT]/build_data_dir", 308 "[ROOT]/build_data_dir",
311 "--compiler", 309 "--compiler",
312 "goma", 310 "goma",
313 "--goma-jsonstatus", 311 "--goma-jsonstatus",
314 "/path/to/tmp/json", 312 "/path/to/tmp/json",
315 "--goma-service-account-json-file", 313 "--goma-service-account-json-file",
316 "/creds/service_accounts/service-account-goma-client.json", 314 "/creds/service_accounts/service-account-goma-client.json",
317 "--mode", 315 "--mode",
318 "official", 316 "official",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"LTO Linux Perf\" , \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\" : null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 355 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"LTO Linux Perf\" , \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildername\" : null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"slavename\": \ "TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
358 ], 356 ],
359 "name": "package build" 357 "name": "package build"
360 }, 358 },
361 { 359 {
362 "name": "$result", 360 "name": "$result",
363 "recipe_result": null, 361 "recipe_result": null,
364 "status_code": 0 362 "status_code": 0
365 } 363 }
366 ] 364 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698