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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_builder_asan.json

Issue 2338203004: Enable the ninja up-to-date check for Android builders (Closed)
Patch Set: Created 4 years, 3 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "--buildbot-slavename", 310 "--buildbot-slavename",
311 "TestSlavename", 311 "TestSlavename",
312 "--compiler", 312 "--compiler",
313 "goma-clang", 313 "goma-clang",
314 "--goma-jsonstatus", 314 "--goma-jsonstatus",
315 "/path/to/tmp/json", 315 "/path/to/tmp/json",
316 "--goma-service-account-json-file", 316 "--goma-service-account-json-file",
317 "/creds/service_accounts/service-account-goma-client.json", 317 "/creds/service_accounts/service-account-goma-client.json",
318 "--goma-dir", 318 "--goma-dir",
319 "[CACHE]/cipd/goma", 319 "[CACHE]/cipd/goma",
320 "--ninja-ensure-up-to-date",
320 "--", 321 "--",
321 "cronet_package", 322 "cronet_package",
322 "cronet_perf_test_apk", 323 "cronet_perf_test_apk",
323 "cronet_sample_test_apk", 324 "cronet_sample_test_apk",
324 "cronet_test_instrumentation_apk", 325 "cronet_test_instrumentation_apk",
325 "cronet_unittests", 326 "cronet_unittests",
326 "cronet_unittests_apk", 327 "cronet_unittests_apk",
327 "net_unittests", 328 "net_unittests",
328 "net_unittests_apk" 329 "net_unittests_apk"
329 ], 330 ],
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 820 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
820 "@@@STEP_LOG_END@python.inline@@@" 821 "@@@STEP_LOG_END@python.inline@@@"
821 ] 822 ]
822 }, 823 },
823 { 824 {
824 "name": "$result", 825 "name": "$result",
825 "recipe_result": null, 826 "recipe_result": null,
826 "status_code": 0 827 "status_code": 0
827 } 828 }
828 ] 829 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698