| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | |
| 9 "name": "taskkill" | 8 "name": "taskkill" |
| 10 }, | 9 }, |
| 11 { | 10 { |
| 12 "cmd": [ | 11 "cmd": [ |
| 13 "python", | 12 "python", |
| 14 "-u", | 13 "-u", |
| 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 16 "--master", | 15 "--master", |
| 17 "tryserver.v8", | 16 "tryserver.v8", |
| 18 "--builder", | 17 "--builder", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 33 "1", | 32 "1", |
| 34 "--rietveld_server", | 33 "--rietveld_server", |
| 35 "https://codereview.chromium.org", | 34 "https://codereview.chromium.org", |
| 36 "--output_json", | 35 "--output_json", |
| 37 "/path/to/tmp/json", | 36 "/path/to/tmp/json", |
| 38 "--revision", | 37 "--revision", |
| 39 "v8@12345", | 38 "v8@12345", |
| 40 "--no_shallow", | 39 "--no_shallow", |
| 41 "--output_manifest" | 40 "--output_manifest" |
| 42 ], | 41 ], |
| 43 "cwd": "[SLAVE_BUILD]", | |
| 44 "env": { | 42 "env": { |
| 45 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 43 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 46 }, | 44 }, |
| 47 "name": "bot_update", | 45 "name": "bot_update", |
| 48 "~followup_annotations": [ | 46 "~followup_annotations": [ |
| 49 "@@@STEP_TEXT@Some step text@@@", | 47 "@@@STEP_TEXT@Some step text@@@", |
| 50 "@@@STEP_LOG_LINE@json.output@{@@@", | 48 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 49 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 50 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 53 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 80 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 78 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
| 81 ] | 79 ] |
| 82 }, | 80 }, |
| 83 { | 81 { |
| 84 "cmd": [ | 82 "cmd": [ |
| 85 "python", | 83 "python", |
| 86 "-u", | 84 "-u", |
| 87 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", | 85 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
| 88 "--version" | 86 "--version" |
| 89 ], | 87 ], |
| 90 "cwd": "[SLAVE_BUILD]", | |
| 91 "name": "swarming.py --version", | 88 "name": "swarming.py --version", |
| 92 "stdout": "/path/to/tmp/", | 89 "stdout": "/path/to/tmp/", |
| 93 "~followup_annotations": [ | 90 "~followup_annotations": [ |
| 94 "@@@STEP_TEXT@0.4.10@@@" | 91 "@@@STEP_TEXT@0.4.10@@@" |
| 95 ] | 92 ] |
| 96 }, | 93 }, |
| 97 { | 94 { |
| 98 "cmd": [ | 95 "cmd": [ |
| 99 "python", | 96 "python", |
| 100 "-u", | 97 "-u", |
| 101 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 98 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 102 "runhooks" | 99 "runhooks" |
| 103 ], | 100 ], |
| 104 "cwd": "[SLAVE_BUILD]", | |
| 105 "env": { | 101 "env": { |
| 106 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 102 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 107 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir=
'[BUILD]\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable
_slow_dchecks=1 v8_optimized_debug=1 v8_target_arch=x64", | 103 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir=
'[BUILD]\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable
_slow_dchecks=1 v8_optimized_debug=1 v8_target_arch=x64", |
| 108 "GYP_GENERATORS": "ninja", | 104 "GYP_GENERATORS": "ninja", |
| 109 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 105 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 110 }, | 106 }, |
| 111 "name": "gclient runhooks" | 107 "name": "gclient runhooks" |
| 112 }, | 108 }, |
| 113 { | 109 { |
| 114 "cmd": [ | 110 "cmd": [ |
| 115 "python", | 111 "python", |
| 116 "-u", | 112 "-u", |
| 117 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 113 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 118 "--show-path", | 114 "--show-path", |
| 119 "python", | 115 "python", |
| 120 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 116 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 121 ], | 117 ], |
| 122 "cwd": "[SLAVE_BUILD]", | |
| 123 "name": "cleanup_temp" | 118 "name": "cleanup_temp" |
| 124 }, | 119 }, |
| 125 { | 120 { |
| 126 "cmd": [ | 121 "cmd": [ |
| 127 "python", | 122 "python", |
| 128 "-u", | 123 "-u", |
| 129 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 124 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 130 "--show-path", | 125 "--show-path", |
| 131 "python", | 126 "python", |
| 132 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 127 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 149 "--goma-service-account-json-file", | 144 "--goma-service-account-json-file", |
| 150 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 145 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 151 "--goma-dir", | 146 "--goma-dir", |
| 152 "[BUILD]\\goma", | 147 "[BUILD]\\goma", |
| 153 "--goma-fail-fast", | 148 "--goma-fail-fast", |
| 154 "--goma-disable-local-fallback", | 149 "--goma-disable-local-fallback", |
| 155 "--arch", | 150 "--arch", |
| 156 "x64", | 151 "x64", |
| 157 "--" | 152 "--" |
| 158 ], | 153 ], |
| 159 "cwd": "[SLAVE_BUILD]", | |
| 160 "env": { | 154 "env": { |
| 161 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 155 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 162 }, | 156 }, |
| 163 "name": "compile", | 157 "name": "compile", |
| 164 "~followup_annotations": [ | 158 "~followup_annotations": [ |
| 165 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 159 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 166 "@@@STEP_LOG_END@json.output (invalid)@@@" | 160 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 167 ] | 161 ] |
| 168 }, | 162 }, |
| 169 { | 163 { |
| 170 "cmd": [ | 164 "cmd": [ |
| 171 "python", | 165 "python", |
| 172 "-u", | 166 "-u", |
| 173 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 167 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 174 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", | 168 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
| 175 "batcharchive", | 169 "batcharchive", |
| 176 "--dump-json", | 170 "--dump-json", |
| 177 "/path/to/tmp/json", | 171 "/path/to/tmp/json", |
| 178 "--isolate-server", | 172 "--isolate-server", |
| 179 "https://isolateserver.appspot.com", | 173 "https://isolateserver.appspot.com", |
| 180 "--verbose", | 174 "--verbose", |
| 181 "[SLAVE_BUILD]\\v8\\out\\Debug_x64\\bot_default.isolated.gen.json", | 175 "[SLAVE_BUILD]\\v8\\out\\Debug_x64\\bot_default.isolated.gen.json", |
| 182 "[SLAVE_BUILD]\\v8\\out\\Debug_x64\\ignition.isolated.gen.json", | 176 "[SLAVE_BUILD]\\v8\\out\\Debug_x64\\ignition.isolated.gen.json", |
| 183 "[SLAVE_BUILD]\\v8\\out\\Debug_x64\\mozilla.isolated.gen.json", | 177 "[SLAVE_BUILD]\\v8\\out\\Debug_x64\\mozilla.isolated.gen.json", |
| 184 "[SLAVE_BUILD]\\v8\\out\\Debug_x64\\simdjs.isolated.gen.json" | 178 "[SLAVE_BUILD]\\v8\\out\\Debug_x64\\simdjs.isolated.gen.json" |
| 185 ], | 179 ], |
| 186 "cwd": "[SLAVE_BUILD]", | |
| 187 "name": "isolate tests", | 180 "name": "isolate tests", |
| 188 "~followup_annotations": [ | 181 "~followup_annotations": [ |
| 189 "@@@STEP_LOG_LINE@json.output@{@@@", | 182 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 190 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 183 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 191 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 184 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
| 192 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 185 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
| 193 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\"@@@
", | 186 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\"@@@
", |
| 194 "@@@STEP_LOG_LINE@json.output@}@@@", | 187 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 195 "@@@STEP_LOG_END@json.output@@@" | 188 "@@@STEP_LOG_END@json.output@@@" |
| 196 ] | 189 ] |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 "--timeout=200", | 266 "--timeout=200", |
| 274 "--random-seed=1682133423", | 267 "--random-seed=1682133423", |
| 275 "bot_default", | 268 "bot_default", |
| 276 "--exhaustive-variants", | 269 "--exhaustive-variants", |
| 277 "--dcheck-always-on", | 270 "--dcheck-always-on", |
| 278 "--rerun-failures-count=2", | 271 "--rerun-failures-count=2", |
| 279 "--swarming", | 272 "--swarming", |
| 280 "--json-test-results", | 273 "--json-test-results", |
| 281 "${ISOLATED_OUTDIR}/output.json" | 274 "${ISOLATED_OUTDIR}/output.json" |
| 282 ], | 275 ], |
| 283 "cwd": "[SLAVE_BUILD]", | |
| 284 "name": "[trigger] Check on Windows-7-SP1", | 276 "name": "[trigger] Check on Windows-7-SP1", |
| 285 "~followup_annotations": [ | 277 "~followup_annotations": [ |
| 286 "@@@STEP_LOG_LINE@json.output@{@@@", | 278 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 287 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Windows-7-SP1/
[dummy has/v8_win64_dbg/571\", @@@", | 279 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Windows-7-SP1/
[dummy has/v8_win64_dbg/571\", @@@", |
| 288 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 280 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 289 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/v8_win6
4_dbg/571:2:0\": {@@@", | 281 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/v8_win6
4_dbg/571:2:0\": {@@@", |
| 290 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 282 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 291 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 283 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 292 "@@@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\"@@@", |
| 293 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 285 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 382 "--random-seed=1682133423", | 374 "--random-seed=1682133423", |
| 383 "simdjs", | 375 "simdjs", |
| 384 "--download-data", | 376 "--download-data", |
| 385 "--exhaustive-variants", | 377 "--exhaustive-variants", |
| 386 "--dcheck-always-on", | 378 "--dcheck-always-on", |
| 387 "--rerun-failures-count=2", | 379 "--rerun-failures-count=2", |
| 388 "--swarming", | 380 "--swarming", |
| 389 "--json-test-results", | 381 "--json-test-results", |
| 390 "${ISOLATED_OUTDIR}/output.json" | 382 "${ISOLATED_OUTDIR}/output.json" |
| 391 ], | 383 ], |
| 392 "cwd": "[SLAVE_BUILD]", | |
| 393 "name": "[trigger] SimdJs - all on Windows-7-SP1", | 384 "name": "[trigger] SimdJs - all on Windows-7-SP1", |
| 394 "~followup_annotations": [ | 385 "~followup_annotations": [ |
| 395 "@@@STEP_LOG_LINE@json.output@{@@@", | 386 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 396 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Windows
-7-SP1/[dummy has/v8_win64_dbg/571\", @@@", | 387 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Windows
-7-SP1/[dummy has/v8_win64_dbg/571\", @@@", |
| 397 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 388 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 398 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Windows-7-SP1/[dummy has/
v8_win64_dbg/571\": {@@@", | 389 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Windows-7-SP1/[dummy has/
v8_win64_dbg/571\": {@@@", |
| 399 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 390 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 400 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 391 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 401 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 392 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 402 "@@@STEP_LOG_LINE@json.output@ }@@@", | 393 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 "--random-seed=1682133423", | 476 "--random-seed=1682133423", |
| 486 "ignition", | 477 "ignition", |
| 487 "--ignition-turbofan", | 478 "--ignition-turbofan", |
| 488 "--variants=ignition_turbofan", | 479 "--variants=ignition_turbofan", |
| 489 "--dcheck-always-on", | 480 "--dcheck-always-on", |
| 490 "--rerun-failures-count=2", | 481 "--rerun-failures-count=2", |
| 491 "--swarming", | 482 "--swarming", |
| 492 "--json-test-results", | 483 "--json-test-results", |
| 493 "${ISOLATED_OUTDIR}/output.json" | 484 "${ISOLATED_OUTDIR}/output.json" |
| 494 ], | 485 ], |
| 495 "cwd": "[SLAVE_BUILD]", | |
| 496 "name": "[trigger] Ignition - turbofan on Windows-7-SP1", | 486 "name": "[trigger] Ignition - turbofan on Windows-7-SP1", |
| 497 "~followup_annotations": [ | 487 "~followup_annotations": [ |
| 498 "@@@STEP_LOG_LINE@json.output@{@@@", | 488 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 499 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Windows-7-SP1/[dummy has/v8_win64_dbg/571\", @@@", | 489 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Windows-7-SP1/[dummy has/v8_win64_dbg/571\", @@@", |
| 500 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 490 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 501 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Windows-7-SP1/[dum
my has/v8_win64_dbg/571\": {@@@", | 491 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Windows-7-SP1/[dum
my has/v8_win64_dbg/571\": {@@@", |
| 502 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 492 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 503 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 493 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 504 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 494 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 505 "@@@STEP_LOG_LINE@json.output@ }@@@", | 495 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 587 "--timeout=200", | 577 "--timeout=200", |
| 588 "--random-seed=1682133423", | 578 "--random-seed=1682133423", |
| 589 "mozilla", | 579 "mozilla", |
| 590 "--exhaustive-variants", | 580 "--exhaustive-variants", |
| 591 "--dcheck-always-on", | 581 "--dcheck-always-on", |
| 592 "--rerun-failures-count=2", | 582 "--rerun-failures-count=2", |
| 593 "--swarming", | 583 "--swarming", |
| 594 "--json-test-results", | 584 "--json-test-results", |
| 595 "${ISOLATED_OUTDIR}/output.json" | 585 "${ISOLATED_OUTDIR}/output.json" |
| 596 ], | 586 ], |
| 597 "cwd": "[SLAVE_BUILD]", | |
| 598 "name": "[trigger] Mozilla on Windows-7-SP1", | 587 "name": "[trigger] Mozilla on Windows-7-SP1", |
| 599 "~followup_annotations": [ | 588 "~followup_annotations": [ |
| 600 "@@@STEP_LOG_LINE@json.output@{@@@", | 589 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 601 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Windows-7-SP
1/[dummy has/v8_win64_dbg/571\", @@@", | 590 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Windows-7-SP
1/[dummy has/v8_win64_dbg/571\", @@@", |
| 602 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 591 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 603 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Windows-7-SP1/[dummy has/v8_wi
n64_dbg/571\": {@@@", | 592 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Windows-7-SP1/[dummy has/v8_wi
n64_dbg/571\": {@@@", |
| 604 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 593 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 605 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 594 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 606 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 595 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 607 "@@@STEP_LOG_LINE@json.output@ }@@@", | 596 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 626 "--", | 615 "--", |
| 627 "collect", | 616 "collect", |
| 628 "--swarming", | 617 "--swarming", |
| 629 "https://chromium-swarm.appspot.com", | 618 "https://chromium-swarm.appspot.com", |
| 630 "--decorate", | 619 "--decorate", |
| 631 "--print-status-updates", | 620 "--print-status-updates", |
| 632 "--shards", | 621 "--shards", |
| 633 "2", | 622 "2", |
| 634 "Check/Windows-7-SP1/[dummy has/v8_win64_dbg/571" | 623 "Check/Windows-7-SP1/[dummy has/v8_win64_dbg/571" |
| 635 ], | 624 ], |
| 636 "cwd": "[SLAVE_BUILD]", | |
| 637 "name": "Check", | 625 "name": "Check", |
| 638 "~followup_annotations": [ | 626 "~followup_annotations": [ |
| 639 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 627 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 640 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 628 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 641 "@@@STEP_LOG_LINE@durations@@@@", | 629 "@@@STEP_LOG_LINE@durations@@@@", |
| 642 "@@@STEP_LOG_LINE@durations@Details:@@@", | 630 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 643 "@@@STEP_LOG_LINE@durations@@@@", | 631 "@@@STEP_LOG_LINE@durations@@@@", |
| 644 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 632 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 645 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 633 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 646 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 634 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 667 "--", | 655 "--", |
| 668 "collect", | 656 "collect", |
| 669 "--swarming", | 657 "--swarming", |
| 670 "https://chromium-swarm.appspot.com", | 658 "https://chromium-swarm.appspot.com", |
| 671 "--decorate", | 659 "--decorate", |
| 672 "--print-status-updates", | 660 "--print-status-updates", |
| 673 "--shards", | 661 "--shards", |
| 674 "1", | 662 "1", |
| 675 "SimdJs - all/Windows-7-SP1/[dummy has/v8_win64_dbg/571" | 663 "SimdJs - all/Windows-7-SP1/[dummy has/v8_win64_dbg/571" |
| 676 ], | 664 ], |
| 677 "cwd": "[SLAVE_BUILD]", | |
| 678 "name": "SimdJs - all", | 665 "name": "SimdJs - all", |
| 679 "~followup_annotations": [ | 666 "~followup_annotations": [ |
| 680 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 667 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 681 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 668 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 682 "@@@STEP_LOG_LINE@durations@@@@", | 669 "@@@STEP_LOG_LINE@durations@@@@", |
| 683 "@@@STEP_LOG_LINE@durations@Details:@@@", | 670 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 684 "@@@STEP_LOG_LINE@durations@@@@", | 671 "@@@STEP_LOG_LINE@durations@@@@", |
| 685 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 672 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 686 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 673 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 687 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 674 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 708 "--", | 695 "--", |
| 709 "collect", | 696 "collect", |
| 710 "--swarming", | 697 "--swarming", |
| 711 "https://chromium-swarm.appspot.com", | 698 "https://chromium-swarm.appspot.com", |
| 712 "--decorate", | 699 "--decorate", |
| 713 "--print-status-updates", | 700 "--print-status-updates", |
| 714 "--shards", | 701 "--shards", |
| 715 "1", | 702 "1", |
| 716 "Ignition - turbofan/Windows-7-SP1/[dummy has/v8_win64_dbg/571" | 703 "Ignition - turbofan/Windows-7-SP1/[dummy has/v8_win64_dbg/571" |
| 717 ], | 704 ], |
| 718 "cwd": "[SLAVE_BUILD]", | |
| 719 "name": "Ignition - turbofan", | 705 "name": "Ignition - turbofan", |
| 720 "~followup_annotations": [ | 706 "~followup_annotations": [ |
| 721 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 707 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 722 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 708 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 723 "@@@STEP_LOG_LINE@durations@@@@", | 709 "@@@STEP_LOG_LINE@durations@@@@", |
| 724 "@@@STEP_LOG_LINE@durations@Details:@@@", | 710 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 725 "@@@STEP_LOG_LINE@durations@@@@", | 711 "@@@STEP_LOG_LINE@durations@@@@", |
| 726 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 712 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 727 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 713 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 728 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 714 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 749 "--", | 735 "--", |
| 750 "collect", | 736 "collect", |
| 751 "--swarming", | 737 "--swarming", |
| 752 "https://chromium-swarm.appspot.com", | 738 "https://chromium-swarm.appspot.com", |
| 753 "--decorate", | 739 "--decorate", |
| 754 "--print-status-updates", | 740 "--print-status-updates", |
| 755 "--shards", | 741 "--shards", |
| 756 "1", | 742 "1", |
| 757 "Mozilla/Windows-7-SP1/[dummy has/v8_win64_dbg/571" | 743 "Mozilla/Windows-7-SP1/[dummy has/v8_win64_dbg/571" |
| 758 ], | 744 ], |
| 759 "cwd": "[SLAVE_BUILD]", | |
| 760 "name": "Mozilla", | 745 "name": "Mozilla", |
| 761 "~followup_annotations": [ | 746 "~followup_annotations": [ |
| 762 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 747 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 763 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 748 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 764 "@@@STEP_LOG_LINE@durations@@@@", | 749 "@@@STEP_LOG_LINE@durations@@@@", |
| 765 "@@@STEP_LOG_LINE@durations@Details:@@@", | 750 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 766 "@@@STEP_LOG_LINE@durations@@@@", | 751 "@@@STEP_LOG_LINE@durations@@@@", |
| 767 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 752 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 768 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 753 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 769 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 754 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 770 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 755 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 771 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 756 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 772 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 757 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 773 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 758 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 774 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 759 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 775 "@@@STEP_LOG_END@durations@@@" | 760 "@@@STEP_LOG_END@durations@@@" |
| 776 ] | 761 ] |
| 777 }, | 762 }, |
| 778 { | 763 { |
| 779 "name": "$result", | 764 "name": "$result", |
| 780 "recipe_result": null, | 765 "recipe_result": null, |
| 781 "status_code": 0 | 766 "status_code": 0 |
| 782 } | 767 } |
| 783 ] | 768 ] |
| OLD | NEW |