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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux64_release__large_tests_.json

Issue 2239293002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: pylint Created 4 years, 4 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 sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Linux64_Release__large_tests_", 7 "[BUILDER_CACHE]/Linux64_Release__large_tests_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "name": "cleanup_temp" 99 "name": "cleanup_temp"
100 }, 100 },
101 { 101 {
102 "cmd": [], 102 "cmd": [],
103 "name": "ensure_goma" 103 "name": "ensure_goma"
104 }, 104 },
105 { 105 {
106 "cmd": [ 106 "cmd": [
107 "python", 107 "python",
108 "-u", 108 "-u",
109 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 109 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
110 "--platform", 110 "--platform",
111 "linux-amd64", 111 "linux-amd64",
112 "--dest-directory", 112 "--dest-directory",
113 "[SLAVE_BUILD]/cipd", 113 "[SLAVE_BUILD]/cipd",
114 "--json-output", 114 "--json-output",
115 "/path/to/tmp/json" 115 "/path/to/tmp/json"
116 ], 116 ],
117 "name": "ensure_goma.install cipd", 117 "name": "ensure_goma.install cipd",
118 "~followup_annotations": [ 118 "~followup_annotations": [
119 "@@@STEP_NEST_LEVEL@1@@@", 119 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 ], 396 ],
397 "cwd": "[BUILDER_CACHE]/Linux64_Release__large_tests_", 397 "cwd": "[BUILDER_CACHE]/Linux64_Release__large_tests_",
398 "name": "webrtc_perf_tests" 398 "name": "webrtc_perf_tests"
399 }, 399 },
400 { 400 {
401 "name": "$result", 401 "name": "$result",
402 "recipe_result": null, 402 "recipe_result": null,
403 "status_code": 0 403 "status_code": 0
404 } 404 }
405 ] 405 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698