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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win32___nosnap___shared.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "name": "compile", 129 "name": "compile",
130 "~followup_annotations": [ 130 "~followup_annotations": [
131 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 131 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
132 "@@@STEP_LOG_END@json.output (invalid)@@@" 132 "@@@STEP_LOG_END@json.output (invalid)@@@"
133 ] 133 ]
134 }, 134 },
135 { 135 {
136 "cmd": [ 136 "cmd": [
137 "python", 137 "python",
138 "-u", 138 "-u",
139 "RECIPE_MODULE[isolate]\\resources\\isolate.py", 139 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py",
140 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", 140 "[SLAVE_BUILD]\\v8\\tools\\swarming_client",
141 "batcharchive", 141 "batcharchive",
142 "--dump-json", 142 "--dump-json",
143 "/path/to/tmp/json", 143 "/path/to/tmp/json",
144 "--isolate-server", 144 "--isolate-server",
145 "https://isolateserver.appspot.com", 145 "https://isolateserver.appspot.com",
146 "--verbose", 146 "--verbose",
147 "[SLAVE_BUILD]\\v8\\out\\Release\\bot_default.isolated.gen.json" 147 "[SLAVE_BUILD]\\v8\\out\\Release\\bot_default.isolated.gen.json"
148 ], 148 ],
149 "cwd": "[SLAVE_BUILD]", 149 "cwd": "[SLAVE_BUILD]",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "@@@STEP_LOG_LINE@json.output@}@@@", 249 "@@@STEP_LOG_LINE@json.output@}@@@",
250 "@@@STEP_LOG_END@json.output@@@", 250 "@@@STEP_LOG_END@json.output@@@",
251 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 251 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
252 ] 252 ]
253 }, 253 },
254 { 254 {
255 "allow_subannotations": true, 255 "allow_subannotations": true,
256 "cmd": [ 256 "cmd": [
257 "python", 257 "python",
258 "-u", 258 "-u",
259 "RECIPE_MODULE[v8]\\resources\\collect_v8_task.py", 259 "RECIPE_MODULE[build.v8]\\resources\\collect_v8_task.py",
260 "--swarming-client-dir", 260 "--swarming-client-dir",
261 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", 261 "[SLAVE_BUILD]\\v8\\tools\\swarming_client",
262 "--temp-root-dir", 262 "--temp-root-dir",
263 "[TMP_BASE]", 263 "[TMP_BASE]",
264 "--merged-test-output", 264 "--merged-test-output",
265 "/path/to/tmp/json", 265 "/path/to/tmp/json",
266 "--", 266 "--",
267 "collect", 267 "collect",
268 "--swarming", 268 "--swarming",
269 "https://chromium-swarm.appspot.com", 269 "https://chromium-swarm.appspot.com",
(...skipping 21 matching lines...) Expand all
291 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 291 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
292 "@@@STEP_LOG_END@durations@@@" 292 "@@@STEP_LOG_END@durations@@@"
293 ] 293 ]
294 }, 294 },
295 { 295 {
296 "name": "$result", 296 "name": "$result",
297 "recipe_result": null, 297 "recipe_result": null,
298 "status_code": 0 298 "status_code": 0
299 } 299 }
300 ] 300 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698