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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_bot_update_always_on_coverage_clobber.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]/coverage_clobber", 7 "[BUILDER_CACHE]/coverage_clobber",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 "--ninja-path", 257 "--ninja-path",
258 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 258 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
259 "--target", 259 "--target",
260 "Release", 260 "Release",
261 "--src-dir", 261 "--src-dir",
262 "[BUILDER_CACHE]/coverage_clobber/src", 262 "[BUILDER_CACHE]/coverage_clobber/src",
263 "--goma-cache-dir", 263 "--goma-cache-dir",
264 "[GOMA_CACHE]", 264 "[GOMA_CACHE]",
265 "--goma-deps-cache-dir", 265 "--goma-deps-cache-dir",
266 "[GOMA_DEPS_CACHE]", 266 "[GOMA_DEPS_CACHE]",
267 "--build-tool",
268 "ninja",
269 "--build-data-dir", 267 "--build-data-dir",
270 "[ROOT]/build_data_dir", 268 "[ROOT]/build_data_dir",
271 "--compiler", 269 "--compiler",
272 "goma", 270 "goma",
273 "--goma-jsonstatus", 271 "--goma-jsonstatus",
274 "/path/to/tmp/json", 272 "/path/to/tmp/json",
275 "--goma-service-account-json-file", 273 "--goma-service-account-json-file",
276 "/creds/service_accounts/service-account-goma-client.json", 274 "/creds/service_accounts/service-account-goma-client.json",
277 "--goma-dir", 275 "--goma-dir",
278 "[CACHE]/cipd/goma", 276 "[CACHE]/cipd/goma",
(...skipping 25 matching lines...) Expand all
304 "dev" 302 "dev"
305 ], 303 ],
306 "name": "archive_build" 304 "name": "archive_build"
307 }, 305 },
308 { 306 {
309 "name": "$result", 307 "name": "$result",
310 "recipe_result": null, 308 "recipe_result": null,
311 "status_code": 0 309 "status_code": 0
312 } 310 }
313 ] 311 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698