| OLD | NEW |
| 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 "[CWD]/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 ], |
| 23 "cwd": "[SLAVE_BUILD]/swarming.client", | 22 "cwd": "[CWD]/swarming.client", |
| 24 "name": "git fetch (swarming_client)" | 23 "name": "git fetch (swarming_client)" |
| 25 }, | 24 }, |
| 26 { | 25 { |
| 27 "cmd": [ | 26 "cmd": [ |
| 28 "git", | 27 "git", |
| 29 "checkout", | 28 "checkout", |
| 30 "-f", | 29 "-f", |
| 31 "FETCH_HEAD" | 30 "FETCH_HEAD" |
| 32 ], | 31 ], |
| 33 "cwd": "[SLAVE_BUILD]/swarming.client", | 32 "cwd": "[CWD]/swarming.client", |
| 34 "name": "git checkout (swarming_client)" | 33 "name": "git checkout (swarming_client)" |
| 35 }, | 34 }, |
| 36 { | 35 { |
| 37 "cmd": [ | 36 "cmd": [ |
| 38 "git", | 37 "git", |
| 39 "rev-parse", | 38 "rev-parse", |
| 40 "HEAD" | 39 "HEAD" |
| 41 ], | 40 ], |
| 42 "cwd": "[SLAVE_BUILD]/swarming.client", | 41 "cwd": "[CWD]/swarming.client", |
| 43 "name": "read revision", | 42 "name": "read revision", |
| 44 "stdout": "/path/to/tmp/", | 43 "stdout": "/path/to/tmp/", |
| 45 "~followup_annotations": [ | 44 "~followup_annotations": [ |
| 46 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" | 45 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
| 47 ] | 46 ] |
| 48 }, | 47 }, |
| 49 { | 48 { |
| 50 "cmd": [ | 49 "cmd": [ |
| 51 "git", | 50 "git", |
| 52 "clean", | 51 "clean", |
| 53 "-f", | 52 "-f", |
| 54 "-d", | 53 "-d", |
| 55 "-x" | 54 "-x" |
| 56 ], | 55 ], |
| 57 "cwd": "[SLAVE_BUILD]/swarming.client", | 56 "cwd": "[CWD]/swarming.client", |
| 58 "name": "git clean (swarming_client)" | 57 "name": "git clean (swarming_client)" |
| 59 }, | 58 }, |
| 60 { | 59 { |
| 61 "cmd": [ | 60 "cmd": [ |
| 62 "git", | 61 "git", |
| 63 "submodule", | 62 "submodule", |
| 64 "sync" | 63 "sync" |
| 65 ], | 64 ], |
| 66 "cwd": "[SLAVE_BUILD]/swarming.client", | 65 "cwd": "[CWD]/swarming.client", |
| 67 "name": "submodule sync (swarming_client)" | 66 "name": "submodule sync (swarming_client)" |
| 68 }, | 67 }, |
| 69 { | 68 { |
| 70 "cmd": [ | 69 "cmd": [ |
| 71 "git", | 70 "git", |
| 72 "submodule", | 71 "submodule", |
| 73 "update", | 72 "update", |
| 74 "--init", | 73 "--init", |
| 75 "--recursive" | 74 "--recursive" |
| 76 ], | 75 ], |
| 77 "cwd": "[SLAVE_BUILD]/swarming.client", | 76 "cwd": "[CWD]/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 "[CWD]/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 "[CWD]/swarming.client/isolate.py", |
| 99 "archive", | 97 "archive", |
| 100 "--isolate", | 98 "--isolate", |
| 101 "[SLAVE_BUILD]/swarming.client/example/payload/hello_world.isolate", | 99 "[CWD]/swarming.client/example/payload/hello_world.isolate", |
| 102 "--isolated", | 100 "--isolated", |
| 103 "[TMP_BASE]/hello_isolated_world_tmp_1/hello_world.isolated", | 101 "[TMP]/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 "[CWD]/swarming.client/isolate.py", |
| 120 "archive", | 117 "archive", |
| 121 "--isolate", | 118 "--isolate", |
| 122 "[SLAVE_BUILD]/swarming.client/example/payload/hello_world.isolate", | 119 "[CWD]/swarming.client/example/payload/hello_world.isolate", |
| 123 "--isolated", | 120 "--isolated", |
| 124 "[TMP_BASE]/hello_isolated_world_tmp_1/hello_world.isolated", | 121 "[TMP]/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 "[CWD]/swarming.client/isolate.py", |
| 141 "archive", | 137 "archive", |
| 142 "--isolate", | 138 "--isolate", |
| 143 "[SLAVE_BUILD]/swarming.client/example/payload/hello_world.isolate", | 139 "[CWD]/swarming.client/example/payload/hello_world.isolate", |
| 144 "--isolated", | 140 "--isolated", |
| 145 "[TMP_BASE]/hello_isolated_world_tmp_1/hello_world.isolated", | 141 "[TMP]/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 "[CWD]/swarming.client/swarming.py", |
| 162 "trigger", | 157 "trigger", |
| 163 "--swarming", | 158 "--swarming", |
| 164 "https://chromium-swarm-dev.appspot.com", | 159 "https://chromium-swarm-dev.appspot.com", |
| 165 "--isolate-server", | 160 "--isolate-server", |
| 166 "https://isolateserver-dev.appspot.com", | 161 "https://isolateserver-dev.appspot.com", |
| 167 "--priority", | 162 "--priority", |
| 168 "30", | 163 "30", |
| 169 "--shards", | 164 "--shards", |
| 170 "1", | 165 "1", |
| 171 "--task-name", | 166 "--task-name", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 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@ }@@@", |
| 222 "@@@STEP_LOG_LINE@json.output@ }@@@", | 216 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 223 "@@@STEP_LOG_LINE@json.output@}@@@", | 217 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 224 "@@@STEP_LOG_END@json.output@@@", | 218 "@@@STEP_LOG_END@json.output@@@", |
| 225 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10
000@@@" | 219 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10
000@@@" |
| 226 ] | 220 ] |
| 227 }, | 221 }, |
| 228 { | 222 { |
| 229 "cmd": [ | 223 "cmd": [ |
| 230 "python", | 224 "python", |
| 231 "-u", | 225 "-u", |
| 232 "[SLAVE_BUILD]/swarming.client/swarming.py", | 226 "[CWD]/swarming.client/swarming.py", |
| 233 "trigger", | 227 "trigger", |
| 234 "--swarming", | 228 "--swarming", |
| 235 "https://chromium-swarm-dev.appspot.com", | 229 "https://chromium-swarm-dev.appspot.com", |
| 236 "--isolate-server", | 230 "--isolate-server", |
| 237 "https://isolateserver-dev.appspot.com", | 231 "https://isolateserver-dev.appspot.com", |
| 238 "--priority", | 232 "--priority", |
| 239 "30", | 233 "30", |
| 240 "--shards", | 234 "--shards", |
| 241 "2", | 235 "2", |
| 242 "--task-name", | 236 "--task-name", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 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@ }, @@@", |
| 293 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2:
1\": {@@@", | 286 "@@@STEP_LOG_LINE@json.output@ \"hello_world/Ubuntu-12.04/hash_for_l:2:
1\": {@@@", |
| 294 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 288 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
| 296 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
-dev.appspot.com/user/task/10100\"@@@", | 289 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
-dev.appspot.com/user/task/10100\"@@@", |
| 297 "@@@STEP_LOG_LINE@json.output@ }@@@", | 290 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ }@@@", | 291 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 299 "@@@STEP_LOG_LINE@json.output@}@@@", | 292 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 300 "@@@STEP_LOG_END@json.output@@@", | 293 "@@@STEP_LOG_END@json.output@@@", |
| 301 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10
000@@@", | 294 "@@@STEP_LINK@shard #0@https://chromium-swarm-dev.appspot.com/user/task/10
000@@@", |
| 302 "@@@STEP_LINK@shard #1@https://chromium-swarm-dev.appspot.com/user/task/10
100@@@" | 295 "@@@STEP_LINK@shard #1@https://chromium-swarm-dev.appspot.com/user/task/10
100@@@" |
| 303 ] | 296 ] |
| 304 }, | 297 }, |
| 305 { | 298 { |
| 306 "cmd": [ | 299 "cmd": [ |
| 307 "python", | 300 "python", |
| 308 "-u", | 301 "-u", |
| 309 "[SLAVE_BUILD]/swarming.client/swarming.py", | 302 "[CWD]/swarming.client/swarming.py", |
| 310 "trigger", | 303 "trigger", |
| 311 "--swarming", | 304 "--swarming", |
| 312 "https://chromium-swarm-dev.appspot.com", | 305 "https://chromium-swarm-dev.appspot.com", |
| 313 "--isolate-server", | 306 "--isolate-server", |
| 314 "https://isolateserver-dev.appspot.com", | 307 "https://isolateserver-dev.appspot.com", |
| 315 "--priority", | 308 "--priority", |
| 316 "30", | 309 "30", |
| 317 "--shards", | 310 "--shards", |
| 318 "1", | 311 "1", |
| 319 "--task-name", | 312 "--task-name", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 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 "[CWD]/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]/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 28 matching lines...) Expand all Loading... |
| 442 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 432 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 443 "@@@STEP_LOG_LINE@json.output@}@@@", | 433 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 444 "@@@STEP_LOG_END@json.output@@@", | 434 "@@@STEP_LOG_END@json.output@@@", |
| 445 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 435 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 446 ] | 436 ] |
| 447 }, | 437 }, |
| 448 { | 438 { |
| 449 "cmd": [ | 439 "cmd": [ |
| 450 "python", | 440 "python", |
| 451 "-u", | 441 "-u", |
| 452 "[SLAVE_BUILD]/swarming.client/swarming.py", | 442 "[CWD]/swarming.client/swarming.py", |
| 453 "collect", | 443 "collect", |
| 454 "--swarming", | 444 "--swarming", |
| 455 "https://chromium-swarm-dev.appspot.com", | 445 "https://chromium-swarm-dev.appspot.com", |
| 456 "--decorate", | 446 "--decorate", |
| 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]/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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 540 "@@@STEP_LOG_LINE@json.output@}@@@", | 529 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 541 "@@@STEP_LOG_END@json.output@@@", | 530 "@@@STEP_LOG_END@json.output@@@", |
| 542 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 531 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 543 "@@@STEP_LINK@shard #1 isolated out@blah@@@" | 532 "@@@STEP_LINK@shard #1 isolated out@blah@@@" |
| 544 ] | 533 ] |
| 545 }, | 534 }, |
| 546 { | 535 { |
| 547 "cmd": [ | 536 "cmd": [ |
| 548 "python", | 537 "python", |
| 549 "-u", | 538 "-u", |
| 550 "[SLAVE_BUILD]/swarming.client/swarming.py", | 539 "[CWD]/swarming.client/swarming.py", |
| 551 "collect", | 540 "collect", |
| 552 "--swarming", | 541 "--swarming", |
| 553 "https://chromium-swarm-dev.appspot.com", | 542 "https://chromium-swarm-dev.appspot.com", |
| 554 "--decorate", | 543 "--decorate", |
| 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]/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 29 matching lines...) Expand all Loading... |
| 605 "@@@STEP_LOG_LINE@json.output@}@@@", | 593 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 606 "@@@STEP_LOG_END@json.output@@@", | 594 "@@@STEP_LOG_END@json.output@@@", |
| 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]/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 ] |
| OLD | NEW |