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

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

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/git_setup.py", 6 "[BUILD]/scripts/slave/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]",
12 "name": "git setup (swarming_client)" 13 "name": "git setup (swarming_client)"
13 }, 14 },
14 { 15 {
15 "cmd": [ 16 "cmd": [
16 "git", 17 "git",
17 "retry", 18 "retry",
18 "fetch", 19 "fetch",
19 "origin", 20 "origin",
20 "master" 21 "master"
21 ], 22 ],
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "cwd": "[SLAVE_BUILD]/swarming.client", 64 "cwd": "[SLAVE_BUILD]/swarming.client",
64 "name": "submodule update (swarming_client)" 65 "name": "submodule update (swarming_client)"
65 }, 66 },
66 { 67 {
67 "cmd": [ 68 "cmd": [
68 "python", 69 "python",
69 "-u", 70 "-u",
70 "[SLAVE_BUILD]/swarming.client/swarming.py", 71 "[SLAVE_BUILD]/swarming.client/swarming.py",
71 "--version" 72 "--version"
72 ], 73 ],
74 "cwd": "[SLAVE_BUILD]",
73 "name": "swarming.py --version", 75 "name": "swarming.py --version",
74 "stdout": "/path/to/tmp/", 76 "stdout": "/path/to/tmp/",
75 "~followup_annotations": [ 77 "~followup_annotations": [
76 "@@@STEP_TEXT@0.4.10@@@" 78 "@@@STEP_TEXT@0.4.10@@@"
77 ] 79 ]
78 }, 80 },
79 { 81 {
80 "cmd": [ 82 "cmd": [
81 "python", 83 "python",
82 "-u", 84 "-u",
83 "[SLAVE_BUILD]/swarming.client/isolate.py", 85 "[SLAVE_BUILD]/swarming.client/isolate.py",
84 "archive", 86 "archive",
85 "--isolate", 87 "--isolate",
86 "[SLAVE_BUILD]/swarming.client/example/payload/hello_world.isolate", 88 "[SLAVE_BUILD]/swarming.client/example/payload/hello_world.isolate",
87 "--isolated", 89 "--isolated",
88 "[TMP_BASE]/hello_isolated_world_tmp_1/hello_world.isolated", 90 "[TMP_BASE]/hello_isolated_world_tmp_1/hello_world.isolated",
89 "--isolate-server", 91 "--isolate-server",
90 "https://isolateserver-dev.appspot.com", 92 "https://isolateserver-dev.appspot.com",
91 "--config-variable", 93 "--config-variable",
92 "OS", 94 "OS",
93 "win", 95 "win",
94 "--verbose" 96 "--verbose"
95 ], 97 ],
98 "cwd": "[SLAVE_BUILD]",
96 "name": "archive for win", 99 "name": "archive for win",
97 "stdout": "/path/to/tmp/" 100 "stdout": "/path/to/tmp/"
98 }, 101 },
99 { 102 {
100 "cmd": [ 103 "cmd": [
101 "python", 104 "python",
102 "-u", 105 "-u",
103 "[SLAVE_BUILD]/swarming.client/isolate.py", 106 "[SLAVE_BUILD]/swarming.client/isolate.py",
104 "archive", 107 "archive",
105 "--isolate", 108 "--isolate",
106 "[SLAVE_BUILD]/swarming.client/example/payload/hello_world.isolate", 109 "[SLAVE_BUILD]/swarming.client/example/payload/hello_world.isolate",
107 "--isolated", 110 "--isolated",
108 "[TMP_BASE]/hello_isolated_world_tmp_1/hello_world.isolated", 111 "[TMP_BASE]/hello_isolated_world_tmp_1/hello_world.isolated",
109 "--isolate-server", 112 "--isolate-server",
110 "https://isolateserver-dev.appspot.com", 113 "https://isolateserver-dev.appspot.com",
111 "--config-variable", 114 "--config-variable",
112 "OS", 115 "OS",
113 "linux", 116 "linux",
114 "--verbose" 117 "--verbose"
115 ], 118 ],
119 "cwd": "[SLAVE_BUILD]",
116 "name": "archive for linux", 120 "name": "archive for linux",
117 "stdout": "/path/to/tmp/" 121 "stdout": "/path/to/tmp/"
118 }, 122 },
119 { 123 {
120 "cmd": [ 124 "cmd": [
121 "python", 125 "python",
122 "-u", 126 "-u",
123 "[SLAVE_BUILD]/swarming.client/isolate.py", 127 "[SLAVE_BUILD]/swarming.client/isolate.py",
124 "archive", 128 "archive",
125 "--isolate", 129 "--isolate",
126 "[SLAVE_BUILD]/swarming.client/example/payload/hello_world.isolate", 130 "[SLAVE_BUILD]/swarming.client/example/payload/hello_world.isolate",
127 "--isolated", 131 "--isolated",
128 "[TMP_BASE]/hello_isolated_world_tmp_1/hello_world.isolated", 132 "[TMP_BASE]/hello_isolated_world_tmp_1/hello_world.isolated",
129 "--isolate-server", 133 "--isolate-server",
130 "https://isolateserver-dev.appspot.com", 134 "https://isolateserver-dev.appspot.com",
131 "--config-variable", 135 "--config-variable",
132 "OS", 136 "OS",
133 "mac", 137 "mac",
134 "--verbose" 138 "--verbose"
135 ], 139 ],
140 "cwd": "[SLAVE_BUILD]",
136 "name": "archive for mac", 141 "name": "archive for mac",
137 "stdout": "/path/to/tmp/" 142 "stdout": "/path/to/tmp/"
138 }, 143 },
139 { 144 {
140 "cmd": [ 145 "cmd": [
141 "python", 146 "python",
142 "-u", 147 "-u",
143 "[SLAVE_BUILD]/swarming.client/swarming.py", 148 "[SLAVE_BUILD]/swarming.client/swarming.py",
144 "trigger", 149 "trigger",
145 "--swarming", 150 "--swarming",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "--tag", 186 "--tag",
182 "os:Windows-7-SP1", 187 "os:Windows-7-SP1",
183 "--tag", 188 "--tag",
184 "os:win", 189 "os:win",
185 "--verbose", 190 "--verbose",
186 "--idempotent", 191 "--idempotent",
187 "--user", 192 "--user",
188 "joe", 193 "joe",
189 "hash_for_win" 194 "hash_for_win"
190 ], 195 ],
196 "cwd": "[SLAVE_BUILD]",
191 "name": "[trigger] hello_world on Windows-7-SP1", 197 "name": "[trigger] hello_world on Windows-7-SP1",
192 "~followup_annotations": [ 198 "~followup_annotations": [
193 "@@@STEP_LOG_LINE@json.output@{@@@", 199 "@@@STEP_LOG_LINE@json.output@{@@@",
194 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Windows- 7-SP1/hash_for_w\", @@@", 200 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Windows- 7-SP1/hash_for_w\", @@@",
195 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 201 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
196 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Windows-7-SP1/hash_for_w\" : {@@@", 202 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Windows-7-SP1/hash_for_w\" : {@@@",
197 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 203 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
198 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 204 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
199 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10000\"@@@", 205 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10000\"@@@",
200 "@@@STEP_LOG_LINE@json.output@ }@@@", 206 "@@@STEP_LOG_LINE@json.output@ }@@@",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 "--tag", 255 "--tag",
250 "os:Ubuntu-12.04", 256 "os:Ubuntu-12.04",
251 "--tag", 257 "--tag",
252 "os:linux", 258 "os:linux",
253 "--verbose", 259 "--verbose",
254 "--idempotent", 260 "--idempotent",
255 "--user", 261 "--user",
256 "joe", 262 "joe",
257 "hash_for_linux" 263 "hash_for_linux"
258 ], 264 ],
265 "cwd": "[SLAVE_BUILD]",
259 "name": "[trigger] hello_world", 266 "name": "[trigger] hello_world",
260 "~followup_annotations": [ 267 "~followup_annotations": [
261 "@@@STEP_LOG_LINE@json.output@{@@@", 268 "@@@STEP_LOG_LINE@json.output@{@@@",
262 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Ubuntu-1 2.04/hash_for_l\", @@@", 269 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Ubuntu-1 2.04/hash_for_l\", @@@",
263 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 270 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
264 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2: 0\": {@@@", 271 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2: 0\": {@@@",
265 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 272 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
266 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 273 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
267 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10000\"@@@", 274 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10000\"@@@",
268 "@@@STEP_LOG_LINE@json.output@ }, @@@", 275 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 "--tag", 330 "--tag",
324 "os:Mac-10.8", 331 "os:Mac-10.8",
325 "--tag", 332 "--tag",
326 "os:mac", 333 "os:mac",
327 "--verbose", 334 "--verbose",
328 "--idempotent", 335 "--idempotent",
329 "--user", 336 "--user",
330 "joe", 337 "joe",
331 "hash_for_mac" 338 "hash_for_mac"
332 ], 339 ],
340 "cwd": "[SLAVE_BUILD]",
333 "name": "[trigger] hello_world on Mac-10.8", 341 "name": "[trigger] hello_world on Mac-10.8",
334 "~followup_annotations": [ 342 "~followup_annotations": [
335 "@@@STEP_LOG_LINE@json.output@{@@@", 343 "@@@STEP_LOG_LINE@json.output@{@@@",
336 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Mac-10.8 /hash_for_m\", @@@", 344 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Mac-10.8 /hash_for_m\", @@@",
337 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 345 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
338 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Mac-10.8/hash_for_m\": {@@ @", 346 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Mac-10.8/hash_for_m\": {@@ @",
339 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 347 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
340 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 348 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
341 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10000\"@@@", 349 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm -dev.appspot.com/user/task/10000\"@@@",
342 "@@@STEP_LOG_LINE@json.output@ }@@@", 350 "@@@STEP_LOG_LINE@json.output@ }@@@",
343 "@@@STEP_LOG_LINE@json.output@ }@@@", 351 "@@@STEP_LOG_LINE@json.output@ }@@@",
344 "@@@STEP_LOG_LINE@json.output@}@@@", 352 "@@@STEP_LOG_LINE@json.output@}@@@",
345 "@@@STEP_LOG_END@json.output@@@", 353 "@@@STEP_LOG_END@json.output@@@",
346 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10 000@@@" 354 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10 000@@@"
347 ] 355 ]
348 }, 356 },
349 { 357 {
350 "cmd": [ 358 "cmd": [
351 "echo", 359 "echo",
352 "running something locally" 360 "running something locally"
353 ], 361 ],
362 "cwd": "[SLAVE_BUILD]",
354 "name": "local step" 363 "name": "local step"
355 }, 364 },
356 { 365 {
357 "cmd": [ 366 "cmd": [
358 "python", 367 "python",
359 "-u", 368 "-u",
360 "[SLAVE_BUILD]/swarming.client/swarming.py", 369 "[SLAVE_BUILD]/swarming.client/swarming.py",
361 "collect", 370 "collect",
362 "--swarming", 371 "--swarming",
363 "https://chromium-swarm-dev.appspot.com", 372 "https://chromium-swarm-dev.appspot.com",
364 "--decorate", 373 "--decorate",
365 "--print-status-updates", 374 "--print-status-updates",
366 "--verbose", 375 "--verbose",
367 "--shards", 376 "--shards",
368 "1", 377 "1",
369 "hello_world/Windows-7-SP1/hash_for_w", 378 "hello_world/Windows-7-SP1/hash_for_w",
370 "--task-summary-json", 379 "--task-summary-json",
371 "/path/to/tmp/json", 380 "/path/to/tmp/json",
372 "--task-output-dir", 381 "--task-output-dir",
373 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" 382 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir"
374 ], 383 ],
384 "cwd": "[SLAVE_BUILD]",
375 "name": "hello_world on Windows-7-SP1", 385 "name": "hello_world on Windows-7-SP1",
376 "~followup_annotations": [ 386 "~followup_annotations": [
377 "@@@STEP_TEXT@swarming pending 71s@@@", 387 "@@@STEP_TEXT@swarming pending 71s@@@",
378 "@@@STEP_LOG_LINE@json.output@{@@@", 388 "@@@STEP_LOG_LINE@json.output@{@@@",
379 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 389 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
380 "@@@STEP_LOG_LINE@json.output@ {@@@", 390 "@@@STEP_LOG_LINE@json.output@ {@@@",
381 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 391 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
382 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 392 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
383 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25 01:42:0 0\", @@@", 393 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25 01:42:0 0\", @@@",
384 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25 01:41:00\ ", @@@", 394 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25 01:41:00\ ", @@@",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "--print-status-updates", 435 "--print-status-updates",
426 "--verbose", 436 "--verbose",
427 "--shards", 437 "--shards",
428 "2", 438 "2",
429 "hello_world/Ubuntu-12.04/hash_for_l", 439 "hello_world/Ubuntu-12.04/hash_for_l",
430 "--task-summary-json", 440 "--task-summary-json",
431 "/path/to/tmp/json", 441 "/path/to/tmp/json",
432 "--task-output-dir", 442 "--task-output-dir",
433 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" 443 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir"
434 ], 444 ],
445 "cwd": "[SLAVE_BUILD]",
435 "name": "hello_world", 446 "name": "hello_world",
436 "~followup_annotations": [ 447 "~followup_annotations": [
437 "@@@STEP_TEXT@swarming pending 71s@@@", 448 "@@@STEP_TEXT@swarming pending 71s@@@",
438 "@@@STEP_LOG_LINE@json.output@{@@@", 449 "@@@STEP_LOG_LINE@json.output@{@@@",
439 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 450 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
440 "@@@STEP_LOG_LINE@json.output@ {@@@", 451 "@@@STEP_LOG_LINE@json.output@ {@@@",
441 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 452 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
442 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 453 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
443 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25 01:42:0 0\", @@@", 454 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25 01:42:0 0\", @@@",
444 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25 01:41:00\ ", @@@", 455 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25 01:41:00\ ", @@@",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 "--print-status-updates", 527 "--print-status-updates",
517 "--verbose", 528 "--verbose",
518 "--shards", 529 "--shards",
519 "1", 530 "1",
520 "hello_world/Mac-10.8/hash_for_m", 531 "hello_world/Mac-10.8/hash_for_m",
521 "--task-summary-json", 532 "--task-summary-json",
522 "/path/to/tmp/json", 533 "/path/to/tmp/json",
523 "--task-output-dir", 534 "--task-output-dir",
524 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" 535 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir"
525 ], 536 ],
537 "cwd": "[SLAVE_BUILD]",
526 "name": "hello_world on Mac-10.8", 538 "name": "hello_world on Mac-10.8",
527 "~followup_annotations": [ 539 "~followup_annotations": [
528 "@@@STEP_TEXT@swarming pending 71s@@@", 540 "@@@STEP_TEXT@swarming pending 71s@@@",
529 "@@@STEP_LOG_LINE@json.output@{@@@", 541 "@@@STEP_LOG_LINE@json.output@{@@@",
530 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 542 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
531 "@@@STEP_LOG_LINE@json.output@ {@@@", 543 "@@@STEP_LOG_LINE@json.output@ {@@@",
532 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 544 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
533 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", 545 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
534 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25 01:42:0 0\", @@@", 546 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25 01:42:0 0\", @@@",
535 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25 01:41:00\ ", @@@", 547 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25 01:41:00\ ", @@@",
(...skipping 28 matching lines...) Expand all
564 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 576 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
565 ] 577 ]
566 }, 578 },
567 { 579 {
568 "cmd": [ 580 "cmd": [
569 "python", 581 "python",
570 "-u", 582 "-u",
571 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", 583 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists( sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
572 "[TMP_BASE]/hello_isolated_world_tmp_1" 584 "[TMP_BASE]/hello_isolated_world_tmp_1"
573 ], 585 ],
586 "cwd": "[SLAVE_BUILD]",
574 "name": "rmtree remove temp dir", 587 "name": "rmtree remove temp dir",
575 "~followup_annotations": [ 588 "~followup_annotations": [
576 "@@@STEP_LOG_LINE@python.inline@@@@", 589 "@@@STEP_LOG_LINE@python.inline@@@@",
577 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 590 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
578 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", 591 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@",
579 "@@@STEP_LOG_LINE@python.inline@@@@", 592 "@@@STEP_LOG_LINE@python.inline@@@@",
580 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 593 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
581 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 594 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
582 "@@@STEP_LOG_END@python.inline@@@" 595 "@@@STEP_LOG_END@python.inline@@@"
583 ] 596 ]
584 } 597 }
585 ] 598 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698