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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_linux_nosnap_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_linux_nosnap_rel", 10 "v8_linux_nosnap_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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "@@@STEP_LOG_END@json.output@@@", 280 "@@@STEP_LOG_END@json.output@@@",
281 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@", 281 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@",
282 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@ @@" 282 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@ @@"
283 ] 283 ]
284 }, 284 },
285 { 285 {
286 "allow_subannotations": true, 286 "allow_subannotations": true,
287 "cmd": [ 287 "cmd": [
288 "python", 288 "python",
289 "-u", 289 "-u",
290 "RECIPE_MODULE[v8]/resources/collect_v8_task.py", 290 "RECIPE_MODULE[build.v8]/resources/collect_v8_task.py",
291 "--swarming-client-dir", 291 "--swarming-client-dir",
292 "[SLAVE_BUILD]/v8/tools/swarming_client", 292 "[SLAVE_BUILD]/v8/tools/swarming_client",
293 "--temp-root-dir", 293 "--temp-root-dir",
294 "[TMP_BASE]", 294 "[TMP_BASE]",
295 "--merged-test-output", 295 "--merged-test-output",
296 "/path/to/tmp/json", 296 "/path/to/tmp/json",
297 "--", 297 "--",
298 "collect", 298 "collect",
299 "--swarming", 299 "--swarming",
300 "https://chromium-swarm.appspot.com", 300 "https://chromium-swarm.appspot.com",
(...skipping 21 matching lines...) Expand all
322 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 322 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
323 "@@@STEP_LOG_END@durations@@@" 323 "@@@STEP_LOG_END@durations@@@"
324 ] 324 ]
325 }, 325 },
326 { 326 {
327 "name": "$result", 327 "name": "$result",
328 "recipe_result": null, 328 "recipe_result": null,
329 "status_code": 0 329 "status_code": 0
330 } 330 }
331 ] 331 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698