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

Side by Side Diff: scripts/slave/recipe_modules/swarming/example.expected/basic_0.4.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 7 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_MODULE[depot_tools::git]/resources/git_setup.py", 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
7 "--path", 7 "--path",
8 "[SLAVE_BUILD]/swarming.client", 8 "[SLAVE_BUILD]/swarming.client",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/external/swarming.client.git" 10 "https://chromium.googlesource.com/external/swarming.client.git"
11 ], 11 ],
12 "cwd": "[SLAVE_BUILD]",
13 "name": "git setup (swarming_client)" 12 "name": "git setup (swarming_client)"
14 }, 13 },
15 { 14 {
16 "cmd": [ 15 "cmd": [
17 "git", 16 "git",
18 "retry", 17 "retry",
19 "fetch", 18 "fetch",
20 "origin", 19 "origin",
21 "master" 20 "master"
22 ], 21 ],
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "cwd": "[SLAVE_BUILD]/swarming.client", 76 "cwd": "[SLAVE_BUILD]/swarming.client",
78 "name": "submodule update (swarming_client)" 77 "name": "submodule update (swarming_client)"
79 }, 78 },
80 { 79 {
81 "cmd": [ 80 "cmd": [
82 "python", 81 "python",
83 "-u", 82 "-u",
84 "[SLAVE_BUILD]/swarming.client/swarming.py", 83 "[SLAVE_BUILD]/swarming.client/swarming.py",
85 "--version" 84 "--version"
86 ], 85 ],
87 "cwd": "[SLAVE_BUILD]",
88 "name": "swarming.py --version", 86 "name": "swarming.py --version",
89 "stdout": "/path/to/tmp/", 87 "stdout": "/path/to/tmp/",
90 "~followup_annotations": [ 88 "~followup_annotations": [
91 "@@@STEP_TEXT@0.4.10@@@" 89 "@@@STEP_TEXT@0.4.10@@@"
92 ] 90 ]
93 }, 91 },
94 { 92 {
95 "cmd": [ 93 "cmd": [
96 "python", 94 "python",
97 "-u", 95 "-u",
98 "[SLAVE_BUILD]/swarming.client/isolate.py", 96 "[SLAVE_BUILD]/swarming.client/isolate.py",
99 "archive", 97 "archive",
100 "--isolate", 98 "--isolate",
101 "[SLAVE_BUILD]/swarming.client/example/payload/hello_world.isolate", 99 "[SLAVE_BUILD]/swarming.client/example/payload/hello_world.isolate",
102 "--isolated", 100 "--isolated",
103 "[TMP_BASE]/hello_isolated_world_tmp_1/hello_world.isolated", 101 "[TMP_BASE]/hello_isolated_world_tmp_1/hello_world.isolated",
104 "--isolate-server", 102 "--isolate-server",
105 "https://isolateserver-dev.appspot.com", 103 "https://isolateserver-dev.appspot.com",
106 "--config-variable", 104 "--config-variable",
107 "OS", 105 "OS",
108 "win", 106 "win",
109 "--verbose" 107 "--verbose"
110 ], 108 ],
111 "cwd": "[SLAVE_BUILD]",
112 "name": "archive for win", 109 "name": "archive for win",
113 "stdout": "/path/to/tmp/" 110 "stdout": "/path/to/tmp/"
114 }, 111 },
115 { 112 {
116 "cmd": [ 113 "cmd": [
117 "python", 114 "python",
118 "-u", 115 "-u",
119 "[SLAVE_BUILD]/swarming.client/isolate.py", 116 "[SLAVE_BUILD]/swarming.client/isolate.py",
120 "archive", 117 "archive",
121 "--isolate", 118 "--isolate",
122 "[SLAVE_BUILD]/swarming.client/example/payload/hello_world.isolate", 119 "[SLAVE_BUILD]/swarming.client/example/payload/hello_world.isolate",
123 "--isolated", 120 "--isolated",
124 "[TMP_BASE]/hello_isolated_world_tmp_1/hello_world.isolated", 121 "[TMP_BASE]/hello_isolated_world_tmp_1/hello_world.isolated",
125 "--isolate-server", 122 "--isolate-server",
126 "https://isolateserver-dev.appspot.com", 123 "https://isolateserver-dev.appspot.com",
127 "--config-variable", 124 "--config-variable",
128 "OS", 125 "OS",
129 "linux", 126 "linux",
130 "--verbose" 127 "--verbose"
131 ], 128 ],
132 "cwd": "[SLAVE_BUILD]",
133 "name": "archive for linux", 129 "name": "archive for linux",
134 "stdout": "/path/to/tmp/" 130 "stdout": "/path/to/tmp/"
135 }, 131 },
136 { 132 {
137 "cmd": [ 133 "cmd": [
138 "python", 134 "python",
139 "-u", 135 "-u",
140 "[SLAVE_BUILD]/swarming.client/isolate.py", 136 "[SLAVE_BUILD]/swarming.client/isolate.py",
141 "archive", 137 "archive",
142 "--isolate", 138 "--isolate",
143 "[SLAVE_BUILD]/swarming.client/example/payload/hello_world.isolate", 139 "[SLAVE_BUILD]/swarming.client/example/payload/hello_world.isolate",
144 "--isolated", 140 "--isolated",
145 "[TMP_BASE]/hello_isolated_world_tmp_1/hello_world.isolated", 141 "[TMP_BASE]/hello_isolated_world_tmp_1/hello_world.isolated",
146 "--isolate-server", 142 "--isolate-server",
147 "https://isolateserver-dev.appspot.com", 143 "https://isolateserver-dev.appspot.com",
148 "--config-variable", 144 "--config-variable",
149 "OS", 145 "OS",
150 "mac", 146 "mac",
151 "--verbose" 147 "--verbose"
152 ], 148 ],
153 "cwd": "[SLAVE_BUILD]",
154 "name": "archive for mac", 149 "name": "archive for mac",
155 "stdout": "/path/to/tmp/" 150 "stdout": "/path/to/tmp/"
156 }, 151 },
157 { 152 {
158 "cmd": [ 153 "cmd": [
159 "python", 154 "python",
160 "-u", 155 "-u",
161 "[SLAVE_BUILD]/swarming.client/swarming.py", 156 "[SLAVE_BUILD]/swarming.client/swarming.py",
162 "trigger", 157 "trigger",
163 "--swarming", 158 "--swarming",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "--tag", 196 "--tag",
202 "os:win", 197 "os:win",
203 "--tag", 198 "--tag",
204 "stepname:hello_world on Windows-7-SP1", 199 "stepname:hello_world on Windows-7-SP1",
205 "--verbose", 200 "--verbose",
206 "--idempotent", 201 "--idempotent",
207 "--user", 202 "--user",
208 "joe", 203 "joe",
209 "hash_for_win" 204 "hash_for_win"
210 ], 205 ],
211 "cwd": "[SLAVE_BUILD]",
212 "name": "[trigger] hello_world on Windows-7-SP1", 206 "name": "[trigger] hello_world on Windows-7-SP1",
213 "~followup_annotations": [ 207 "~followup_annotations": [
214 "@@@STEP_LOG_LINE@json.output@{@@@", 208 "@@@STEP_LOG_LINE@json.output@{@@@",
215 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Windows- 7-SP1/hash_for_w\", @@@", 209 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Windows- 7-SP1/hash_for_w\", @@@",
216 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 210 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
217 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Windows-7-SP1/hash_for_w\" : {@@@", 211 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Windows-7-SP1/hash_for_w\" : {@@@",
218 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 212 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
219 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 213 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
220 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10000\"@@@", 214 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10000\"@@@",
221 "@@@STEP_LOG_LINE@json.output@ }@@@", 215 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 "--tag", 266 "--tag",
273 "os:linux", 267 "os:linux",
274 "--tag", 268 "--tag",
275 "stepname:hello_world on Ubuntu-12.04", 269 "stepname:hello_world on Ubuntu-12.04",
276 "--verbose", 270 "--verbose",
277 "--idempotent", 271 "--idempotent",
278 "--user", 272 "--user",
279 "joe", 273 "joe",
280 "hash_for_linux" 274 "hash_for_linux"
281 ], 275 ],
282 "cwd": "[SLAVE_BUILD]",
283 "name": "[trigger] hello_world on Ubuntu-12.04", 276 "name": "[trigger] hello_world on Ubuntu-12.04",
284 "~followup_annotations": [ 277 "~followup_annotations": [
285 "@@@STEP_LOG_LINE@json.output@{@@@", 278 "@@@STEP_LOG_LINE@json.output@{@@@",
286 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Ubuntu-1 2.04/hash_for_l\", @@@", 279 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Ubuntu-1 2.04/hash_for_l\", @@@",
287 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 280 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
288 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2: 0\": {@@@", 281 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2: 0\": {@@@",
289 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 282 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
290 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 283 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
291 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10000\"@@@", 284 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10000\"@@@",
292 "@@@STEP_LOG_LINE@json.output@ }, @@@", 285 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 "--tag", 342 "--tag",
350 "os:mac", 343 "os:mac",
351 "--tag", 344 "--tag",
352 "stepname:hello_world on Mac-10.9", 345 "stepname:hello_world on Mac-10.9",
353 "--verbose", 346 "--verbose",
354 "--idempotent", 347 "--idempotent",
355 "--user", 348 "--user",
356 "joe", 349 "joe",
357 "hash_for_mac" 350 "hash_for_mac"
358 ], 351 ],
359 "cwd": "[SLAVE_BUILD]",
360 "name": "[trigger] hello_world on Mac-10.9", 352 "name": "[trigger] hello_world on Mac-10.9",
361 "~followup_annotations": [ 353 "~followup_annotations": [
362 "@@@STEP_LOG_LINE@json.output@{@@@", 354 "@@@STEP_LOG_LINE@json.output@{@@@",
363 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Mac-10.9 /hash_for_m\", @@@", 355 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Mac-10.9 /hash_for_m\", @@@",
364 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 356 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
365 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Mac-10.9/hash_for_m\": {@@ @", 357 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Mac-10.9/hash_for_m\": {@@ @",
366 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 358 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
367 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 359 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
368 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10000\"@@@", 360 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10000\"@@@",
369 "@@@STEP_LOG_LINE@json.output@ }@@@", 361 "@@@STEP_LOG_LINE@json.output@ }@@@",
370 "@@@STEP_LOG_LINE@json.output@ }@@@", 362 "@@@STEP_LOG_LINE@json.output@ }@@@",
371 "@@@STEP_LOG_LINE@json.output@}@@@", 363 "@@@STEP_LOG_LINE@json.output@}@@@",
372 "@@@STEP_LOG_END@json.output@@@", 364 "@@@STEP_LOG_END@json.output@@@",
373 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10 000@@@" 365 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10 000@@@"
374 ] 366 ]
375 }, 367 },
376 { 368 {
377 "cmd": [ 369 "cmd": [
378 "echo", 370 "echo",
379 "running something locally" 371 "running something locally"
380 ], 372 ],
381 "cwd": "[SLAVE_BUILD]",
382 "name": "local step" 373 "name": "local step"
383 }, 374 },
384 { 375 {
385 "cmd": [ 376 "cmd": [
386 "python", 377 "python",
387 "-u", 378 "-u",
388 "[SLAVE_BUILD]/swarming.client/swarming.py", 379 "[SLAVE_BUILD]/swarming.client/swarming.py",
389 "collect", 380 "collect",
390 "--swarming", 381 "--swarming",
391 "https://chromium-swarm-dev.appspot.com", 382 "https://chromium-swarm-dev.appspot.com",
392 "--decorate", 383 "--decorate",
393 "--print-status-updates", 384 "--print-status-updates",
394 "--verbose", 385 "--verbose",
395 "--shards", 386 "--shards",
396 "1", 387 "1",
397 "hello_world/Windows-7-SP1/hash_for_w", 388 "hello_world/Windows-7-SP1/hash_for_w",
398 "--task-summary-json", 389 "--task-summary-json",
399 "/path/to/tmp/json", 390 "/path/to/tmp/json",
400 "--task-output-dir", 391 "--task-output-dir",
401 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" 392 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir"
402 ], 393 ],
403 "cwd": "[SLAVE_BUILD]",
404 "name": "hello_world on Windows-7-SP1", 394 "name": "hello_world on Windows-7-SP1",
405 "~followup_annotations": [ 395 "~followup_annotations": [
406 "@@@STEP_TEXT@swarming pending 71s@@@", 396 "@@@STEP_TEXT@swarming pending 71s@@@",
407 "@@@STEP_LOG_LINE@json.output@{@@@", 397 "@@@STEP_LOG_LINE@json.output@{@@@",
408 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 398 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
409 "@@@STEP_LOG_LINE@json.output@ {@@@", 399 "@@@STEP_LOG_LINE@json.output@ {@@@",
410 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 400 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
411 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 401 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
412 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 402 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
413 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 403 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 "--print-status-updates", 447 "--print-status-updates",
458 "--verbose", 448 "--verbose",
459 "--shards", 449 "--shards",
460 "2", 450 "2",
461 "hello_world/Ubuntu-12.04/hash_for_l", 451 "hello_world/Ubuntu-12.04/hash_for_l",
462 "--task-summary-json", 452 "--task-summary-json",
463 "/path/to/tmp/json", 453 "/path/to/tmp/json",
464 "--task-output-dir", 454 "--task-output-dir",
465 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" 455 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir"
466 ], 456 ],
467 "cwd": "[SLAVE_BUILD]",
468 "name": "hello_world on Ubuntu-12.04", 457 "name": "hello_world on Ubuntu-12.04",
469 "~followup_annotations": [ 458 "~followup_annotations": [
470 "@@@STEP_TEXT@swarming pending 71s@@@", 459 "@@@STEP_TEXT@swarming pending 71s@@@",
471 "@@@STEP_LOG_LINE@json.output@{@@@", 460 "@@@STEP_LOG_LINE@json.output@{@@@",
472 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 461 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
473 "@@@STEP_LOG_LINE@json.output@ {@@@", 462 "@@@STEP_LOG_LINE@json.output@ {@@@",
474 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 463 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
475 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 464 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
476 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 465 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
477 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 466 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 "--print-status-updates", 544 "--print-status-updates",
556 "--verbose", 545 "--verbose",
557 "--shards", 546 "--shards",
558 "1", 547 "1",
559 "hello_world/Mac-10.9/hash_for_m", 548 "hello_world/Mac-10.9/hash_for_m",
560 "--task-summary-json", 549 "--task-summary-json",
561 "/path/to/tmp/json", 550 "/path/to/tmp/json",
562 "--task-output-dir", 551 "--task-output-dir",
563 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" 552 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir"
564 ], 553 ],
565 "cwd": "[SLAVE_BUILD]",
566 "name": "hello_world on Mac-10.9", 554 "name": "hello_world on Mac-10.9",
567 "~followup_annotations": [ 555 "~followup_annotations": [
568 "@@@STEP_TEXT@swarming pending 71s@@@", 556 "@@@STEP_TEXT@swarming pending 71s@@@",
569 "@@@STEP_LOG_LINE@json.output@{@@@", 557 "@@@STEP_LOG_LINE@json.output@{@@@",
570 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 558 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
571 "@@@STEP_LOG_LINE@json.output@ {@@@", 559 "@@@STEP_LOG_LINE@json.output@ {@@@",
572 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 560 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
573 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 561 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
574 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@", 562 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
575 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@", 563 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 595 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
608 ] 596 ]
609 }, 597 },
610 { 598 {
611 "cmd": [ 599 "cmd": [
612 "python", 600 "python",
613 "-u", 601 "-u",
614 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 602 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
615 "[TMP_BASE]/hello_isolated_world_tmp_1" 603 "[TMP_BASE]/hello_isolated_world_tmp_1"
616 ], 604 ],
617 "cwd": "[SLAVE_BUILD]",
618 "name": "rmtree remove temp dir", 605 "name": "rmtree remove temp dir",
619 "~followup_annotations": [ 606 "~followup_annotations": [
620 "@@@STEP_LOG_LINE@python.inline@@@@", 607 "@@@STEP_LOG_LINE@python.inline@@@@",
621 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 608 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
622 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 609 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
623 "@@@STEP_LOG_LINE@python.inline@@@@", 610 "@@@STEP_LOG_LINE@python.inline@@@@",
624 "@@@STEP_LOG_LINE@python.inline@@@@", 611 "@@@STEP_LOG_LINE@python.inline@@@@",
625 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 612 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
626 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 613 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
627 "@@@STEP_LOG_END@python.inline@@@" 614 "@@@STEP_LOG_END@python.inline@@@"
628 ] 615 ]
629 }, 616 },
630 { 617 {
631 "name": "$result", 618 "name": "$result",
632 "recipe_result": null, 619 "recipe_result": null,
633 "status_code": 0 620 "status_code": 0
634 } 621 }
635 ] 622 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698