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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Headless_Linux__dbg_.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]/Headless_Linux__dbg_", 7 "[BUILDER_CACHE]/Headless_Linux__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 "--ninja-path", 278 "--ninja-path",
279 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 279 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
280 "--target", 280 "--target",
281 "Debug", 281 "Debug",
282 "--src-dir", 282 "--src-dir",
283 "[BUILDER_CACHE]/Headless_Linux__dbg_/src", 283 "[BUILDER_CACHE]/Headless_Linux__dbg_/src",
284 "--goma-cache-dir", 284 "--goma-cache-dir",
285 "[GOMA_CACHE]", 285 "[GOMA_CACHE]",
286 "--goma-deps-cache-dir", 286 "--goma-deps-cache-dir",
287 "[GOMA_DEPS_CACHE]", 287 "[GOMA_DEPS_CACHE]",
288 "--build-tool",
289 "ninja",
290 "--build-data-dir", 288 "--build-data-dir",
291 "[ROOT]/build_data_dir", 289 "[ROOT]/build_data_dir",
292 "--compiler", 290 "--compiler",
293 "goma", 291 "goma",
294 "--goma-jsonstatus", 292 "--goma-jsonstatus",
295 "/path/to/tmp/json", 293 "/path/to/tmp/json",
296 "--goma-service-account-json-file", 294 "--goma-service-account-json-file",
297 "/creds/service_accounts/service-account-goma-client.json", 295 "/creds/service_accounts/service-account-goma-client.json",
298 "--goma-dir", 296 "--goma-dir",
299 "[CACHE]/cipd/goma", 297 "[CACHE]/cipd/goma",
300 "--", 298 "--",
301 "All", 299 "All",
302 "chromium_builder_tests" 300 "chromium_builder_tests"
303 ], 301 ],
304 "env": { 302 "env": {
305 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 303 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
306 }, 304 },
307 "name": "compile", 305 "name": "compile",
308 "~followup_annotations": [ 306 "~followup_annotations": [
309 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 307 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
310 "@@@STEP_LOG_END@json.output (invalid)@@@" 308 "@@@STEP_LOG_END@json.output (invalid)@@@"
311 ] 309 ]
312 }, 310 },
313 { 311 {
314 "name": "$result", 312 "name": "$result",
315 "recipe_result": null, 313 "recipe_result": null,
316 "status_code": 0 314 "status_code": 0
317 } 315 }
318 ] 316 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698