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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_armv6_builder.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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "--buildbot-slavename", 287 "--buildbot-slavename",
288 "TestSlavename", 288 "TestSlavename",
289 "--compiler", 289 "--compiler",
290 "goma", 290 "goma",
291 "--goma-jsonstatus", 291 "--goma-jsonstatus",
292 "/path/to/tmp/json", 292 "/path/to/tmp/json",
293 "--goma-service-account-json-file", 293 "--goma-service-account-json-file",
294 "/creds/service_accounts/service-account-goma-client.json", 294 "/creds/service_accounts/service-account-goma-client.json",
295 "--goma-dir", 295 "--goma-dir",
296 "[CACHE]/cipd/goma", 296 "[CACHE]/cipd/goma",
297 "--ninja-ensure-up-to-date",
297 "--", 298 "--",
298 "cronet_package", 299 "cronet_package",
299 "cronet_perf_test_apk", 300 "cronet_perf_test_apk",
300 "cronet_sample_test_apk", 301 "cronet_sample_test_apk",
301 "cronet_test_instrumentation_apk", 302 "cronet_test_instrumentation_apk",
302 "cronet_unittests", 303 "cronet_unittests",
303 "cronet_unittests_apk", 304 "cronet_unittests_apk",
304 "net_unittests", 305 "net_unittests",
305 "net_unittests_apk" 306 "net_unittests_apk"
306 ], 307 ],
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 879 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
879 "@@@STEP_LOG_END@python.inline@@@" 880 "@@@STEP_LOG_END@python.inline@@@"
880 ] 881 ]
881 }, 882 },
882 { 883 {
883 "name": "$result", 884 "name": "$result",
884 "recipe_result": null, 885 "recipe_result": null,
885 "status_code": 0 886 "status_code": 0
886 } 887 }
887 ] 888 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698