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

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

Issue 2306523002: Avoid to use environment. (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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 "--gsutil-py-path", 304 "--gsutil-py-path",
305 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 305 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
306 "--ninja-path", 306 "--ninja-path",
307 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 307 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
308 "--target", 308 "--target",
309 "Release", 309 "Release",
310 "--src-dir", 310 "--src-dir",
311 "[SLAVE_BUILD]/src", 311 "[SLAVE_BUILD]/src",
312 "--goma-cache-dir", 312 "--goma-cache-dir",
313 "[GOMA_CACHE]", 313 "[GOMA_CACHE]",
314 "--buildbot-buildername",
315 "Android Cronet Builder Asan",
316 "--buildbot-mastername",
317 "chromium.testing.master",
318 "--buildbot-slavename",
319 "TestSlavename",
314 "--compiler", 320 "--compiler",
315 "goma-clang", 321 "goma-clang",
316 "--goma-jsonstatus", 322 "--goma-jsonstatus",
317 "/path/to/tmp/json", 323 "/path/to/tmp/json",
318 "--goma-service-account-json-file", 324 "--goma-service-account-json-file",
319 "/creds/service_accounts/service-account-goma-client.json", 325 "/creds/service_accounts/service-account-goma-client.json",
320 "--goma-dir", 326 "--goma-dir",
321 "[CACHE]/cipd/goma", 327 "[CACHE]/cipd/goma",
322 "--", 328 "--",
323 "cronet_package", 329 "cronet_package",
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 829 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
824 "@@@STEP_LOG_END@python.inline@@@" 830 "@@@STEP_LOG_END@python.inline@@@"
825 ] 831 ]
826 }, 832 },
827 { 833 {
828 "name": "$result", 834 "name": "$result",
829 "recipe_result": null, 835 "recipe_result": null,
830 "status_code": 0 836 "status_code": 0
831 } 837 }
832 ] 838 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698