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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_ASAN_Builder.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_ASAN_Builder", 7 "[BUILDER_CACHE]/Linux_ASAN_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "--ninja-path", 303 "--ninja-path",
304 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 304 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
305 "--target", 305 "--target",
306 "Release", 306 "Release",
307 "--src-dir", 307 "--src-dir",
308 "[BUILDER_CACHE]/Linux_ASAN_Builder/src", 308 "[BUILDER_CACHE]/Linux_ASAN_Builder/src",
309 "--goma-cache-dir", 309 "--goma-cache-dir",
310 "[GOMA_CACHE]", 310 "[GOMA_CACHE]",
311 "--goma-deps-cache-dir", 311 "--goma-deps-cache-dir",
312 "[GOMA_DEPS_CACHE]", 312 "[GOMA_DEPS_CACHE]",
313 "--build-tool",
314 "ninja",
315 "--build-data-dir", 313 "--build-data-dir",
316 "[ROOT]/build_data_dir", 314 "[ROOT]/build_data_dir",
317 "--compiler", 315 "--compiler",
318 "goma-clang", 316 "goma-clang",
319 "--goma-jsonstatus", 317 "--goma-jsonstatus",
320 "/path/to/tmp/json", 318 "/path/to/tmp/json",
321 "--goma-service-account-json-file", 319 "--goma-service-account-json-file",
322 "/creds/service_accounts/service-account-goma-client.json", 320 "/creds/service_accounts/service-account-goma-client.json",
323 "--goma-dir", 321 "--goma-dir",
324 "[CACHE]/cipd/goma", 322 "[CACHE]/cipd/goma",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 "~followup_annotations": [ 386 "~followup_annotations": [
389 "@@@STEP_TEXT@Linux ASan LSan Tests (1)@@@" 387 "@@@STEP_TEXT@Linux ASan LSan Tests (1)@@@"
390 ] 388 ]
391 }, 389 },
392 { 390 {
393 "name": "$result", 391 "name": "$result",
394 "recipe_result": null, 392 "recipe_result": null,
395 "status_code": 0 393 "status_code": 0
396 } 394 }
397 ] 395 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698