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

Side by Side Diff: scripts/slave/recipes/cronet.expected/cronet_try.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 os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 "--gsutil-py-path", 282 "--gsutil-py-path",
283 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 283 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
284 "--ninja-path", 284 "--ninja-path",
285 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 285 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
286 "--target", 286 "--target",
287 "Debug", 287 "Debug",
288 "--src-dir", 288 "--src-dir",
289 "[SLAVE_BUILD]/src", 289 "[SLAVE_BUILD]/src",
290 "--goma-cache-dir", 290 "--goma-cache-dir",
291 "[GOMA_CACHE]", 291 "[GOMA_CACHE]",
292 "--build-tool",
293 "ninja",
294 "--compiler", 292 "--compiler",
295 "goma", 293 "goma",
296 "--goma-jsonstatus", 294 "--goma-jsonstatus",
297 "/path/to/tmp/json", 295 "/path/to/tmp/json",
298 "--goma-service-account-json-file", 296 "--goma-service-account-json-file",
299 "/creds/service_accounts/service-account-goma-client.json", 297 "/creds/service_accounts/service-account-goma-client.json",
300 "--goma-dir", 298 "--goma-dir",
301 "[CACHE]/cipd/goma", 299 "[CACHE]/cipd/goma",
302 "--goma-fail-fast", 300 "--goma-fail-fast",
303 "--goma-disable-local-fallback", 301 "--goma-disable-local-fallback",
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 700 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
703 "@@@STEP_LOG_END@python.inline@@@" 701 "@@@STEP_LOG_END@python.inline@@@"
704 ] 702 ]
705 }, 703 },
706 { 704 {
707 "name": "$result", 705 "name": "$result",
708 "recipe_result": null, 706 "recipe_result": null,
709 "status_code": 0 707 "status_code": 0
710 } 708 }
711 ] 709 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698