| 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 "1", | 108 "1", |
| 111 "--task-name", | 109 "--task-name", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 "--buildbot", | 163 "--buildbot", |
| 166 "--timeout=200", | 164 "--timeout=200", |
| 167 "--random-seed=-269941039", | 165 "--random-seed=-269941039", |
| 168 "bot_default", | 166 "bot_default", |
| 169 "--exhaustive-variants", | 167 "--exhaustive-variants", |
| 170 "--rerun-failures-count=2", | 168 "--rerun-failures-count=2", |
| 171 "--swarming", | 169 "--swarming", |
| 172 "--json-test-results", | 170 "--json-test-results", |
| 173 "${ISOLATED_OUTDIR}/output.json" | 171 "${ISOLATED_OUTDIR}/output.json" |
| 174 ], | 172 ], |
| 175 "cwd": "[SLAVE_BUILD]", | |
| 176 "name": "[trigger] Check on Ubuntu-14.04", | 173 "name": "[trigger] Check on Ubuntu-14.04", |
| 177 "~followup_annotations": [ | 174 "~followup_annotations": [ |
| 178 "@@@STEP_LOG_LINE@json.output@{@@@", | 175 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 179 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[
dummy has/V8 Linux - debug - avx2/571\", @@@", | 176 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[
dummy has/V8 Linux - debug - avx2/571\", @@@", |
| 180 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 177 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 181 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/V8 Linux
- debug - avx2/571\": {@@@", | 178 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/V8 Linux
- debug - avx2/571\": {@@@", |
| 182 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 179 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 183 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 180 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 184 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 181 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 185 "@@@STEP_LOG_LINE@json.output@ }@@@", | 182 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 186 "@@@STEP_LOG_LINE@json.output@ }@@@", | 183 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 187 "@@@STEP_LOG_LINE@json.output@}@@@", | 184 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 188 "@@@STEP_LOG_END@json.output@@@", | 185 "@@@STEP_LOG_END@json.output@@@", |
| 189 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 186 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 190 ] | 187 ] |
| 191 }, | 188 }, |
| 192 { | 189 { |
| 193 "cmd": [ | 190 "cmd": [ |
| 194 "python", | 191 "python", |
| 195 "-u", | 192 "-u", |
| 196 "[SLAVE_BUILD]/swarming.client/swarming.py", | 193 "[CWD]/swarming.client/swarming.py", |
| 197 "trigger", | 194 "trigger", |
| 198 "--swarming", | 195 "--swarming", |
| 199 "https://chromium-swarm.appspot.com", | 196 "https://chromium-swarm.appspot.com", |
| 200 "--isolate-server", | 197 "--isolate-server", |
| 201 "https://isolateserver.appspot.com", | 198 "https://isolateserver.appspot.com", |
| 202 "--priority", | 199 "--priority", |
| 203 "25", | 200 "25", |
| 204 "--shards", | 201 "--shards", |
| 205 "1", | 202 "1", |
| 206 "--task-name", | 203 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 "--timeout=200", | 258 "--timeout=200", |
| 262 "--random-seed=-269941039", | 259 "--random-seed=-269941039", |
| 263 "benchmarks", | 260 "benchmarks", |
| 264 "--download-data", | 261 "--download-data", |
| 265 "--exhaustive-variants", | 262 "--exhaustive-variants", |
| 266 "--rerun-failures-count=2", | 263 "--rerun-failures-count=2", |
| 267 "--swarming", | 264 "--swarming", |
| 268 "--json-test-results", | 265 "--json-test-results", |
| 269 "${ISOLATED_OUTDIR}/output.json" | 266 "${ISOLATED_OUTDIR}/output.json" |
| 270 ], | 267 ], |
| 271 "cwd": "[SLAVE_BUILD]", | |
| 272 "name": "[trigger] Benchmarks on Ubuntu-14.04", | 268 "name": "[trigger] Benchmarks on Ubuntu-14.04", |
| 273 "~followup_annotations": [ | 269 "~followup_annotations": [ |
| 274 "@@@STEP_LOG_LINE@json.output@{@@@", | 270 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 275 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Benchmarks/Ubuntu-14
.04/[dummy has/V8 Linux - debug - avx2/571\", @@@", | 271 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Benchmarks/Ubuntu-14
.04/[dummy has/V8 Linux - debug - avx2/571\", @@@", |
| 276 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 272 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 277 "@@@STEP_LOG_LINE@json.output@ \"Benchmarks/Ubuntu-14.04/[dummy has/V8
Linux - debug - avx2/571\": {@@@", | 273 "@@@STEP_LOG_LINE@json.output@ \"Benchmarks/Ubuntu-14.04/[dummy has/V8
Linux - debug - avx2/571\": {@@@", |
| 278 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 274 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 279 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 275 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 280 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 276 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 281 "@@@STEP_LOG_LINE@json.output@ }@@@", | 277 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 282 "@@@STEP_LOG_LINE@json.output@ }@@@", | 278 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 283 "@@@STEP_LOG_LINE@json.output@}@@@", | 279 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 284 "@@@STEP_LOG_END@json.output@@@", | 280 "@@@STEP_LOG_END@json.output@@@", |
| 285 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 281 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 286 ] | 282 ] |
| 287 }, | 283 }, |
| 288 { | 284 { |
| 289 "cmd": [ | 285 "cmd": [ |
| 290 "python", | 286 "python", |
| 291 "-u", | 287 "-u", |
| 292 "[SLAVE_BUILD]/swarming.client/swarming.py", | 288 "[CWD]/swarming.client/swarming.py", |
| 293 "trigger", | 289 "trigger", |
| 294 "--swarming", | 290 "--swarming", |
| 295 "https://chromium-swarm.appspot.com", | 291 "https://chromium-swarm.appspot.com", |
| 296 "--isolate-server", | 292 "--isolate-server", |
| 297 "https://isolateserver.appspot.com", | 293 "https://isolateserver.appspot.com", |
| 298 "--priority", | 294 "--priority", |
| 299 "25", | 295 "25", |
| 300 "--shards", | 296 "--shards", |
| 301 "1", | 297 "1", |
| 302 "--task-name", | 298 "--task-name", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 "--buildbot", | 352 "--buildbot", |
| 357 "--timeout=200", | 353 "--timeout=200", |
| 358 "--random-seed=-269941039", | 354 "--random-seed=-269941039", |
| 359 "mozilla", | 355 "mozilla", |
| 360 "--exhaustive-variants", | 356 "--exhaustive-variants", |
| 361 "--rerun-failures-count=2", | 357 "--rerun-failures-count=2", |
| 362 "--swarming", | 358 "--swarming", |
| 363 "--json-test-results", | 359 "--json-test-results", |
| 364 "${ISOLATED_OUTDIR}/output.json" | 360 "${ISOLATED_OUTDIR}/output.json" |
| 365 ], | 361 ], |
| 366 "cwd": "[SLAVE_BUILD]", | |
| 367 "name": "[trigger] Mozilla on Ubuntu-14.04", | 362 "name": "[trigger] Mozilla on Ubuntu-14.04", |
| 368 "~followup_annotations": [ | 363 "~followup_annotations": [ |
| 369 "@@@STEP_LOG_LINE@json.output@{@@@", | 364 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 370 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-14.04
/[dummy has/V8 Linux - debug - avx2/571\", @@@", | 365 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Ubuntu-14.04
/[dummy has/V8 Linux - debug - avx2/571\", @@@", |
| 371 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 366 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 372 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-14.04/[dummy has/V8 Lin
ux - debug - avx2/571\": {@@@", | 367 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Ubuntu-14.04/[dummy has/V8 Lin
ux - debug - avx2/571\": {@@@", |
| 373 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 368 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 374 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 369 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 375 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 370 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 376 "@@@STEP_LOG_LINE@json.output@ }@@@", | 371 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 377 "@@@STEP_LOG_LINE@json.output@ }@@@", | 372 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 378 "@@@STEP_LOG_LINE@json.output@}@@@", | 373 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 379 "@@@STEP_LOG_END@json.output@@@", | 374 "@@@STEP_LOG_END@json.output@@@", |
| 380 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 375 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 381 ] | 376 ] |
| 382 }, | 377 }, |
| 383 { | 378 { |
| 384 "cmd": [ | 379 "cmd": [ |
| 385 "python", | 380 "python", |
| 386 "-u", | 381 "-u", |
| 387 "[SLAVE_BUILD]/swarming.client/swarming.py", | 382 "[CWD]/swarming.client/swarming.py", |
| 388 "trigger", | 383 "trigger", |
| 389 "--swarming", | 384 "--swarming", |
| 390 "https://chromium-swarm.appspot.com", | 385 "https://chromium-swarm.appspot.com", |
| 391 "--isolate-server", | 386 "--isolate-server", |
| 392 "https://isolateserver.appspot.com", | 387 "https://isolateserver.appspot.com", |
| 393 "--priority", | 388 "--priority", |
| 394 "25", | 389 "25", |
| 395 "--shards", | 390 "--shards", |
| 396 "1", | 391 "1", |
| 397 "--task-name", | 392 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 "--timeout=200", | 447 "--timeout=200", |
| 453 "--random-seed=-269941039", | 448 "--random-seed=-269941039", |
| 454 "simdjs", | 449 "simdjs", |
| 455 "--download-data", | 450 "--download-data", |
| 456 "--exhaustive-variants", | 451 "--exhaustive-variants", |
| 457 "--rerun-failures-count=2", | 452 "--rerun-failures-count=2", |
| 458 "--swarming", | 453 "--swarming", |
| 459 "--json-test-results", | 454 "--json-test-results", |
| 460 "${ISOLATED_OUTDIR}/output.json" | 455 "${ISOLATED_OUTDIR}/output.json" |
| 461 ], | 456 ], |
| 462 "cwd": "[SLAVE_BUILD]", | |
| 463 "name": "[trigger] SimdJs - all on Ubuntu-14.04", | 457 "name": "[trigger] SimdJs - all on Ubuntu-14.04", |
| 464 "~followup_annotations": [ | 458 "~followup_annotations": [ |
| 465 "@@@STEP_LOG_LINE@json.output@{@@@", | 459 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 466 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
14.04/[dummy has/V8 Linux - debug - avx2/571\", @@@", | 460 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
14.04/[dummy has/V8 Linux - debug - avx2/571\", @@@", |
| 467 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 461 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 468 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-14.04/[dummy has/V
8 Linux - debug - avx2/571\": {@@@", | 462 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-14.04/[dummy has/V
8 Linux - debug - avx2/571\": {@@@", |
| 469 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 463 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 470 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 464 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 471 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 465 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 472 "@@@STEP_LOG_LINE@json.output@ }@@@", | 466 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 473 "@@@STEP_LOG_LINE@json.output@ }@@@", | 467 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 474 "@@@STEP_LOG_LINE@json.output@}@@@", | 468 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 475 "@@@STEP_LOG_END@json.output@@@", | 469 "@@@STEP_LOG_END@json.output@@@", |
| 476 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 470 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 477 ] | 471 ] |
| 478 }, | 472 }, |
| 479 { | 473 { |
| 480 "allow_subannotations": true, | 474 "allow_subannotations": true, |
| 481 "cmd": [ | 475 "cmd": [ |
| 482 "python", | 476 "python", |
| 483 "-u", | 477 "-u", |
| 484 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 478 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 485 "--swarming-client-dir", | 479 "--swarming-client-dir", |
| 486 "[SLAVE_BUILD]/swarming.client", | 480 "[CWD]/swarming.client", |
| 487 "--temp-root-dir", | 481 "--temp-root-dir", |
| 488 "[TMP_BASE]", | 482 "[TMP]", |
| 489 "--merged-test-output", | 483 "--merged-test-output", |
| 490 "/path/to/tmp/json", | 484 "/path/to/tmp/json", |
| 491 "--", | 485 "--", |
| 492 "collect", | 486 "collect", |
| 493 "--swarming", | 487 "--swarming", |
| 494 "https://chromium-swarm.appspot.com", | 488 "https://chromium-swarm.appspot.com", |
| 495 "--decorate", | 489 "--decorate", |
| 496 "--print-status-updates", | 490 "--print-status-updates", |
| 497 "--shards", | 491 "--shards", |
| 498 "1", | 492 "1", |
| 499 "Check/Ubuntu-14.04/[dummy has/V8 Linux - debug - avx2/571" | 493 "Check/Ubuntu-14.04/[dummy has/V8 Linux - debug - avx2/571" |
| 500 ], | 494 ], |
| 501 "cwd": "[SLAVE_BUILD]", | |
| 502 "name": "Check", | 495 "name": "Check", |
| 503 "~followup_annotations": [ | 496 "~followup_annotations": [ |
| 504 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 497 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 505 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 498 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 506 "@@@STEP_LOG_LINE@durations@@@@", | 499 "@@@STEP_LOG_LINE@durations@@@@", |
| 507 "@@@STEP_LOG_LINE@durations@Details:@@@", | 500 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 508 "@@@STEP_LOG_LINE@durations@@@@", | 501 "@@@STEP_LOG_LINE@durations@@@@", |
| 509 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 502 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 510 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 503 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 511 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 504 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 512 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 505 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 513 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 506 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 514 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 507 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 515 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 508 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 516 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 509 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 517 "@@@STEP_LOG_END@durations@@@" | 510 "@@@STEP_LOG_END@durations@@@" |
| 518 ] | 511 ] |
| 519 }, | 512 }, |
| 520 { | 513 { |
| 521 "allow_subannotations": true, | 514 "allow_subannotations": true, |
| 522 "cmd": [ | 515 "cmd": [ |
| 523 "python", | 516 "python", |
| 524 "-u", | 517 "-u", |
| 525 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 518 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 526 "--swarming-client-dir", | 519 "--swarming-client-dir", |
| 527 "[SLAVE_BUILD]/swarming.client", | 520 "[CWD]/swarming.client", |
| 528 "--temp-root-dir", | 521 "--temp-root-dir", |
| 529 "[TMP_BASE]", | 522 "[TMP]", |
| 530 "--merged-test-output", | 523 "--merged-test-output", |
| 531 "/path/to/tmp/json", | 524 "/path/to/tmp/json", |
| 532 "--", | 525 "--", |
| 533 "collect", | 526 "collect", |
| 534 "--swarming", | 527 "--swarming", |
| 535 "https://chromium-swarm.appspot.com", | 528 "https://chromium-swarm.appspot.com", |
| 536 "--decorate", | 529 "--decorate", |
| 537 "--print-status-updates", | 530 "--print-status-updates", |
| 538 "--shards", | 531 "--shards", |
| 539 "1", | 532 "1", |
| 540 "Benchmarks/Ubuntu-14.04/[dummy has/V8 Linux - debug - avx2/571" | 533 "Benchmarks/Ubuntu-14.04/[dummy has/V8 Linux - debug - avx2/571" |
| 541 ], | 534 ], |
| 542 "cwd": "[SLAVE_BUILD]", | |
| 543 "name": "Benchmarks", | 535 "name": "Benchmarks", |
| 544 "~followup_annotations": [ | 536 "~followup_annotations": [ |
| 545 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 537 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 546 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 538 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 547 "@@@STEP_LOG_LINE@durations@@@@", | 539 "@@@STEP_LOG_LINE@durations@@@@", |
| 548 "@@@STEP_LOG_LINE@durations@Details:@@@", | 540 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 549 "@@@STEP_LOG_LINE@durations@@@@", | 541 "@@@STEP_LOG_LINE@durations@@@@", |
| 550 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 542 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 551 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 543 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 552 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 544 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 553 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 545 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 554 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 546 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 555 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 547 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 556 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 548 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 557 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 549 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 558 "@@@STEP_LOG_END@durations@@@" | 550 "@@@STEP_LOG_END@durations@@@" |
| 559 ] | 551 ] |
| 560 }, | 552 }, |
| 561 { | 553 { |
| 562 "allow_subannotations": true, | 554 "allow_subannotations": true, |
| 563 "cmd": [ | 555 "cmd": [ |
| 564 "python", | 556 "python", |
| 565 "-u", | 557 "-u", |
| 566 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 558 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 567 "--swarming-client-dir", | 559 "--swarming-client-dir", |
| 568 "[SLAVE_BUILD]/swarming.client", | 560 "[CWD]/swarming.client", |
| 569 "--temp-root-dir", | 561 "--temp-root-dir", |
| 570 "[TMP_BASE]", | 562 "[TMP]", |
| 571 "--merged-test-output", | 563 "--merged-test-output", |
| 572 "/path/to/tmp/json", | 564 "/path/to/tmp/json", |
| 573 "--", | 565 "--", |
| 574 "collect", | 566 "collect", |
| 575 "--swarming", | 567 "--swarming", |
| 576 "https://chromium-swarm.appspot.com", | 568 "https://chromium-swarm.appspot.com", |
| 577 "--decorate", | 569 "--decorate", |
| 578 "--print-status-updates", | 570 "--print-status-updates", |
| 579 "--shards", | 571 "--shards", |
| 580 "1", | 572 "1", |
| 581 "Mozilla/Ubuntu-14.04/[dummy has/V8 Linux - debug - avx2/571" | 573 "Mozilla/Ubuntu-14.04/[dummy has/V8 Linux - debug - avx2/571" |
| 582 ], | 574 ], |
| 583 "cwd": "[SLAVE_BUILD]", | |
| 584 "name": "Mozilla", | 575 "name": "Mozilla", |
| 585 "~followup_annotations": [ | 576 "~followup_annotations": [ |
| 586 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 577 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 587 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 578 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 588 "@@@STEP_LOG_LINE@durations@@@@", | 579 "@@@STEP_LOG_LINE@durations@@@@", |
| 589 "@@@STEP_LOG_LINE@durations@Details:@@@", | 580 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 590 "@@@STEP_LOG_LINE@durations@@@@", | 581 "@@@STEP_LOG_LINE@durations@@@@", |
| 591 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 582 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 592 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 583 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 593 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 584 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 594 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 585 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 595 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 586 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 596 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 587 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 597 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 588 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 598 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 589 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 599 "@@@STEP_LOG_END@durations@@@" | 590 "@@@STEP_LOG_END@durations@@@" |
| 600 ] | 591 ] |
| 601 }, | 592 }, |
| 602 { | 593 { |
| 603 "allow_subannotations": true, | 594 "allow_subannotations": true, |
| 604 "cmd": [ | 595 "cmd": [ |
| 605 "python", | 596 "python", |
| 606 "-u", | 597 "-u", |
| 607 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 598 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 608 "--swarming-client-dir", | 599 "--swarming-client-dir", |
| 609 "[SLAVE_BUILD]/swarming.client", | 600 "[CWD]/swarming.client", |
| 610 "--temp-root-dir", | 601 "--temp-root-dir", |
| 611 "[TMP_BASE]", | 602 "[TMP]", |
| 612 "--merged-test-output", | 603 "--merged-test-output", |
| 613 "/path/to/tmp/json", | 604 "/path/to/tmp/json", |
| 614 "--", | 605 "--", |
| 615 "collect", | 606 "collect", |
| 616 "--swarming", | 607 "--swarming", |
| 617 "https://chromium-swarm.appspot.com", | 608 "https://chromium-swarm.appspot.com", |
| 618 "--decorate", | 609 "--decorate", |
| 619 "--print-status-updates", | 610 "--print-status-updates", |
| 620 "--shards", | 611 "--shards", |
| 621 "1", | 612 "1", |
| 622 "SimdJs - all/Ubuntu-14.04/[dummy has/V8 Linux - debug - avx2/571" | 613 "SimdJs - all/Ubuntu-14.04/[dummy has/V8 Linux - debug - avx2/571" |
| 623 ], | 614 ], |
| 624 "cwd": "[SLAVE_BUILD]", | |
| 625 "name": "SimdJs - all", | 615 "name": "SimdJs - all", |
| 626 "~followup_annotations": [ | 616 "~followup_annotations": [ |
| 627 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 617 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 628 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 618 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 629 "@@@STEP_LOG_LINE@durations@@@@", | 619 "@@@STEP_LOG_LINE@durations@@@@", |
| 630 "@@@STEP_LOG_LINE@durations@Details:@@@", | 620 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 631 "@@@STEP_LOG_LINE@durations@@@@", | 621 "@@@STEP_LOG_LINE@durations@@@@", |
| 632 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 622 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 633 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 623 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 634 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 624 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 635 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 625 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 636 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 626 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 637 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 627 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 638 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 628 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 639 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 629 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 640 "@@@STEP_LOG_END@durations@@@" | 630 "@@@STEP_LOG_END@durations@@@" |
| 641 ] | 631 ] |
| 642 }, | 632 }, |
| 643 { | 633 { |
| 644 "name": "$result", | 634 "name": "$result", |
| 645 "recipe_result": null, | 635 "recipe_result": null, |
| 646 "status_code": 0 | 636 "status_code": 0 |
| 647 } | 637 } |
| 648 ] | 638 ] |
| OLD | NEW |