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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac64_asan_rel.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_mac64_asan_rel", 10 "v8_mac64_asan_rel",
(...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/Release/bot_default.isolated.gen.json" 166 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json"
167 ], 167 ],
168 "cwd": "[SLAVE_BUILD]", 168 "cwd": "[SLAVE_BUILD]",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@ @@", 292 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@ @@",
293 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@ @@", 293 "@@@STEP_LINK@shard #2@https://chromium-swarm.appspot.com/user/task/10200@ @@",
294 "@@@STEP_LINK@shard #3@https://chromium-swarm.appspot.com/user/task/10300@ @@" 294 "@@@STEP_LINK@shard #3@https://chromium-swarm.appspot.com/user/task/10300@ @@"
295 ] 295 ]
296 }, 296 },
297 { 297 {
298 "allow_subannotations": true, 298 "allow_subannotations": true,
299 "cmd": [ 299 "cmd": [
300 "python", 300 "python",
301 "-u", 301 "-u",
302 "RECIPE_MODULE[v8]/resources/collect_v8_task.py", 302 "RECIPE_MODULE[build.v8]/resources/collect_v8_task.py",
303 "--swarming-client-dir", 303 "--swarming-client-dir",
304 "[SLAVE_BUILD]/v8/tools/swarming_client", 304 "[SLAVE_BUILD]/v8/tools/swarming_client",
305 "--temp-root-dir", 305 "--temp-root-dir",
306 "[TMP_BASE]", 306 "[TMP_BASE]",
307 "--merged-test-output", 307 "--merged-test-output",
308 "/path/to/tmp/json", 308 "/path/to/tmp/json",
309 "--", 309 "--",
310 "collect", 310 "collect",
311 "--swarming", 311 "--swarming",
312 "https://chromium-swarm.appspot.com", 312 "https://chromium-swarm.appspot.com",
(...skipping 21 matching lines...) Expand all
334 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 334 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
335 "@@@STEP_LOG_END@durations@@@" 335 "@@@STEP_LOG_END@durations@@@"
336 ] 336 ]
337 }, 337 },
338 { 338 {
339 "name": "$result", 339 "name": "$result",
340 "recipe_result": null, 340 "recipe_result": null,
341 "status_code": 0 341 "status_code": 0
342 } 342 }
343 ] 343 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698