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

Side by Side Diff: scripts/slave/recipe_modules/cronet/example.expected/local_test.json

Issue 2346963002: Revert of Enable the ninja up-to-date check for Android builders (Closed)
Patch Set: rebase 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "--buildbot-slavename", 265 "--buildbot-slavename",
266 "TestSlavename", 266 "TestSlavename",
267 "--compiler", 267 "--compiler",
268 "goma", 268 "goma",
269 "--goma-jsonstatus", 269 "--goma-jsonstatus",
270 "/path/to/tmp/json", 270 "/path/to/tmp/json",
271 "--goma-service-account-json-file", 271 "--goma-service-account-json-file",
272 "/creds/service_accounts/service-account-goma-client.json", 272 "/creds/service_accounts/service-account-goma-client.json",
273 "--goma-dir", 273 "--goma-dir",
274 "[CACHE]/cipd/goma", 274 "[CACHE]/cipd/goma",
275 "--ninja-ensure-up-to-date",
276 "--", 275 "--",
277 "cronet_package", 276 "cronet_package",
278 "cronet_perf_test_apk", 277 "cronet_perf_test_apk",
279 "cronet_sample_test_apk", 278 "cronet_sample_test_apk",
280 "cronet_test_instrumentation_apk", 279 "cronet_test_instrumentation_apk",
281 "cronet_unittests", 280 "cronet_unittests",
282 "cronet_unittests_apk", 281 "cronet_unittests_apk",
283 "net_unittests", 282 "net_unittests",
284 "net_unittests_apk" 283 "net_unittests_apk"
285 ], 284 ],
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
718 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 717 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
719 "@@@STEP_LOG_END@python.inline@@@" 718 "@@@STEP_LOG_END@python.inline@@@"
720 ] 719 ]
721 }, 720 },
722 { 721 {
723 "name": "$result", 722 "name": "$result",
724 "recipe_result": null, 723 "recipe_result": null,
725 "status_code": 0 724 "status_code": 0
726 } 725 }
727 ] 726 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698