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

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

Issue 2307743002: Reland "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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 "--gsutil-py-path", 270 "--gsutil-py-path",
271 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 271 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
272 "--ninja-path", 272 "--ninja-path",
273 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 273 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
274 "--target", 274 "--target",
275 "Debug", 275 "Debug",
276 "--src-dir", 276 "--src-dir",
277 "[SLAVE_BUILD]/src", 277 "[SLAVE_BUILD]/src",
278 "--goma-cache-dir", 278 "--goma-cache-dir",
279 "[GOMA_CACHE]", 279 "[GOMA_CACHE]",
280 "--buildbot-buildername",
281 "gn_test",
282 "--buildbot-mastername",
283 "chromium.testing.master",
284 "--buildbot-slavename",
285 "TestSlavename",
280 "--compiler", 286 "--compiler",
281 "goma", 287 "goma",
282 "--goma-jsonstatus", 288 "--goma-jsonstatus",
283 "/path/to/tmp/json", 289 "/path/to/tmp/json",
284 "--goma-service-account-json-file", 290 "--goma-service-account-json-file",
285 "/creds/service_accounts/service-account-goma-client.json", 291 "/creds/service_accounts/service-account-goma-client.json",
286 "--goma-dir", 292 "--goma-dir",
287 "[CACHE]/cipd/goma", 293 "[CACHE]/cipd/goma",
288 "--", 294 "--",
289 "cronet_package", 295 "cronet_package",
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
730 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 736 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
731 "@@@STEP_LOG_END@python.inline@@@" 737 "@@@STEP_LOG_END@python.inline@@@"
732 ] 738 ]
733 }, 739 },
734 { 740 {
735 "name": "$result", 741 "name": "$result",
736 "recipe_result": null, 742 "recipe_result": null,
737 "status_code": 0 743 "status_code": 0
738 } 744 }
739 ] 745 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698