| OLD | NEW |
| 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 Loading... |
| 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.5@@@" | 78 "@@@STEP_TEXT@0.5@@@" |
| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 "--tag", | 188 "--tag", |
| 184 "os:win", | 189 "os:win", |
| 185 "--tag", | 190 "--tag", |
| 186 "rietveld:https://codereview.chromium.org/123/#ps1001", | 191 "rietveld:https://codereview.chromium.org/123/#ps1001", |
| 187 "--verbose", | 192 "--verbose", |
| 188 "--idempotent", | 193 "--idempotent", |
| 189 "--user", | 194 "--user", |
| 190 "joe", | 195 "joe", |
| 191 "hash_for_win" | 196 "hash_for_win" |
| 192 ], | 197 ], |
| 198 "cwd": "[SLAVE_BUILD]", |
| 193 "name": "[trigger] hello_world on Windows-7-SP1", | 199 "name": "[trigger] hello_world on Windows-7-SP1", |
| 194 "~followup_annotations": [ | 200 "~followup_annotations": [ |
| 195 "@@@STEP_LOG_LINE@json.output@{@@@", | 201 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 196 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Windows-
7-SP1/hash_for_w\", @@@", | 202 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Windows-
7-SP1/hash_for_w\", @@@", |
| 197 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 203 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 198 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Windows-7-SP1/hash_for_w\"
: {@@@", | 204 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Windows-7-SP1/hash_for_w\"
: {@@@", |
| 199 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 205 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 200 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 206 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 201 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
-dev.appspot.com/user/task/10000\"@@@", | 207 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
-dev.appspot.com/user/task/10000\"@@@", |
| 202 "@@@STEP_LOG_LINE@json.output@ }@@@", | 208 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 "--tag", | 259 "--tag", |
| 254 "os:linux", | 260 "os:linux", |
| 255 "--tag", | 261 "--tag", |
| 256 "rietveld:https://codereview.chromium.org/123/#ps1001", | 262 "rietveld:https://codereview.chromium.org/123/#ps1001", |
| 257 "--verbose", | 263 "--verbose", |
| 258 "--idempotent", | 264 "--idempotent", |
| 259 "--user", | 265 "--user", |
| 260 "joe", | 266 "joe", |
| 261 "hash_for_linux" | 267 "hash_for_linux" |
| 262 ], | 268 ], |
| 269 "cwd": "[SLAVE_BUILD]", |
| 263 "name": "[trigger] hello_world", | 270 "name": "[trigger] hello_world", |
| 264 "~followup_annotations": [ | 271 "~followup_annotations": [ |
| 265 "@@@STEP_LOG_LINE@json.output@{@@@", | 272 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 266 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Ubuntu-1
2.04/hash_for_l\", @@@", | 273 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Ubuntu-1
2.04/hash_for_l\", @@@", |
| 267 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 274 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 268 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2:
0\": {@@@", | 275 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2:
0\": {@@@", |
| 269 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 276 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 270 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 277 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 271 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
-dev.appspot.com/user/task/10000\"@@@", | 278 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
-dev.appspot.com/user/task/10000\"@@@", |
| 272 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 279 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 "--tag", | 336 "--tag", |
| 330 "os:mac", | 337 "os:mac", |
| 331 "--tag", | 338 "--tag", |
| 332 "rietveld:https://codereview.chromium.org/123/#ps1001", | 339 "rietveld:https://codereview.chromium.org/123/#ps1001", |
| 333 "--verbose", | 340 "--verbose", |
| 334 "--idempotent", | 341 "--idempotent", |
| 335 "--user", | 342 "--user", |
| 336 "joe", | 343 "joe", |
| 337 "hash_for_mac" | 344 "hash_for_mac" |
| 338 ], | 345 ], |
| 346 "cwd": "[SLAVE_BUILD]", |
| 339 "name": "[trigger] hello_world on Mac-10.8", | 347 "name": "[trigger] hello_world on Mac-10.8", |
| 340 "~followup_annotations": [ | 348 "~followup_annotations": [ |
| 341 "@@@STEP_LOG_LINE@json.output@{@@@", | 349 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 342 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Mac-10.8
/hash_for_m\", @@@", | 350 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"hello_world/Mac-10.8
/hash_for_m\", @@@", |
| 343 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 351 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 344 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Mac-10.8/hash_for_m\": {@@
@", | 352 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Mac-10.8/hash_for_m\": {@@
@", |
| 345 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 353 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 346 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 354 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 347 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
-dev.appspot.com/user/task/10000\"@@@", | 355 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
-dev.appspot.com/user/task/10000\"@@@", |
| 348 "@@@STEP_LOG_LINE@json.output@ }@@@", | 356 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 349 "@@@STEP_LOG_LINE@json.output@ }@@@", | 357 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 350 "@@@STEP_LOG_LINE@json.output@}@@@", | 358 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 351 "@@@STEP_LOG_END@json.output@@@", | 359 "@@@STEP_LOG_END@json.output@@@", |
| 352 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10
000@@@" | 360 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10
000@@@" |
| 353 ] | 361 ] |
| 354 }, | 362 }, |
| 355 { | 363 { |
| 356 "cmd": [ | 364 "cmd": [ |
| 357 "echo", | 365 "echo", |
| 358 "running something locally" | 366 "running something locally" |
| 359 ], | 367 ], |
| 368 "cwd": "[SLAVE_BUILD]", |
| 360 "name": "local step" | 369 "name": "local step" |
| 361 }, | 370 }, |
| 362 { | 371 { |
| 363 "cmd": [ | 372 "cmd": [ |
| 364 "python", | 373 "python", |
| 365 "-u", | 374 "-u", |
| 366 "[SLAVE_BUILD]/swarming.client/swarming.py", | 375 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 367 "collect", | 376 "collect", |
| 368 "--swarming", | 377 "--swarming", |
| 369 "https://chromium-swarm-dev.appspot.com", | 378 "https://chromium-swarm-dev.appspot.com", |
| 370 "--decorate", | 379 "--decorate", |
| 371 "--print-status-updates", | 380 "--print-status-updates", |
| 372 "--verbose", | 381 "--verbose", |
| 373 "--json", | 382 "--json", |
| 374 "{\"base_task_name\": \"hello_world/Windows-7-SP1/hash_for_w\", \"tasks\":
{\"hello_world/Windows-7-SP1/hash_for_w\": {\"shard_index\": 0, \"task_id\": \"
10000\", \"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task/10000\
"}}}", | 383 "{\"base_task_name\": \"hello_world/Windows-7-SP1/hash_for_w\", \"tasks\":
{\"hello_world/Windows-7-SP1/hash_for_w\": {\"shard_index\": 0, \"task_id\": \"
10000\", \"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task/10000\
"}}}", |
| 375 "--task-summary-json", | 384 "--task-summary-json", |
| 376 "/path/to/tmp/json", | 385 "/path/to/tmp/json", |
| 377 "--task-output-dir", | 386 "--task-output-dir", |
| 378 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" | 387 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" |
| 379 ], | 388 ], |
| 389 "cwd": "[SLAVE_BUILD]", |
| 380 "name": "hello_world on Windows-7-SP1", | 390 "name": "hello_world on Windows-7-SP1", |
| 381 "~followup_annotations": [ | 391 "~followup_annotations": [ |
| 382 "@@@STEP_TEXT@swarming pending 71s@@@", | 392 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 383 "@@@STEP_LOG_LINE@json.output@{@@@", | 393 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 384 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 394 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 385 "@@@STEP_LOG_LINE@json.output@ {@@@", | 395 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 386 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 396 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 387 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 397 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 388 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25 01:42:0
0\", @@@", | 398 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25 01:42:0
0\", @@@", |
| 389 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25 01:41:00\
", @@@", | 399 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25 01:41:00\
", @@@", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 "--decorate", | 439 "--decorate", |
| 430 "--print-status-updates", | 440 "--print-status-updates", |
| 431 "--verbose", | 441 "--verbose", |
| 432 "--json", | 442 "--json", |
| 433 "{\"base_task_name\": \"hello_world/Ubuntu-12.04/hash_for_l\", \"tasks\":
{\"hello_world/Ubuntu-12.04/hash_for_l:2:0\": {\"shard_index\": 0, \"task_id\":
\"10000\", \"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task/1000
0\"}, \"hello_world/Ubuntu-12.04/hash_for_l:2:1\": {\"shard_index\": 1, \"task_i
d\": \"10100\", \"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task
/10100\"}}}", | 443 "{\"base_task_name\": \"hello_world/Ubuntu-12.04/hash_for_l\", \"tasks\":
{\"hello_world/Ubuntu-12.04/hash_for_l:2:0\": {\"shard_index\": 0, \"task_id\":
\"10000\", \"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task/1000
0\"}, \"hello_world/Ubuntu-12.04/hash_for_l:2:1\": {\"shard_index\": 1, \"task_i
d\": \"10100\", \"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task
/10100\"}}}", |
| 434 "--task-summary-json", | 444 "--task-summary-json", |
| 435 "/path/to/tmp/json", | 445 "/path/to/tmp/json", |
| 436 "--task-output-dir", | 446 "--task-output-dir", |
| 437 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" | 447 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" |
| 438 ], | 448 ], |
| 449 "cwd": "[SLAVE_BUILD]", |
| 439 "name": "hello_world", | 450 "name": "hello_world", |
| 440 "~followup_annotations": [ | 451 "~followup_annotations": [ |
| 441 "@@@STEP_TEXT@swarming pending 71s@@@", | 452 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 442 "@@@STEP_LOG_LINE@json.output@{@@@", | 453 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 443 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 454 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 444 "@@@STEP_LOG_LINE@json.output@ {@@@", | 455 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 445 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 456 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 446 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 457 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 447 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25 01:42:0
0\", @@@", | 458 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25 01:42:0
0\", @@@", |
| 448 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25 01:41:00\
", @@@", | 459 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25 01:41:00\
", @@@", |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 519 "--decorate", | 530 "--decorate", |
| 520 "--print-status-updates", | 531 "--print-status-updates", |
| 521 "--verbose", | 532 "--verbose", |
| 522 "--json", | 533 "--json", |
| 523 "{\"base_task_name\": \"hello_world/Mac-10.8/hash_for_m\", \"tasks\": {\"h
ello_world/Mac-10.8/hash_for_m\": {\"shard_index\": 0, \"task_id\": \"10000\", \
"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task/10000\"}}}", | 534 "{\"base_task_name\": \"hello_world/Mac-10.8/hash_for_m\", \"tasks\": {\"h
ello_world/Mac-10.8/hash_for_m\": {\"shard_index\": 0, \"task_id\": \"10000\", \
"view_url\": \"https://chromium-swarm-dev.appspot.com/user/task/10000\"}}}", |
| 524 "--task-summary-json", | 535 "--task-summary-json", |
| 525 "/path/to/tmp/json", | 536 "/path/to/tmp/json", |
| 526 "--task-output-dir", | 537 "--task-output-dir", |
| 527 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" | 538 "[TMP_BASE]/hello_isolated_world_tmp_1/task_output_dir" |
| 528 ], | 539 ], |
| 540 "cwd": "[SLAVE_BUILD]", |
| 529 "name": "hello_world on Mac-10.8", | 541 "name": "hello_world on Mac-10.8", |
| 530 "~followup_annotations": [ | 542 "~followup_annotations": [ |
| 531 "@@@STEP_TEXT@swarming pending 71s@@@", | 543 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 532 "@@@STEP_LOG_LINE@json.output@{@@@", | 544 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 533 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", | 545 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 534 "@@@STEP_LOG_LINE@json.output@ {@@@", | 546 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 535 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", | 547 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 536 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", | 548 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 537 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25 01:42:0
0\", @@@", | 549 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25 01:42:0
0\", @@@", |
| 538 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25 01:41:00\
", @@@", | 550 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25 01:41:00\
", @@@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 567 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 579 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 568 ] | 580 ] |
| 569 }, | 581 }, |
| 570 { | 582 { |
| 571 "cmd": [ | 583 "cmd": [ |
| 572 "python", | 584 "python", |
| 573 "-u", | 585 "-u", |
| 574 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", | 586 "\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(
sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n", |
| 575 "[TMP_BASE]/hello_isolated_world_tmp_1" | 587 "[TMP_BASE]/hello_isolated_world_tmp_1" |
| 576 ], | 588 ], |
| 589 "cwd": "[SLAVE_BUILD]", |
| 577 "name": "rmtree remove temp dir", | 590 "name": "rmtree remove temp dir", |
| 578 "~followup_annotations": [ | 591 "~followup_annotations": [ |
| 579 "@@@STEP_LOG_LINE@python.inline@@@@", | 592 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 580 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 593 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 581 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", | 594 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils@@@", |
| 582 "@@@STEP_LOG_LINE@python.inline@@@@", | 595 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 583 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 596 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 584 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 597 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 585 "@@@STEP_LOG_END@python.inline@@@" | 598 "@@@STEP_LOG_END@python.inline@@@" |
| 586 ] | 599 ] |
| 587 } | 600 } |
| 588 ] | 601 ] |
| OLD | NEW |