| 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=597658648", | 165 "--random-seed=597658648", |
| 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 Arm/571\", @@@", | 176 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Ubuntu-14.04/[
dummy has/V8 Arm/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 Arm/5
71\": {@@@", | 178 "@@@STEP_LOG_LINE@json.output@ \"Check/Ubuntu-14.04/[dummy has/V8 Arm/5
71\": {@@@", |
| 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=597658648", | 259 "--random-seed=597658648", |
| 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 Arm/571\", @@@", | 271 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Benchmarks/Ubuntu-14
.04/[dummy has/V8 Arm/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
Arm/571\": {@@@", | 273 "@@@STEP_LOG_LINE@json.output@ \"Benchmarks/Ubuntu-14.04/[dummy has/V8
Arm/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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 "--timeout=200", | 353 "--timeout=200", |
| 358 "--random-seed=597658648", | 354 "--random-seed=597658648", |
| 359 "optimize_for_size", | 355 "optimize_for_size", |
| 360 "--extra-flags=--optimize-for-size", | 356 "--extra-flags=--optimize-for-size", |
| 361 "--variants=default", | 357 "--variants=default", |
| 362 "--rerun-failures-count=2", | 358 "--rerun-failures-count=2", |
| 363 "--swarming", | 359 "--swarming", |
| 364 "--json-test-results", | 360 "--json-test-results", |
| 365 "${ISOLATED_OUTDIR}/output.json" | 361 "${ISOLATED_OUTDIR}/output.json" |
| 366 ], | 362 ], |
| 367 "cwd": "[SLAVE_BUILD]", | |
| 368 "name": "[trigger] OptimizeForSize on Ubuntu-14.04", | 363 "name": "[trigger] OptimizeForSize on Ubuntu-14.04", |
| 369 "~followup_annotations": [ | 364 "~followup_annotations": [ |
| 370 "@@@STEP_LOG_LINE@json.output@{@@@", | 365 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 371 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"OptimizeForSize/Ubun
tu-14.04/[dummy has/V8 Arm/571\", @@@", | 366 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"OptimizeForSize/Ubun
tu-14.04/[dummy has/V8 Arm/571\", @@@", |
| 372 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 367 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 373 "@@@STEP_LOG_LINE@json.output@ \"OptimizeForSize/Ubuntu-14.04/[dummy ha
s/V8 Arm/571\": {@@@", | 368 "@@@STEP_LOG_LINE@json.output@ \"OptimizeForSize/Ubuntu-14.04/[dummy ha
s/V8 Arm/571\": {@@@", |
| 374 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 369 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 375 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 370 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 376 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 371 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 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_LINE@json.output@}@@@", | 374 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 380 "@@@STEP_LOG_END@json.output@@@", | 375 "@@@STEP_LOG_END@json.output@@@", |
| 381 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 376 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 382 ] | 377 ] |
| 383 }, | 378 }, |
| 384 { | 379 { |
| 385 "cmd": [ | 380 "cmd": [ |
| 386 "python", | 381 "python", |
| 387 "-u", | 382 "-u", |
| 388 "[SLAVE_BUILD]/swarming.client/swarming.py", | 383 "[CWD]/swarming.client/swarming.py", |
| 389 "trigger", | 384 "trigger", |
| 390 "--swarming", | 385 "--swarming", |
| 391 "https://chromium-swarm.appspot.com", | 386 "https://chromium-swarm.appspot.com", |
| 392 "--isolate-server", | 387 "--isolate-server", |
| 393 "https://isolateserver.appspot.com", | 388 "https://isolateserver.appspot.com", |
| 394 "--priority", | 389 "--priority", |
| 395 "25", | 390 "25", |
| 396 "--shards", | 391 "--shards", |
| 397 "1", | 392 "1", |
| 398 "--task-name", | 393 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 "--timeout=200", | 448 "--timeout=200", |
| 454 "--random-seed=597658648", | 449 "--random-seed=597658648", |
| 455 "simdjs", | 450 "simdjs", |
| 456 "--download-data", | 451 "--download-data", |
| 457 "--exhaustive-variants", | 452 "--exhaustive-variants", |
| 458 "--rerun-failures-count=2", | 453 "--rerun-failures-count=2", |
| 459 "--swarming", | 454 "--swarming", |
| 460 "--json-test-results", | 455 "--json-test-results", |
| 461 "${ISOLATED_OUTDIR}/output.json" | 456 "${ISOLATED_OUTDIR}/output.json" |
| 462 ], | 457 ], |
| 463 "cwd": "[SLAVE_BUILD]", | |
| 464 "name": "[trigger] SimdJs - all on Ubuntu-14.04", | 458 "name": "[trigger] SimdJs - all on Ubuntu-14.04", |
| 465 "~followup_annotations": [ | 459 "~followup_annotations": [ |
| 466 "@@@STEP_LOG_LINE@json.output@{@@@", | 460 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 467 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
14.04/[dummy has/V8 Arm/571\", @@@", | 461 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Ubuntu-
14.04/[dummy has/V8 Arm/571\", @@@", |
| 468 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 462 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 469 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-14.04/[dummy has/V
8 Arm/571\": {@@@", | 463 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Ubuntu-14.04/[dummy has/V
8 Arm/571\": {@@@", |
| 470 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 464 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 471 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 465 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 472 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 466 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 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_LINE@json.output@}@@@", | 469 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 476 "@@@STEP_LOG_END@json.output@@@", | 470 "@@@STEP_LOG_END@json.output@@@", |
| 477 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 471 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 478 ] | 472 ] |
| 479 }, | 473 }, |
| 480 { | 474 { |
| 481 "cmd": [ | 475 "cmd": [ |
| 482 "python", | 476 "python", |
| 483 "-u", | 477 "-u", |
| 484 "[SLAVE_BUILD]/swarming.client/swarming.py", | 478 "[CWD]/swarming.client/swarming.py", |
| 485 "trigger", | 479 "trigger", |
| 486 "--swarming", | 480 "--swarming", |
| 487 "https://chromium-swarm.appspot.com", | 481 "https://chromium-swarm.appspot.com", |
| 488 "--isolate-server", | 482 "--isolate-server", |
| 489 "https://isolateserver.appspot.com", | 483 "https://isolateserver.appspot.com", |
| 490 "--priority", | 484 "--priority", |
| 491 "25", | 485 "25", |
| 492 "--shards", | 486 "--shards", |
| 493 "1", | 487 "1", |
| 494 "--task-name", | 488 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 549 "--timeout=200", | 543 "--timeout=200", |
| 550 "--random-seed=597658648", | 544 "--random-seed=597658648", |
| 551 "ignition", | 545 "ignition", |
| 552 "--ignition", | 546 "--ignition", |
| 553 "--variants=ignition", | 547 "--variants=ignition", |
| 554 "--rerun-failures-count=2", | 548 "--rerun-failures-count=2", |
| 555 "--swarming", | 549 "--swarming", |
| 556 "--json-test-results", | 550 "--json-test-results", |
| 557 "${ISOLATED_OUTDIR}/output.json" | 551 "${ISOLATED_OUTDIR}/output.json" |
| 558 ], | 552 ], |
| 559 "cwd": "[SLAVE_BUILD]", | |
| 560 "name": "[trigger] Ignition on Ubuntu-14.04", | 553 "name": "[trigger] Ignition on Ubuntu-14.04", |
| 561 "~followup_annotations": [ | 554 "~followup_annotations": [ |
| 562 "@@@STEP_LOG_LINE@json.output@{@@@", | 555 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 563 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition/Ubuntu-14.0
4/[dummy has/V8 Arm/571\", @@@", | 556 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition/Ubuntu-14.0
4/[dummy has/V8 Arm/571\", @@@", |
| 564 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 557 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 565 "@@@STEP_LOG_LINE@json.output@ \"Ignition/Ubuntu-14.04/[dummy has/V8 Ar
m/571\": {@@@", | 558 "@@@STEP_LOG_LINE@json.output@ \"Ignition/Ubuntu-14.04/[dummy has/V8 Ar
m/571\": {@@@", |
| 566 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 559 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 567 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 560 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 568 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 561 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 569 "@@@STEP_LOG_LINE@json.output@ }@@@", | 562 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 570 "@@@STEP_LOG_LINE@json.output@ }@@@", | 563 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 571 "@@@STEP_LOG_LINE@json.output@}@@@", | 564 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 572 "@@@STEP_LOG_END@json.output@@@", | 565 "@@@STEP_LOG_END@json.output@@@", |
| 573 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 566 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 574 ] | 567 ] |
| 575 }, | 568 }, |
| 576 { | 569 { |
| 577 "cmd": [ | 570 "cmd": [ |
| 578 "python", | 571 "python", |
| 579 "-u", | 572 "-u", |
| 580 "[SLAVE_BUILD]/swarming.client/swarming.py", | 573 "[CWD]/swarming.client/swarming.py", |
| 581 "trigger", | 574 "trigger", |
| 582 "--swarming", | 575 "--swarming", |
| 583 "https://chromium-swarm.appspot.com", | 576 "https://chromium-swarm.appspot.com", |
| 584 "--isolate-server", | 577 "--isolate-server", |
| 585 "https://isolateserver.appspot.com", | 578 "https://isolateserver.appspot.com", |
| 586 "--priority", | 579 "--priority", |
| 587 "25", | 580 "25", |
| 588 "--shards", | 581 "--shards", |
| 589 "1", | 582 "1", |
| 590 "--task-name", | 583 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 646 "--random-seed=597658648", | 639 "--random-seed=597658648", |
| 647 "test262", | 640 "test262", |
| 648 "--ignition", | 641 "--ignition", |
| 649 "--download-data", | 642 "--download-data", |
| 650 "--variants=ignition", | 643 "--variants=ignition", |
| 651 "--rerun-failures-count=2", | 644 "--rerun-failures-count=2", |
| 652 "--swarming", | 645 "--swarming", |
| 653 "--json-test-results", | 646 "--json-test-results", |
| 654 "${ISOLATED_OUTDIR}/output.json" | 647 "${ISOLATED_OUTDIR}/output.json" |
| 655 ], | 648 ], |
| 656 "cwd": "[SLAVE_BUILD]", | |
| 657 "name": "[trigger] Test262 - ignition on Ubuntu-14.04", | 649 "name": "[trigger] Test262 - ignition on Ubuntu-14.04", |
| 658 "~followup_annotations": [ | 650 "~followup_annotations": [ |
| 659 "@@@STEP_LOG_LINE@json.output@{@@@", | 651 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 660 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - ignition/U
buntu-14.04/[dummy has/V8 Arm/571\", @@@", | 652 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - ignition/U
buntu-14.04/[dummy has/V8 Arm/571\", @@@", |
| 661 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 653 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 662 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition/Ubuntu-14.04/[dummy
has/V8 Arm/571\": {@@@", | 654 "@@@STEP_LOG_LINE@json.output@ \"Test262 - ignition/Ubuntu-14.04/[dummy
has/V8 Arm/571\": {@@@", |
| 663 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 655 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 664 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 656 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 665 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 657 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 666 "@@@STEP_LOG_LINE@json.output@ }@@@", | 658 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 667 "@@@STEP_LOG_LINE@json.output@ }@@@", | 659 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 668 "@@@STEP_LOG_LINE@json.output@}@@@", | 660 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 669 "@@@STEP_LOG_END@json.output@@@", | 661 "@@@STEP_LOG_END@json.output@@@", |
| 670 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 662 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 671 ] | 663 ] |
| 672 }, | 664 }, |
| 673 { | 665 { |
| 674 "allow_subannotations": true, | 666 "allow_subannotations": true, |
| 675 "cmd": [ | 667 "cmd": [ |
| 676 "python", | 668 "python", |
| 677 "-u", | 669 "-u", |
| 678 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 670 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 679 "--swarming-client-dir", | 671 "--swarming-client-dir", |
| 680 "[SLAVE_BUILD]/swarming.client", | 672 "[CWD]/swarming.client", |
| 681 "--temp-root-dir", | 673 "--temp-root-dir", |
| 682 "[TMP_BASE]", | 674 "[TMP]", |
| 683 "--merged-test-output", | 675 "--merged-test-output", |
| 684 "/path/to/tmp/json", | 676 "/path/to/tmp/json", |
| 685 "--", | 677 "--", |
| 686 "collect", | 678 "collect", |
| 687 "--swarming", | 679 "--swarming", |
| 688 "https://chromium-swarm.appspot.com", | 680 "https://chromium-swarm.appspot.com", |
| 689 "--decorate", | 681 "--decorate", |
| 690 "--print-status-updates", | 682 "--print-status-updates", |
| 691 "--shards", | 683 "--shards", |
| 692 "1", | 684 "1", |
| 693 "Check/Ubuntu-14.04/[dummy has/V8 Arm/571" | 685 "Check/Ubuntu-14.04/[dummy has/V8 Arm/571" |
| 694 ], | 686 ], |
| 695 "cwd": "[SLAVE_BUILD]", | |
| 696 "name": "Check", | 687 "name": "Check", |
| 697 "~followup_annotations": [ | 688 "~followup_annotations": [ |
| 698 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 689 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 699 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 690 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 700 "@@@STEP_LOG_LINE@durations@@@@", | 691 "@@@STEP_LOG_LINE@durations@@@@", |
| 701 "@@@STEP_LOG_LINE@durations@Details:@@@", | 692 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 702 "@@@STEP_LOG_LINE@durations@@@@", | 693 "@@@STEP_LOG_LINE@durations@@@@", |
| 703 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 694 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 704 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 695 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 705 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 696 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 706 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 697 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 707 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 698 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 708 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 699 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 709 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 700 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 710 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 701 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 711 "@@@STEP_LOG_END@durations@@@" | 702 "@@@STEP_LOG_END@durations@@@" |
| 712 ] | 703 ] |
| 713 }, | 704 }, |
| 714 { | 705 { |
| 715 "allow_subannotations": true, | 706 "allow_subannotations": true, |
| 716 "cmd": [ | 707 "cmd": [ |
| 717 "python", | 708 "python", |
| 718 "-u", | 709 "-u", |
| 719 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 710 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 720 "--swarming-client-dir", | 711 "--swarming-client-dir", |
| 721 "[SLAVE_BUILD]/swarming.client", | 712 "[CWD]/swarming.client", |
| 722 "--temp-root-dir", | 713 "--temp-root-dir", |
| 723 "[TMP_BASE]", | 714 "[TMP]", |
| 724 "--merged-test-output", | 715 "--merged-test-output", |
| 725 "/path/to/tmp/json", | 716 "/path/to/tmp/json", |
| 726 "--", | 717 "--", |
| 727 "collect", | 718 "collect", |
| 728 "--swarming", | 719 "--swarming", |
| 729 "https://chromium-swarm.appspot.com", | 720 "https://chromium-swarm.appspot.com", |
| 730 "--decorate", | 721 "--decorate", |
| 731 "--print-status-updates", | 722 "--print-status-updates", |
| 732 "--shards", | 723 "--shards", |
| 733 "1", | 724 "1", |
| 734 "Benchmarks/Ubuntu-14.04/[dummy has/V8 Arm/571" | 725 "Benchmarks/Ubuntu-14.04/[dummy has/V8 Arm/571" |
| 735 ], | 726 ], |
| 736 "cwd": "[SLAVE_BUILD]", | |
| 737 "name": "Benchmarks", | 727 "name": "Benchmarks", |
| 738 "~followup_annotations": [ | 728 "~followup_annotations": [ |
| 739 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 729 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 740 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 730 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 741 "@@@STEP_LOG_LINE@durations@@@@", | 731 "@@@STEP_LOG_LINE@durations@@@@", |
| 742 "@@@STEP_LOG_LINE@durations@Details:@@@", | 732 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 743 "@@@STEP_LOG_LINE@durations@@@@", | 733 "@@@STEP_LOG_LINE@durations@@@@", |
| 744 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 734 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 745 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 735 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 746 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 736 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 747 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 737 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 748 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 738 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 749 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 739 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 750 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 740 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 751 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 741 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 752 "@@@STEP_LOG_END@durations@@@" | 742 "@@@STEP_LOG_END@durations@@@" |
| 753 ] | 743 ] |
| 754 }, | 744 }, |
| 755 { | 745 { |
| 756 "allow_subannotations": true, | 746 "allow_subannotations": true, |
| 757 "cmd": [ | 747 "cmd": [ |
| 758 "python", | 748 "python", |
| 759 "-u", | 749 "-u", |
| 760 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 750 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 761 "--swarming-client-dir", | 751 "--swarming-client-dir", |
| 762 "[SLAVE_BUILD]/swarming.client", | 752 "[CWD]/swarming.client", |
| 763 "--temp-root-dir", | 753 "--temp-root-dir", |
| 764 "[TMP_BASE]", | 754 "[TMP]", |
| 765 "--merged-test-output", | 755 "--merged-test-output", |
| 766 "/path/to/tmp/json", | 756 "/path/to/tmp/json", |
| 767 "--", | 757 "--", |
| 768 "collect", | 758 "collect", |
| 769 "--swarming", | 759 "--swarming", |
| 770 "https://chromium-swarm.appspot.com", | 760 "https://chromium-swarm.appspot.com", |
| 771 "--decorate", | 761 "--decorate", |
| 772 "--print-status-updates", | 762 "--print-status-updates", |
| 773 "--shards", | 763 "--shards", |
| 774 "1", | 764 "1", |
| 775 "OptimizeForSize/Ubuntu-14.04/[dummy has/V8 Arm/571" | 765 "OptimizeForSize/Ubuntu-14.04/[dummy has/V8 Arm/571" |
| 776 ], | 766 ], |
| 777 "cwd": "[SLAVE_BUILD]", | |
| 778 "name": "OptimizeForSize", | 767 "name": "OptimizeForSize", |
| 779 "~followup_annotations": [ | 768 "~followup_annotations": [ |
| 780 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 769 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 781 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 770 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 782 "@@@STEP_LOG_LINE@durations@@@@", | 771 "@@@STEP_LOG_LINE@durations@@@@", |
| 783 "@@@STEP_LOG_LINE@durations@Details:@@@", | 772 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 784 "@@@STEP_LOG_LINE@durations@@@@", | 773 "@@@STEP_LOG_LINE@durations@@@@", |
| 785 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 774 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 786 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 775 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 787 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 776 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 788 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 777 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 789 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 778 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 790 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 779 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 791 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 780 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 792 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 781 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 793 "@@@STEP_LOG_END@durations@@@" | 782 "@@@STEP_LOG_END@durations@@@" |
| 794 ] | 783 ] |
| 795 }, | 784 }, |
| 796 { | 785 { |
| 797 "allow_subannotations": true, | 786 "allow_subannotations": true, |
| 798 "cmd": [ | 787 "cmd": [ |
| 799 "python", | 788 "python", |
| 800 "-u", | 789 "-u", |
| 801 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 790 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 802 "--swarming-client-dir", | 791 "--swarming-client-dir", |
| 803 "[SLAVE_BUILD]/swarming.client", | 792 "[CWD]/swarming.client", |
| 804 "--temp-root-dir", | 793 "--temp-root-dir", |
| 805 "[TMP_BASE]", | 794 "[TMP]", |
| 806 "--merged-test-output", | 795 "--merged-test-output", |
| 807 "/path/to/tmp/json", | 796 "/path/to/tmp/json", |
| 808 "--", | 797 "--", |
| 809 "collect", | 798 "collect", |
| 810 "--swarming", | 799 "--swarming", |
| 811 "https://chromium-swarm.appspot.com", | 800 "https://chromium-swarm.appspot.com", |
| 812 "--decorate", | 801 "--decorate", |
| 813 "--print-status-updates", | 802 "--print-status-updates", |
| 814 "--shards", | 803 "--shards", |
| 815 "1", | 804 "1", |
| 816 "SimdJs - all/Ubuntu-14.04/[dummy has/V8 Arm/571" | 805 "SimdJs - all/Ubuntu-14.04/[dummy has/V8 Arm/571" |
| 817 ], | 806 ], |
| 818 "cwd": "[SLAVE_BUILD]", | |
| 819 "name": "SimdJs - all", | 807 "name": "SimdJs - all", |
| 820 "~followup_annotations": [ | 808 "~followup_annotations": [ |
| 821 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 809 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 822 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 810 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 823 "@@@STEP_LOG_LINE@durations@@@@", | 811 "@@@STEP_LOG_LINE@durations@@@@", |
| 824 "@@@STEP_LOG_LINE@durations@Details:@@@", | 812 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 825 "@@@STEP_LOG_LINE@durations@@@@", | 813 "@@@STEP_LOG_LINE@durations@@@@", |
| 826 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 814 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 827 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 815 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 828 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 816 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 829 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 817 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 830 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 818 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 831 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 819 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 832 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 820 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 833 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 821 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 834 "@@@STEP_LOG_END@durations@@@" | 822 "@@@STEP_LOG_END@durations@@@" |
| 835 ] | 823 ] |
| 836 }, | 824 }, |
| 837 { | 825 { |
| 838 "allow_subannotations": true, | 826 "allow_subannotations": true, |
| 839 "cmd": [ | 827 "cmd": [ |
| 840 "python", | 828 "python", |
| 841 "-u", | 829 "-u", |
| 842 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 830 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 843 "--swarming-client-dir", | 831 "--swarming-client-dir", |
| 844 "[SLAVE_BUILD]/swarming.client", | 832 "[CWD]/swarming.client", |
| 845 "--temp-root-dir", | 833 "--temp-root-dir", |
| 846 "[TMP_BASE]", | 834 "[TMP]", |
| 847 "--merged-test-output", | 835 "--merged-test-output", |
| 848 "/path/to/tmp/json", | 836 "/path/to/tmp/json", |
| 849 "--", | 837 "--", |
| 850 "collect", | 838 "collect", |
| 851 "--swarming", | 839 "--swarming", |
| 852 "https://chromium-swarm.appspot.com", | 840 "https://chromium-swarm.appspot.com", |
| 853 "--decorate", | 841 "--decorate", |
| 854 "--print-status-updates", | 842 "--print-status-updates", |
| 855 "--shards", | 843 "--shards", |
| 856 "1", | 844 "1", |
| 857 "Ignition/Ubuntu-14.04/[dummy has/V8 Arm/571" | 845 "Ignition/Ubuntu-14.04/[dummy has/V8 Arm/571" |
| 858 ], | 846 ], |
| 859 "cwd": "[SLAVE_BUILD]", | |
| 860 "name": "Ignition", | 847 "name": "Ignition", |
| 861 "~followup_annotations": [ | 848 "~followup_annotations": [ |
| 862 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 849 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 863 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 850 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 864 "@@@STEP_LOG_LINE@durations@@@@", | 851 "@@@STEP_LOG_LINE@durations@@@@", |
| 865 "@@@STEP_LOG_LINE@durations@Details:@@@", | 852 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 866 "@@@STEP_LOG_LINE@durations@@@@", | 853 "@@@STEP_LOG_LINE@durations@@@@", |
| 867 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 854 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 868 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 855 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 869 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 856 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 870 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 857 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 871 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 858 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 872 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 859 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 873 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 860 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 874 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 861 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 875 "@@@STEP_LOG_END@durations@@@" | 862 "@@@STEP_LOG_END@durations@@@" |
| 876 ] | 863 ] |
| 877 }, | 864 }, |
| 878 { | 865 { |
| 879 "allow_subannotations": true, | 866 "allow_subannotations": true, |
| 880 "cmd": [ | 867 "cmd": [ |
| 881 "python", | 868 "python", |
| 882 "-u", | 869 "-u", |
| 883 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", | 870 "RECIPE_MODULE[build::v8]/resources/collect_v8_task.py", |
| 884 "--swarming-client-dir", | 871 "--swarming-client-dir", |
| 885 "[SLAVE_BUILD]/swarming.client", | 872 "[CWD]/swarming.client", |
| 886 "--temp-root-dir", | 873 "--temp-root-dir", |
| 887 "[TMP_BASE]", | 874 "[TMP]", |
| 888 "--merged-test-output", | 875 "--merged-test-output", |
| 889 "/path/to/tmp/json", | 876 "/path/to/tmp/json", |
| 890 "--", | 877 "--", |
| 891 "collect", | 878 "collect", |
| 892 "--swarming", | 879 "--swarming", |
| 893 "https://chromium-swarm.appspot.com", | 880 "https://chromium-swarm.appspot.com", |
| 894 "--decorate", | 881 "--decorate", |
| 895 "--print-status-updates", | 882 "--print-status-updates", |
| 896 "--shards", | 883 "--shards", |
| 897 "1", | 884 "1", |
| 898 "Test262 - ignition/Ubuntu-14.04/[dummy has/V8 Arm/571" | 885 "Test262 - ignition/Ubuntu-14.04/[dummy has/V8 Arm/571" |
| 899 ], | 886 ], |
| 900 "cwd": "[SLAVE_BUILD]", | |
| 901 "name": "Test262 - ignition", | 887 "name": "Test262 - ignition", |
| 902 "~followup_annotations": [ | 888 "~followup_annotations": [ |
| 903 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 889 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 904 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 890 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 905 "@@@STEP_LOG_LINE@durations@@@@", | 891 "@@@STEP_LOG_LINE@durations@@@@", |
| 906 "@@@STEP_LOG_LINE@durations@Details:@@@", | 892 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 907 "@@@STEP_LOG_LINE@durations@@@@", | 893 "@@@STEP_LOG_LINE@durations@@@@", |
| 908 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 894 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 909 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 895 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 910 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 896 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 911 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 897 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 912 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 898 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 913 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 899 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 914 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 900 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 915 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 901 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 916 "@@@STEP_LOG_END@durations@@@" | 902 "@@@STEP_LOG_END@durations@@@" |
| 917 ] | 903 ] |
| 918 }, | 904 }, |
| 919 { | 905 { |
| 920 "name": "$result", | 906 "name": "$result", |
| 921 "recipe_result": null, | 907 "recipe_result": null, |
| 922 "status_code": 0 | 908 "status_code": 0 |
| 923 } | 909 } |
| 924 ] | 910 ] |
| OLD | NEW |