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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64_10_perf_bisect.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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 ] 136 ]
137 }, 137 },
138 { 138 {
139 "cmd": [], 139 "cmd": [],
140 "name": "ensure_goma" 140 "name": "ensure_goma"
141 }, 141 },
142 { 142 {
143 "cmd": [ 143 "cmd": [
144 "python", 144 "python",
145 "-u", 145 "-u",
146 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", 146 "RECIPE_MODULE[depot_tools::cipd]\\resources\\bootstrap.py",
147 "--platform", 147 "--platform",
148 "windows-amd64", 148 "windows-amd64",
149 "--dest-directory", 149 "--dest-directory",
150 "[SLAVE_BUILD]\\cipd", 150 "[SLAVE_BUILD]\\cipd",
151 "--json-output", 151 "--json-output",
152 "/path/to/tmp/json" 152 "/path/to/tmp/json"
153 ], 153 ],
154 "name": "ensure_goma.install cipd", 154 "name": "ensure_goma.install cipd",
155 "~followup_annotations": [ 155 "~followup_annotations": [
156 "@@@STEP_NEST_LEVEL@1@@@", 156 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"winx64_10_per f_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \ "parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromiu m\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave name\"}" 309 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"winx64_10_per f_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \ "parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromiu m\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave name\"}"
310 ], 310 ],
311 "name": "package build" 311 "name": "package build"
312 }, 312 },
313 { 313 {
314 "name": "$result", 314 "name": "$result",
315 "recipe_result": null, 315 "recipe_result": null,
316 "status_code": 0 316 "status_code": 0
317 } 317 }
318 ] 318 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698