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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_nosnap_dbg.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 "RECIPE_PACKAGE[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_linux_nosnap_dbg", 10 "v8_linux_nosnap_dbg",
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 "name": "compile", 148 "name": "compile",
149 "~followup_annotations": [ 149 "~followup_annotations": [
150 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 150 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
151 "@@@STEP_LOG_END@json.output (invalid)@@@" 151 "@@@STEP_LOG_END@json.output (invalid)@@@"
152 ] 152 ]
153 }, 153 },
154 { 154 {
155 "cmd": [ 155 "cmd": [
156 "python", 156 "python",
157 "-u", 157 "-u",
158 "RECIPE_MODULE[isolate]/resources/isolate.py", 158 "RECIPE_MODULE[build.isolate]/resources/isolate.py",
159 "[SLAVE_BUILD]/v8/tools/swarming_client", 159 "[SLAVE_BUILD]/v8/tools/swarming_client",
160 "batcharchive", 160 "batcharchive",
161 "--dump-json", 161 "--dump-json",
162 "/path/to/tmp/json", 162 "/path/to/tmp/json",
163 "--isolate-server", 163 "--isolate-server",
164 "https://isolateserver.appspot.com", 164 "https://isolateserver.appspot.com",
165 "--verbose", 165 "--verbose",
166 "[SLAVE_BUILD]/v8/out/Debug/bot_default.isolated.gen.json" 166 "[SLAVE_BUILD]/v8/out/Debug/bot_default.isolated.gen.json"
167 ], 167 ],
168 "cwd": "[SLAVE_BUILD]", 168 "cwd": "[SLAVE_BUILD]",
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@", 286 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@",
287 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@ @@", 287 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@ @@",
288 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@ @@" 288 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@ @@"
289 ] 289 ]
290 }, 290 },
291 { 291 {
292 "allow_subannotations": true, 292 "allow_subannotations": true,
293 "cmd": [ 293 "cmd": [
294 "python", 294 "python",
295 "-u", 295 "-u",
296 "RECIPE_MODULE[v8]/resources/collect_v8_task.py", 296 "RECIPE_MODULE[build.v8]/resources/collect_v8_task.py",
297 "--swarming-client-dir", 297 "--swarming-client-dir",
298 "[SLAVE_BUILD]/v8/tools/swarming_client", 298 "[SLAVE_BUILD]/v8/tools/swarming_client",
299 "--temp-root-dir", 299 "--temp-root-dir",
300 "[TMP_BASE]", 300 "[TMP_BASE]",
301 "--merged-test-output", 301 "--merged-test-output",
302 "/path/to/tmp/json", 302 "/path/to/tmp/json",
303 "--", 303 "--",
304 "collect", 304 "collect",
305 "--swarming", 305 "--swarming",
306 "https://chromium-swarm.appspot.com", 306 "https://chromium-swarm.appspot.com",
(...skipping 21 matching lines...) Expand all
328 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 328 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
329 "@@@STEP_LOG_END@durations@@@" 329 "@@@STEP_LOG_END@durations@@@"
330 ] 330 ]
331 }, 331 },
332 { 332 {
333 "name": "$result", 333 "name": "$result",
334 "recipe_result": null, 334 "recipe_result": null,
335 "status_code": 0 335 "status_code": 0
336 } 336 }
337 ] 337 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698