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

Side by Side Diff: scripts/slave/recipes/cronet.expected/cronet_try.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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "--gsutil-py-path", 287 "--gsutil-py-path",
288 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 288 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
289 "--ninja-path", 289 "--ninja-path",
290 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 290 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
291 "--target", 291 "--target",
292 "Debug", 292 "Debug",
293 "--src-dir", 293 "--src-dir",
294 "[SLAVE_BUILD]/src", 294 "[SLAVE_BUILD]/src",
295 "--goma-cache-dir", 295 "--goma-cache-dir",
296 "[GOMA_CACHE]", 296 "[GOMA_CACHE]",
297 "--buildbot-buildername",
298 "android_cronet_tester",
299 "--buildbot-mastername",
300 "chromium.testing.master",
301 "--buildbot-slavename",
302 "TestSlavename",
297 "--compiler", 303 "--compiler",
298 "goma", 304 "goma",
299 "--goma-jsonstatus", 305 "--goma-jsonstatus",
300 "/path/to/tmp/json", 306 "/path/to/tmp/json",
301 "--goma-service-account-json-file", 307 "--goma-service-account-json-file",
302 "/creds/service_accounts/service-account-goma-client.json", 308 "/creds/service_accounts/service-account-goma-client.json",
303 "--goma-dir", 309 "--goma-dir",
304 "[CACHE]/cipd/goma", 310 "[CACHE]/cipd/goma",
305 "--goma-fail-fast", 311 "--goma-fail-fast",
306 "--goma-disable-local-fallback", 312 "--goma-disable-local-fallback",
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 712 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
707 "@@@STEP_LOG_END@python.inline@@@" 713 "@@@STEP_LOG_END@python.inline@@@"
708 ] 714 ]
709 }, 715 },
710 { 716 {
711 "name": "$result", 717 "name": "$result",
712 "recipe_result": null, 718 "recipe_result": null,
713 "status_code": 0 719 "status_code": 0
714 } 720 }
715 ] 721 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698