| 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 "[dummy swarming client hash]" | 20 "[dummy swarming client hash]" |
| 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 "~followup_annotations": [ | 78 "~followup_annotations": [ |
| 80 "@@@SET_BUILD_PROPERTY@got_revision@\"20123\"@@@" | 79 "@@@SET_BUILD_PROPERTY@got_revision@\"20123\"@@@" |
| 81 ] | 80 ] |
| 82 }, | 81 }, |
| 83 { | 82 { |
| 84 "cmd": [ | 83 "cmd": [ |
| 85 "python", | 84 "python", |
| 86 "-u", | 85 "-u", |
| 87 "[SLAVE_BUILD]/swarming.client/swarming.py", | 86 "[CWD]/swarming.client/swarming.py", |
| 88 "--version" | 87 "--version" |
| 89 ], | 88 ], |
| 90 "cwd": "[SLAVE_BUILD]", | |
| 91 "name": "swarming.py --version", | 89 "name": "swarming.py --version", |
| 92 "stdout": "/path/to/tmp/", | 90 "stdout": "/path/to/tmp/", |
| 93 "~followup_annotations": [ | 91 "~followup_annotations": [ |
| 94 "@@@STEP_TEXT@0.4.10@@@" | 92 "@@@STEP_TEXT@0.4.10@@@" |
| 95 ] | 93 ] |
| 96 }, | 94 }, |
| 97 { | 95 { |
| 98 "cmd": [ | 96 "cmd": [ |
| 99 "python", | 97 "python", |
| 100 "-u", | 98 "-u", |
| 101 "[SLAVE_BUILD]/swarming.client/swarming.py", | 99 "[CWD]/swarming.client/swarming.py", |
| 102 "trigger", | 100 "trigger", |
| 103 "--swarming", | 101 "--swarming", |
| 104 "https://chromium-swarm.appspot.com", | 102 "https://chromium-swarm.appspot.com", |
| 105 "--isolate-server", | 103 "--isolate-server", |
| 106 "https://isolateserver.appspot.com", | 104 "https://isolateserver.appspot.com", |
| 107 "--priority", | 105 "--priority", |
| 108 "25", | 106 "25", |
| 109 "--shards", | 107 "--shards", |
| 110 "2", | 108 "2", |
| 111 "--task-name", | 109 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 "--timeout=200", | 164 "--timeout=200", |
| 167 "--random-seed=-564235616", | 165 "--random-seed=-564235616", |
| 168 "bot_default", | 166 "bot_default", |
| 169 "--no-snap", | 167 "--no-snap", |
| 170 "--exhaustive-variants", | 168 "--exhaustive-variants", |
| 171 "--rerun-failures-count=2", | 169 "--rerun-failures-count=2", |
| 172 "--swarming", | 170 "--swarming", |
| 173 "--json-test-results", | 171 "--json-test-results", |
| 174 "${ISOLATED_OUTDIR}/output.json" | 172 "${ISOLATED_OUTDIR}/output.json" |
| 175 ], | 173 ], |
| 176 "cwd": "[SLAVE_BUILD]", | |
| 177 "name": "[trigger] Check on Ubuntu-12.04", | 174 "name": "[trigger] Check on Ubuntu-12.04", |
| 178 "~followup_annotations": [ | 175 "~followup_annotations": [ |
| 179 "@@@STEP_LOG_LINE@json.output@{@@@", | 176 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 180 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/V8 Linux - nosnap/571\", @@@", | 177 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-12.04/[
dummy has/V8 Linux - nosnap/571\", @@@", |
| 181 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 178 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 182 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
- nosnap/571:2:0\": {@@@", | 179 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
- nosnap/571:2:0\": {@@@", |
| 183 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 180 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 184 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 181 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 185 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 182 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 186 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 183 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 187 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
- nosnap/571:2:1\": {@@@", | 184 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-12.04/[dummy has/V8 Linux
- nosnap/571:2:1\": {@@@", |
| 188 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 185 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
| 189 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 186 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
| 190 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 187 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
| 191 "@@@STEP_LOG_LINE@json.output@ }@@@", | 188 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 192 "@@@STEP_LOG_LINE@json.output@ }@@@", | 189 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 193 "@@@STEP_LOG_LINE@json.output@}@@@", | 190 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 194 "@@@STEP_LOG_END@json.output@@@", | 191 "@@@STEP_LOG_END@json.output@@@", |
| 195 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 192 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 196 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | 193 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" |
| 197 ] | 194 ] |
| 198 }, | 195 }, |
| 199 { | 196 { |
| 200 "cmd": [ | 197 "cmd": [ |
| 201 "python", | 198 "python", |
| 202 "-u", | 199 "-u", |
| 203 "[SLAVE_BUILD]/swarming.client/swarming.py", | 200 "[CWD]/swarming.client/swarming.py", |
| 204 "trigger", | 201 "trigger", |
| 205 "--swarming", | 202 "--swarming", |
| 206 "https://chromium-swarm.appspot.com", | 203 "https://chromium-swarm.appspot.com", |
| 207 "--isolate-server", | 204 "--isolate-server", |
| 208 "https://isolateserver.appspot.com", | 205 "https://isolateserver.appspot.com", |
| 209 "--priority", | 206 "--priority", |
| 210 "25", | 207 "25", |
| 211 "--shards", | 208 "--shards", |
| 212 "1", | 209 "1", |
| 213 "--task-name", | 210 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 "--random-seed=-564235616", | 266 "--random-seed=-564235616", |
| 270 "simdjs", | 267 "simdjs", |
| 271 "--download-data", | 268 "--download-data", |
| 272 "--no-snap", | 269 "--no-snap", |
| 273 "--exhaustive-variants", | 270 "--exhaustive-variants", |
| 274 "--rerun-failures-count=2", | 271 "--rerun-failures-count=2", |
| 275 "--swarming", | 272 "--swarming", |
| 276 "--json-test-results", | 273 "--json-test-results", |
| 277 "${ISOLATED_OUTDIR}/output.json" | 274 "${ISOLATED_OUTDIR}/output.json" |
| 278 ], | 275 ], |
| 279 "cwd": "[SLAVE_BUILD]", | |
| 280 "name": "[trigger] SimdJs - all on Ubuntu-12.04", | 276 "name": "[trigger] SimdJs - all on Ubuntu-12.04", |
| 281 "~followup_annotations": [ | 277 "~followup_annotations": [ |
| 282 "@@@STEP_LOG_LINE@json.output@{@@@", | 278 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 283 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
12.04/[dummy has/V8 Linux - nosnap/571\", @@@", | 279 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
12.04/[dummy has/V8 Linux - nosnap/571\", @@@", |
| 284 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 280 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 285 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/V
8 Linux - nosnap/571\": {@@@", | 281 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-12.04/[dummy has/V
8 Linux - nosnap/571\": {@@@", |
| 286 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 282 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 287 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 283 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 288 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 284 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 289 "@@@STEP_LOG_LINE@json.output@ }@@@", | 285 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 290 "@@@STEP_LOG_LINE@json.output@ }@@@", | 286 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 291 "@@@STEP_LOG_LINE@json.output@}@@@", | 287 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 292 "@@@STEP_LOG_END@json.output@@@", | 288 "@@@STEP_LOG_END@json.output@@@", |
| 293 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 289 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 294 ] | 290 ] |
| 295 }, | 291 }, |
| 296 { | 292 { |
| 297 "cmd": [ | 293 "cmd": [ |
| 298 "python", | 294 "python", |
| 299 "-u", | 295 "-u", |
| 300 "[SLAVE_BUILD]/swarming.client/swarming.py", | 296 "[CWD]/swarming.client/swarming.py", |
| 301 "trigger", | 297 "trigger", |
| 302 "--swarming", | 298 "--swarming", |
| 303 "https://chromium-swarm.appspot.com", | 299 "https://chromium-swarm.appspot.com", |
| 304 "--isolate-server", | 300 "--isolate-server", |
| 305 "https://isolateserver.appspot.com", | 301 "https://isolateserver.appspot.com", |
| 306 "--priority", | 302 "--priority", |
| 307 "25", | 303 "25", |
| 308 "--shards", | 304 "--shards", |
| 309 "1", | 305 "1", |
| 310 "--task-name", | 306 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 "--random-seed=-564235616", | 362 "--random-seed=-564235616", |
| 367 "test262", | 363 "test262", |
| 368 "--download-data", | 364 "--download-data", |
| 369 "--no-snap", | 365 "--no-snap", |
| 370 "--variants=default", | 366 "--variants=default", |
| 371 "--rerun-failures-count=2", | 367 "--rerun-failures-count=2", |
| 372 "--swarming", | 368 "--swarming", |
| 373 "--json-test-results", | 369 "--json-test-results", |
| 374 "${ISOLATED_OUTDIR}/output.json" | 370 "${ISOLATED_OUTDIR}/output.json" |
| 375 ], | 371 ], |
| 376 "cwd": "[SLAVE_BUILD]", | |
| 377 "name": "[trigger] Test262 - no variants on Ubuntu-12.04", | 372 "name": "[trigger] Test262 - no variants on Ubuntu-12.04", |
| 378 "~followup_annotations": [ | 373 "~followup_annotations": [ |
| 379 "@@@STEP_LOG_LINE@json.output@{@@@", | 374 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 380 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-12.04/[dummy has/V8 Linux - nosnap/571\", @@@", | 375 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Ubuntu-12.04/[dummy has/V8 Linux - nosnap/571\", @@@", |
| 381 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 376 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 382 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-12.04/[du
mmy has/V8 Linux - nosnap/571\": {@@@", | 377 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Ubuntu-12.04/[du
mmy has/V8 Linux - nosnap/571\": {@@@", |
| 383 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 378 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 384 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 379 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 385 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 380 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 386 "@@@STEP_LOG_LINE@json.output@ }@@@", | 381 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 387 "@@@STEP_LOG_LINE@json.output@ }@@@", | 382 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 388 "@@@STEP_LOG_LINE@json.output@}@@@", | 383 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 389 "@@@STEP_LOG_END@json.output@@@", | 384 "@@@STEP_LOG_END@json.output@@@", |
| 390 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 385 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 391 ] | 386 ] |
| 392 }, | 387 }, |
| 393 { | 388 { |
| 394 "cmd": [ | 389 "cmd": [ |
| 395 "python", | 390 "python", |
| 396 "-u", | 391 "-u", |
| 397 "[SLAVE_BUILD]/swarming.client/swarming.py", | 392 "[CWD]/swarming.client/swarming.py", |
| 398 "trigger", | 393 "trigger", |
| 399 "--swarming", | 394 "--swarming", |
| 400 "https://chromium-swarm.appspot.com", | 395 "https://chromium-swarm.appspot.com", |
| 401 "--isolate-server", | 396 "--isolate-server", |
| 402 "https://isolateserver.appspot.com", | 397 "https://isolateserver.appspot.com", |
| 403 "--priority", | 398 "--priority", |
| 404 "25", | 399 "25", |
| 405 "--shards", | 400 "--shards", |
| 406 "1", | 401 "1", |
| 407 "--task-name", | 402 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 "--timeout=200", | 457 "--timeout=200", |
| 463 "--random-seed=-564235616", | 458 "--random-seed=-564235616", |
| 464 "mozilla", | 459 "mozilla", |
| 465 "--no-snap", | 460 "--no-snap", |
| 466 "--exhaustive-variants", | 461 "--exhaustive-variants", |
| 467 "--rerun-failures-count=2", | 462 "--rerun-failures-count=2", |
| 468 "--swarming", | 463 "--swarming", |
| 469 "--json-test-results", | 464 "--json-test-results", |
| 470 "${ISOLATED_OUTDIR}/output.json" | 465 "${ISOLATED_OUTDIR}/output.json" |
| 471 ], | 466 ], |
| 472 "cwd": "[SLAVE_BUILD]", | |
| 473 "name": "[trigger] Mozilla on Ubuntu-12.04", | 467 "name": "[trigger] Mozilla on Ubuntu-12.04", |
| 474 "~followup_annotations": [ | 468 "~followup_annotations": [ |
| 475 "@@@STEP_LOG_LINE@json.output@{@@@", | 469 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 476 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04
/[dummy has/V8 Linux - nosnap/571\", @@@", | 470 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-12.04
/[dummy has/V8 Linux - nosnap/571\", @@@", |
| 477 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 471 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 478 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/V8 Lin
ux - nosnap/571\": {@@@", | 472 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-12.04/[dummy has/V8 Lin
ux - nosnap/571\": {@@@", |
| 479 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 473 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 480 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 474 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 481 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 475 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 482 "@@@STEP_LOG_LINE@json.output@ }@@@", | 476 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 483 "@@@STEP_LOG_LINE@json.output@ }@@@", | 477 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 484 "@@@STEP_LOG_LINE@json.output@}@@@", | 478 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 485 "@@@STEP_LOG_END@json.output@@@", | 479 "@@@STEP_LOG_END@json.output@@@", |
| 486 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 480 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 487 ] | 481 ] |
| 488 }, | 482 }, |
| 489 { | 483 { |
| 490 "allow_subannotations": true, | 484 "allow_subannotations": true, |
| 491 "cmd": [ | 485 "cmd": [ |
| 492 "python", | 486 "python", |
| 493 "-u", | 487 "-u", |
| 494 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 488 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 495 "--swarming-client-dir", | 489 "--swarming-client-dir", |
| 496 "[SLAVE_BUILD]/swarming.client", | 490 "[CWD]/swarming.client", |
| 497 "--temp-root-dir", | 491 "--temp-root-dir", |
| 498 "[TMP_BASE]", | 492 "[TMP]", |
| 499 "--merged-test-output", | 493 "--merged-test-output", |
| 500 "/path/to/tmp/json", | 494 "/path/to/tmp/json", |
| 501 "--", | 495 "--", |
| 502 "collect", | 496 "collect", |
| 503 "--swarming", | 497 "--swarming", |
| 504 "https://chromium-swarm.appspot.com", | 498 "https://chromium-swarm.appspot.com", |
| 505 "--decorate", | 499 "--decorate", |
| 506 "--print-status-updates", | 500 "--print-status-updates", |
| 507 "--shards", | 501 "--shards", |
| 508 "2", | 502 "2", |
| 509 "Check/Ubuntu-12.04/[dummy has/V8 Linux - nosnap/571" | 503 "Check/Ubuntu-12.04/[dummy has/V8 Linux - nosnap/571" |
| 510 ], | 504 ], |
| 511 "cwd": "[SLAVE_BUILD]", | |
| 512 "name": "Check", | 505 "name": "Check", |
| 513 "~followup_annotations": [ | 506 "~followup_annotations": [ |
| 514 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 507 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 515 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 508 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 516 "@@@STEP_LOG_LINE@durations@@@@", | 509 "@@@STEP_LOG_LINE@durations@@@@", |
| 517 "@@@STEP_LOG_LINE@durations@Details:@@@", | 510 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 518 "@@@STEP_LOG_LINE@durations@@@@", | 511 "@@@STEP_LOG_LINE@durations@@@@", |
| 519 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 512 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 520 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 513 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 521 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 514 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 522 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 515 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 523 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 516 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 524 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 517 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 525 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 518 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 526 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 519 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 527 "@@@STEP_LOG_END@durations@@@" | 520 "@@@STEP_LOG_END@durations@@@" |
| 528 ] | 521 ] |
| 529 }, | 522 }, |
| 530 { | 523 { |
| 531 "allow_subannotations": true, | 524 "allow_subannotations": true, |
| 532 "cmd": [ | 525 "cmd": [ |
| 533 "python", | 526 "python", |
| 534 "-u", | 527 "-u", |
| 535 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 528 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 536 "--swarming-client-dir", | 529 "--swarming-client-dir", |
| 537 "[SLAVE_BUILD]/swarming.client", | 530 "[CWD]/swarming.client", |
| 538 "--temp-root-dir", | 531 "--temp-root-dir", |
| 539 "[TMP_BASE]", | 532 "[TMP]", |
| 540 "--merged-test-output", | 533 "--merged-test-output", |
| 541 "/path/to/tmp/json", | 534 "/path/to/tmp/json", |
| 542 "--", | 535 "--", |
| 543 "collect", | 536 "collect", |
| 544 "--swarming", | 537 "--swarming", |
| 545 "https://chromium-swarm.appspot.com", | 538 "https://chromium-swarm.appspot.com", |
| 546 "--decorate", | 539 "--decorate", |
| 547 "--print-status-updates", | 540 "--print-status-updates", |
| 548 "--shards", | 541 "--shards", |
| 549 "1", | 542 "1", |
| 550 "SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux - nosnap/571" | 543 "SimdJs - all/Ubuntu-12.04/[dummy has/V8 Linux - nosnap/571" |
| 551 ], | 544 ], |
| 552 "cwd": "[SLAVE_BUILD]", | |
| 553 "name": "SimdJs - all", | 545 "name": "SimdJs - all", |
| 554 "~followup_annotations": [ | 546 "~followup_annotations": [ |
| 555 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 547 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 556 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 548 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 557 "@@@STEP_LOG_LINE@durations@@@@", | 549 "@@@STEP_LOG_LINE@durations@@@@", |
| 558 "@@@STEP_LOG_LINE@durations@Details:@@@", | 550 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 559 "@@@STEP_LOG_LINE@durations@@@@", | 551 "@@@STEP_LOG_LINE@durations@@@@", |
| 560 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 552 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 561 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 553 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 562 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 554 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 563 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 555 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 564 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 556 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 565 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 557 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 566 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 558 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 567 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 559 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 568 "@@@STEP_LOG_END@durations@@@" | 560 "@@@STEP_LOG_END@durations@@@" |
| 569 ] | 561 ] |
| 570 }, | 562 }, |
| 571 { | 563 { |
| 572 "allow_subannotations": true, | 564 "allow_subannotations": true, |
| 573 "cmd": [ | 565 "cmd": [ |
| 574 "python", | 566 "python", |
| 575 "-u", | 567 "-u", |
| 576 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 568 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 577 "--swarming-client-dir", | 569 "--swarming-client-dir", |
| 578 "[SLAVE_BUILD]/swarming.client", | 570 "[CWD]/swarming.client", |
| 579 "--temp-root-dir", | 571 "--temp-root-dir", |
| 580 "[TMP_BASE]", | 572 "[TMP]", |
| 581 "--merged-test-output", | 573 "--merged-test-output", |
| 582 "/path/to/tmp/json", | 574 "/path/to/tmp/json", |
| 583 "--", | 575 "--", |
| 584 "collect", | 576 "collect", |
| 585 "--swarming", | 577 "--swarming", |
| 586 "https://chromium-swarm.appspot.com", | 578 "https://chromium-swarm.appspot.com", |
| 587 "--decorate", | 579 "--decorate", |
| 588 "--print-status-updates", | 580 "--print-status-updates", |
| 589 "--shards", | 581 "--shards", |
| 590 "1", | 582 "1", |
| 591 "Test262 - no variants/Ubuntu-12.04/[dummy has/V8 Linux - nosnap/571" | 583 "Test262 - no variants/Ubuntu-12.04/[dummy has/V8 Linux - nosnap/571" |
| 592 ], | 584 ], |
| 593 "cwd": "[SLAVE_BUILD]", | |
| 594 "name": "Test262 - no variants", | 585 "name": "Test262 - no variants", |
| 595 "~followup_annotations": [ | 586 "~followup_annotations": [ |
| 596 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 587 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 597 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 588 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 598 "@@@STEP_LOG_LINE@durations@@@@", | 589 "@@@STEP_LOG_LINE@durations@@@@", |
| 599 "@@@STEP_LOG_LINE@durations@Details:@@@", | 590 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 600 "@@@STEP_LOG_LINE@durations@@@@", | 591 "@@@STEP_LOG_LINE@durations@@@@", |
| 601 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 592 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 602 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 593 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 603 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 594 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 604 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 595 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 605 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 596 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 606 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 597 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 607 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 598 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 608 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 599 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 609 "@@@STEP_LOG_END@durations@@@" | 600 "@@@STEP_LOG_END@durations@@@" |
| 610 ] | 601 ] |
| 611 }, | 602 }, |
| 612 { | 603 { |
| 613 "allow_subannotations": true, | 604 "allow_subannotations": true, |
| 614 "cmd": [ | 605 "cmd": [ |
| 615 "python", | 606 "python", |
| 616 "-u", | 607 "-u", |
| 617 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 608 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 618 "--swarming-client-dir", | 609 "--swarming-client-dir", |
| 619 "[SLAVE_BUILD]/swarming.client", | 610 "[CWD]/swarming.client", |
| 620 "--temp-root-dir", | 611 "--temp-root-dir", |
| 621 "[TMP_BASE]", | 612 "[TMP]", |
| 622 "--merged-test-output", | 613 "--merged-test-output", |
| 623 "/path/to/tmp/json", | 614 "/path/to/tmp/json", |
| 624 "--", | 615 "--", |
| 625 "collect", | 616 "collect", |
| 626 "--swarming", | 617 "--swarming", |
| 627 "https://chromium-swarm.appspot.com", | 618 "https://chromium-swarm.appspot.com", |
| 628 "--decorate", | 619 "--decorate", |
| 629 "--print-status-updates", | 620 "--print-status-updates", |
| 630 "--shards", | 621 "--shards", |
| 631 "1", | 622 "1", |
| 632 "Mozilla/Ubuntu-12.04/[dummy has/V8 Linux - nosnap/571" | 623 "Mozilla/Ubuntu-12.04/[dummy has/V8 Linux - nosnap/571" |
| 633 ], | 624 ], |
| 634 "cwd": "[SLAVE_BUILD]", | |
| 635 "name": "Mozilla", | 625 "name": "Mozilla", |
| 636 "~followup_annotations": [ | 626 "~followup_annotations": [ |
| 637 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 627 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 638 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 628 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 639 "@@@STEP_LOG_LINE@durations@@@@", | 629 "@@@STEP_LOG_LINE@durations@@@@", |
| 640 "@@@STEP_LOG_LINE@durations@Details:@@@", | 630 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 641 "@@@STEP_LOG_LINE@durations@@@@", | 631 "@@@STEP_LOG_LINE@durations@@@@", |
| 642 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 632 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 643 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 633 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 644 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 634 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 645 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 635 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 646 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 636 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 647 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 637 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 648 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 638 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 649 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 639 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 650 "@@@STEP_LOG_END@durations@@@" | 640 "@@@STEP_LOG_END@durations@@@" |
| 651 ] | 641 ] |
| 652 }, | 642 }, |
| 653 { | 643 { |
| 654 "name": "$result", | 644 "name": "$result", |
| 655 "recipe_result": null, | 645 "recipe_result": null, |
| 656 "status_code": 0 | 646 "status_code": 0 |
| 657 } | 647 } |
| 658 ] | 648 ] |
| OLD | NEW |