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

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

Issue 2304063002: Revert "Avoid to use environment." (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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "--gsutil-py-path", 258 "--gsutil-py-path",
259 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 259 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
260 "--ninja-path", 260 "--ninja-path",
261 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 261 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
262 "--target", 262 "--target",
263 "Debug", 263 "Debug",
264 "--src-dir", 264 "--src-dir",
265 "[SLAVE_BUILD]/src", 265 "[SLAVE_BUILD]/src",
266 "--goma-cache-dir", 266 "--goma-cache-dir",
267 "[GOMA_CACHE]", 267 "[GOMA_CACHE]",
268 "--buildbot-buildername",
269 "local_test",
270 "--buildbot-mastername",
271 "chromium.testing.master",
272 "--buildbot-slavename",
273 "TestSlavename",
274 "--compiler", 268 "--compiler",
275 "goma", 269 "goma",
276 "--goma-jsonstatus", 270 "--goma-jsonstatus",
277 "/path/to/tmp/json", 271 "/path/to/tmp/json",
278 "--goma-service-account-json-file", 272 "--goma-service-account-json-file",
279 "/creds/service_accounts/service-account-goma-client.json", 273 "/creds/service_accounts/service-account-goma-client.json",
280 "--goma-dir", 274 "--goma-dir",
281 "[CACHE]/cipd/goma", 275 "[CACHE]/cipd/goma",
282 "--", 276 "--",
283 "cronet_package", 277 "cronet_package",
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 718 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
725 "@@@STEP_LOG_END@python.inline@@@" 719 "@@@STEP_LOG_END@python.inline@@@"
726 ] 720 ]
727 }, 721 },
728 { 722 {
729 "name": "$result", 723 "name": "$result",
730 "recipe_result": null, 724 "recipe_result": null,
731 "status_code": 0 725 "status_code": 0
732 } 726 }
733 ] 727 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698