| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_mac64_dbg", | 10 "v8_mac64_dbg", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 "1", | 24 "1", |
| 25 "--rietveld_server", | 25 "--rietveld_server", |
| 26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
| 27 "--output_json", | 27 "--output_json", |
| 28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
| 29 "--revision", | 29 "--revision", |
| 30 "v8@12345", | 30 "v8@12345", |
| 31 "--no_shallow", | 31 "--no_shallow", |
| 32 "--output_manifest" | 32 "--output_manifest" |
| 33 ], | 33 ], |
| 34 "cwd": "[SLAVE_BUILD]", | |
| 35 "env": { | 34 "env": { |
| 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 37 }, | 36 }, |
| 38 "name": "bot_update", | 37 "name": "bot_update", |
| 39 "~followup_annotations": [ | 38 "~followup_annotations": [ |
| 40 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 71 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
| 72 ] | 71 ] |
| 73 }, | 72 }, |
| 74 { | 73 { |
| 75 "cmd": [ | 74 "cmd": [ |
| 76 "python", | 75 "python", |
| 77 "-u", | 76 "-u", |
| 78 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 77 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 79 "--version" | 78 "--version" |
| 80 ], | 79 ], |
| 81 "cwd": "[SLAVE_BUILD]", | |
| 82 "name": "swarming.py --version", | 80 "name": "swarming.py --version", |
| 83 "stdout": "/path/to/tmp/", | 81 "stdout": "/path/to/tmp/", |
| 84 "~followup_annotations": [ | 82 "~followup_annotations": [ |
| 85 "@@@STEP_TEXT@0.4.10@@@" | 83 "@@@STEP_TEXT@0.4.10@@@" |
| 86 ] | 84 ] |
| 87 }, | 85 }, |
| 88 { | 86 { |
| 89 "cmd": [ | 87 "cmd": [ |
| 90 "python", | 88 "python", |
| 91 "-u", | 89 "-u", |
| 92 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 90 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 93 "runhooks" | 91 "runhooks" |
| 94 ], | 92 ], |
| 95 "cwd": "[SLAVE_BUILD]", | |
| 96 "env": { | 93 "env": { |
| 97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 94 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 98 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/go
ma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dcheck
s=1 v8_optimized_debug=1 v8_target_arch=x64", | 95 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/go
ma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dcheck
s=1 v8_optimized_debug=1 v8_target_arch=x64", |
| 99 "GYP_GENERATORS": "ninja", | 96 "GYP_GENERATORS": "ninja", |
| 100 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 97 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 101 }, | 98 }, |
| 102 "name": "gclient runhooks" | 99 "name": "gclient runhooks" |
| 103 }, | 100 }, |
| 104 { | 101 { |
| 105 "cmd": [ | 102 "cmd": [ |
| 106 "python", | 103 "python", |
| 107 "-u", | 104 "-u", |
| 108 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 105 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 109 "--show-path", | 106 "--show-path", |
| 110 "python", | 107 "python", |
| 111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 108 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 112 ], | 109 ], |
| 113 "cwd": "[SLAVE_BUILD]", | |
| 114 "name": "cleanup_temp" | 110 "name": "cleanup_temp" |
| 115 }, | 111 }, |
| 116 { | 112 { |
| 117 "allow_subannotations": true, | 113 "allow_subannotations": true, |
| 118 "cmd": [ | 114 "cmd": [ |
| 119 "python", | 115 "python", |
| 120 "-u", | 116 "-u", |
| 121 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 117 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 122 "--src-dir", | 118 "--src-dir", |
| 123 "[SLAVE_BUILD]/v8", | 119 "[SLAVE_BUILD]/v8", |
| 124 "--output-json", | 120 "--output-json", |
| 125 "/path/to/tmp/json" | 121 "/path/to/tmp/json" |
| 126 ], | 122 ], |
| 127 "cwd": "[SLAVE_BUILD]", | |
| 128 "env": { | 123 "env": { |
| 129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 130 }, | 125 }, |
| 131 "name": "clang_revision", | 126 "name": "clang_revision", |
| 132 "~followup_annotations": [ | 127 "~followup_annotations": [ |
| 133 "@@@STEP_LOG_LINE@json.output@{@@@", | 128 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 134 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 129 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 135 "@@@STEP_LOG_LINE@json.output@}@@@", | 130 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 136 "@@@STEP_LOG_END@json.output@@@" | 131 "@@@STEP_LOG_END@json.output@@@" |
| 137 ] | 132 ] |
| (...skipping 23 matching lines...) Expand all Loading... |
| 161 "--goma-jsonstatus", | 156 "--goma-jsonstatus", |
| 162 "/path/to/tmp/json", | 157 "/path/to/tmp/json", |
| 163 "--goma-service-account-json-file", | 158 "--goma-service-account-json-file", |
| 164 "/creds/service_accounts/service-account-goma-client.json", | 159 "/creds/service_accounts/service-account-goma-client.json", |
| 165 "--goma-dir", | 160 "--goma-dir", |
| 166 "[BUILD]/goma", | 161 "[BUILD]/goma", |
| 167 "--goma-fail-fast", | 162 "--goma-fail-fast", |
| 168 "--goma-disable-local-fallback", | 163 "--goma-disable-local-fallback", |
| 169 "--" | 164 "--" |
| 170 ], | 165 ], |
| 171 "cwd": "[SLAVE_BUILD]", | |
| 172 "env": { | 166 "env": { |
| 173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 174 }, | 168 }, |
| 175 "name": "compile", | 169 "name": "compile", |
| 176 "~followup_annotations": [ | 170 "~followup_annotations": [ |
| 177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 178 "@@@STEP_LOG_END@json.output (invalid)@@@" | 172 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 179 ] | 173 ] |
| 180 }, | 174 }, |
| 181 { | 175 { |
| 182 "cmd": [ | 176 "cmd": [ |
| 183 "python", | 177 "python", |
| 184 "-u", | 178 "-u", |
| 185 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 179 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 186 "[SLAVE_BUILD]/v8/tools/swarming_client", | 180 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 187 "batcharchive", | 181 "batcharchive", |
| 188 "--dump-json", | 182 "--dump-json", |
| 189 "/path/to/tmp/json", | 183 "/path/to/tmp/json", |
| 190 "--isolate-server", | 184 "--isolate-server", |
| 191 "https://isolateserver.appspot.com", | 185 "https://isolateserver.appspot.com", |
| 192 "--verbose", | 186 "--verbose", |
| 193 "[SLAVE_BUILD]/v8/out/Debug/bot_default.isolated.gen.json", | 187 "[SLAVE_BUILD]/v8/out/Debug/bot_default.isolated.gen.json", |
| 194 "[SLAVE_BUILD]/v8/out/Debug/ignition.isolated.gen.json", | 188 "[SLAVE_BUILD]/v8/out/Debug/ignition.isolated.gen.json", |
| 195 "[SLAVE_BUILD]/v8/out/Debug/mozilla.isolated.gen.json", | 189 "[SLAVE_BUILD]/v8/out/Debug/mozilla.isolated.gen.json", |
| 196 "[SLAVE_BUILD]/v8/out/Debug/simdjs.isolated.gen.json", | 190 "[SLAVE_BUILD]/v8/out/Debug/simdjs.isolated.gen.json", |
| 197 "[SLAVE_BUILD]/v8/out/Debug/test262.isolated.gen.json" | 191 "[SLAVE_BUILD]/v8/out/Debug/test262.isolated.gen.json" |
| 198 ], | 192 ], |
| 199 "cwd": "[SLAVE_BUILD]", | |
| 200 "name": "isolate tests", | 193 "name": "isolate tests", |
| 201 "~followup_annotations": [ | 194 "~followup_annotations": [ |
| 202 "@@@STEP_LOG_LINE@json.output@{@@@", | 195 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 203 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 196 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 204 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 197 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
| 205 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 198 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
| 206 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 199 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
| 207 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 200 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
| 208 "@@@STEP_LOG_LINE@json.output@}@@@", | 201 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 209 "@@@STEP_LOG_END@json.output@@@" | 202 "@@@STEP_LOG_END@json.output@@@" |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 "--timeout=200", | 280 "--timeout=200", |
| 288 "--random-seed=1127209095", | 281 "--random-seed=1127209095", |
| 289 "bot_default", | 282 "bot_default", |
| 290 "--exhaustive-variants", | 283 "--exhaustive-variants", |
| 291 "--dcheck-always-on", | 284 "--dcheck-always-on", |
| 292 "--rerun-failures-count=2", | 285 "--rerun-failures-count=2", |
| 293 "--swarming", | 286 "--swarming", |
| 294 "--json-test-results", | 287 "--json-test-results", |
| 295 "${ISOLATED_OUTDIR}/output.json" | 288 "${ISOLATED_OUTDIR}/output.json" |
| 296 ], | 289 ], |
| 297 "cwd": "[SLAVE_BUILD]", | |
| 298 "name": "[trigger] Check on Mac-10.9", | 290 "name": "[trigger] Check on Mac-10.9", |
| 299 "~followup_annotations": [ | 291 "~followup_annotations": [ |
| 300 "@@@STEP_LOG_LINE@json.output@{@@@", | 292 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 301 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dumm
y has/v8_mac64_dbg/571\", @@@", | 293 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dumm
y has/v8_mac64_dbg/571\", @@@", |
| 302 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 294 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 303 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/v8_mac64_dbg
/571:2:0\": {@@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/v8_mac64_dbg
/571:2:0\": {@@@", |
| 304 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 296 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 305 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 297 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 306 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 298 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 307 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 299 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 "--random-seed=1127209095", | 388 "--random-seed=1127209095", |
| 397 "test262", | 389 "test262", |
| 398 "--download-data", | 390 "--download-data", |
| 399 "--variants=default", | 391 "--variants=default", |
| 400 "--dcheck-always-on", | 392 "--dcheck-always-on", |
| 401 "--rerun-failures-count=2", | 393 "--rerun-failures-count=2", |
| 402 "--swarming", | 394 "--swarming", |
| 403 "--json-test-results", | 395 "--json-test-results", |
| 404 "${ISOLATED_OUTDIR}/output.json" | 396 "${ISOLATED_OUTDIR}/output.json" |
| 405 ], | 397 ], |
| 406 "cwd": "[SLAVE_BUILD]", | |
| 407 "name": "[trigger] Test262 - no variants on Mac-10.9", | 398 "name": "[trigger] Test262 - no variants on Mac-10.9", |
| 408 "~followup_annotations": [ | 399 "~followup_annotations": [ |
| 409 "@@@STEP_LOG_LINE@json.output@{@@@", | 400 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 410 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Mac-10.9/[dummy has/v8_mac64_dbg/571\", @@@", | 401 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Mac-10.9/[dummy has/v8_mac64_dbg/571\", @@@", |
| 411 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 402 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 412 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Mac-10.9/[dummy
has/v8_mac64_dbg/571\": {@@@", | 403 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Mac-10.9/[dummy
has/v8_mac64_dbg/571\": {@@@", |
| 413 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 404 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 414 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 405 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 415 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 406 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 416 "@@@STEP_LOG_LINE@json.output@ }@@@", | 407 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 "--timeout=200", | 489 "--timeout=200", |
| 499 "--random-seed=1127209095", | 490 "--random-seed=1127209095", |
| 500 "mozilla", | 491 "mozilla", |
| 501 "--exhaustive-variants", | 492 "--exhaustive-variants", |
| 502 "--dcheck-always-on", | 493 "--dcheck-always-on", |
| 503 "--rerun-failures-count=2", | 494 "--rerun-failures-count=2", |
| 504 "--swarming", | 495 "--swarming", |
| 505 "--json-test-results", | 496 "--json-test-results", |
| 506 "${ISOLATED_OUTDIR}/output.json" | 497 "${ISOLATED_OUTDIR}/output.json" |
| 507 ], | 498 ], |
| 508 "cwd": "[SLAVE_BUILD]", | |
| 509 "name": "[trigger] Mozilla on Mac-10.9", | 499 "name": "[trigger] Mozilla on Mac-10.9", |
| 510 "~followup_annotations": [ | 500 "~followup_annotations": [ |
| 511 "@@@STEP_LOG_LINE@json.output@{@@@", | 501 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 512 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Mac-10.9/[du
mmy has/v8_mac64_dbg/571\", @@@", | 502 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Mac-10.9/[du
mmy has/v8_mac64_dbg/571\", @@@", |
| 513 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 503 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 514 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Mac-10.9/[dummy has/v8_mac64_d
bg/571\": {@@@", | 504 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Mac-10.9/[dummy has/v8_mac64_d
bg/571\": {@@@", |
| 515 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 505 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 516 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 506 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 517 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 507 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 518 "@@@STEP_LOG_LINE@json.output@ }@@@", | 508 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 601 "--random-seed=1127209095", | 591 "--random-seed=1127209095", |
| 602 "simdjs", | 592 "simdjs", |
| 603 "--download-data", | 593 "--download-data", |
| 604 "--exhaustive-variants", | 594 "--exhaustive-variants", |
| 605 "--dcheck-always-on", | 595 "--dcheck-always-on", |
| 606 "--rerun-failures-count=2", | 596 "--rerun-failures-count=2", |
| 607 "--swarming", | 597 "--swarming", |
| 608 "--json-test-results", | 598 "--json-test-results", |
| 609 "${ISOLATED_OUTDIR}/output.json" | 599 "${ISOLATED_OUTDIR}/output.json" |
| 610 ], | 600 ], |
| 611 "cwd": "[SLAVE_BUILD]", | |
| 612 "name": "[trigger] SimdJs - all on Mac-10.9", | 601 "name": "[trigger] SimdJs - all on Mac-10.9", |
| 613 "~followup_annotations": [ | 602 "~followup_annotations": [ |
| 614 "@@@STEP_LOG_LINE@json.output@{@@@", | 603 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 615 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Mac-10.
9/[dummy has/v8_mac64_dbg/571\", @@@", | 604 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Mac-10.
9/[dummy has/v8_mac64_dbg/571\", @@@", |
| 616 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 605 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 617 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Mac-10.9/[dummy has/v8_ma
c64_dbg/571\": {@@@", | 606 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Mac-10.9/[dummy has/v8_ma
c64_dbg/571\": {@@@", |
| 618 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 607 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 619 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 608 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 620 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 609 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 621 "@@@STEP_LOG_LINE@json.output@ }@@@", | 610 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 704 "--random-seed=1127209095", | 693 "--random-seed=1127209095", |
| 705 "ignition", | 694 "ignition", |
| 706 "--ignition-turbofan", | 695 "--ignition-turbofan", |
| 707 "--variants=ignition_turbofan", | 696 "--variants=ignition_turbofan", |
| 708 "--dcheck-always-on", | 697 "--dcheck-always-on", |
| 709 "--rerun-failures-count=2", | 698 "--rerun-failures-count=2", |
| 710 "--swarming", | 699 "--swarming", |
| 711 "--json-test-results", | 700 "--json-test-results", |
| 712 "${ISOLATED_OUTDIR}/output.json" | 701 "${ISOLATED_OUTDIR}/output.json" |
| 713 ], | 702 ], |
| 714 "cwd": "[SLAVE_BUILD]", | |
| 715 "name": "[trigger] Ignition - turbofan on Mac-10.9", | 703 "name": "[trigger] Ignition - turbofan on Mac-10.9", |
| 716 "~followup_annotations": [ | 704 "~followup_annotations": [ |
| 717 "@@@STEP_LOG_LINE@json.output@{@@@", | 705 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 718 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Mac-10.9/[dummy has/v8_mac64_dbg/571\", @@@", | 706 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Mac-10.9/[dummy has/v8_mac64_dbg/571\", @@@", |
| 719 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 707 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 720 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Mac-10.9/[dummy ha
s/v8_mac64_dbg/571\": {@@@", | 708 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Mac-10.9/[dummy ha
s/v8_mac64_dbg/571\": {@@@", |
| 721 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 709 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 722 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 710 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 723 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 711 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 724 "@@@STEP_LOG_LINE@json.output@ }@@@", | 712 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 743 "--", | 731 "--", |
| 744 "collect", | 732 "collect", |
| 745 "--swarming", | 733 "--swarming", |
| 746 "https://chromium-swarm.appspot.com", | 734 "https://chromium-swarm.appspot.com", |
| 747 "--decorate", | 735 "--decorate", |
| 748 "--print-status-updates", | 736 "--print-status-updates", |
| 749 "--shards", | 737 "--shards", |
| 750 "2", | 738 "2", |
| 751 "Check/Mac-10.9/[dummy has/v8_mac64_dbg/571" | 739 "Check/Mac-10.9/[dummy has/v8_mac64_dbg/571" |
| 752 ], | 740 ], |
| 753 "cwd": "[SLAVE_BUILD]", | |
| 754 "name": "Check", | 741 "name": "Check", |
| 755 "~followup_annotations": [ | 742 "~followup_annotations": [ |
| 756 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 743 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 757 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 744 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 758 "@@@STEP_LOG_LINE@durations@@@@", | 745 "@@@STEP_LOG_LINE@durations@@@@", |
| 759 "@@@STEP_LOG_LINE@durations@Details:@@@", | 746 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 760 "@@@STEP_LOG_LINE@durations@@@@", | 747 "@@@STEP_LOG_LINE@durations@@@@", |
| 761 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 748 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 762 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 749 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 763 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 750 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 784 "--", | 771 "--", |
| 785 "collect", | 772 "collect", |
| 786 "--swarming", | 773 "--swarming", |
| 787 "https://chromium-swarm.appspot.com", | 774 "https://chromium-swarm.appspot.com", |
| 788 "--decorate", | 775 "--decorate", |
| 789 "--print-status-updates", | 776 "--print-status-updates", |
| 790 "--shards", | 777 "--shards", |
| 791 "1", | 778 "1", |
| 792 "Test262 - no variants/Mac-10.9/[dummy has/v8_mac64_dbg/571" | 779 "Test262 - no variants/Mac-10.9/[dummy has/v8_mac64_dbg/571" |
| 793 ], | 780 ], |
| 794 "cwd": "[SLAVE_BUILD]", | |
| 795 "name": "Test262 - no variants", | 781 "name": "Test262 - no variants", |
| 796 "~followup_annotations": [ | 782 "~followup_annotations": [ |
| 797 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 783 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 798 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 784 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 799 "@@@STEP_LOG_LINE@durations@@@@", | 785 "@@@STEP_LOG_LINE@durations@@@@", |
| 800 "@@@STEP_LOG_LINE@durations@Details:@@@", | 786 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 801 "@@@STEP_LOG_LINE@durations@@@@", | 787 "@@@STEP_LOG_LINE@durations@@@@", |
| 802 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 788 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 803 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 789 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 804 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 790 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 825 "--", | 811 "--", |
| 826 "collect", | 812 "collect", |
| 827 "--swarming", | 813 "--swarming", |
| 828 "https://chromium-swarm.appspot.com", | 814 "https://chromium-swarm.appspot.com", |
| 829 "--decorate", | 815 "--decorate", |
| 830 "--print-status-updates", | 816 "--print-status-updates", |
| 831 "--shards", | 817 "--shards", |
| 832 "1", | 818 "1", |
| 833 "Mozilla/Mac-10.9/[dummy has/v8_mac64_dbg/571" | 819 "Mozilla/Mac-10.9/[dummy has/v8_mac64_dbg/571" |
| 834 ], | 820 ], |
| 835 "cwd": "[SLAVE_BUILD]", | |
| 836 "name": "Mozilla", | 821 "name": "Mozilla", |
| 837 "~followup_annotations": [ | 822 "~followup_annotations": [ |
| 838 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 823 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 839 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 824 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 840 "@@@STEP_LOG_LINE@durations@@@@", | 825 "@@@STEP_LOG_LINE@durations@@@@", |
| 841 "@@@STEP_LOG_LINE@durations@Details:@@@", | 826 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 842 "@@@STEP_LOG_LINE@durations@@@@", | 827 "@@@STEP_LOG_LINE@durations@@@@", |
| 843 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 828 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 844 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 829 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 845 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 830 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 866 "--", | 851 "--", |
| 867 "collect", | 852 "collect", |
| 868 "--swarming", | 853 "--swarming", |
| 869 "https://chromium-swarm.appspot.com", | 854 "https://chromium-swarm.appspot.com", |
| 870 "--decorate", | 855 "--decorate", |
| 871 "--print-status-updates", | 856 "--print-status-updates", |
| 872 "--shards", | 857 "--shards", |
| 873 "1", | 858 "1", |
| 874 "SimdJs - all/Mac-10.9/[dummy has/v8_mac64_dbg/571" | 859 "SimdJs - all/Mac-10.9/[dummy has/v8_mac64_dbg/571" |
| 875 ], | 860 ], |
| 876 "cwd": "[SLAVE_BUILD]", | |
| 877 "name": "SimdJs - all", | 861 "name": "SimdJs - all", |
| 878 "~followup_annotations": [ | 862 "~followup_annotations": [ |
| 879 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 863 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 880 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 864 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 881 "@@@STEP_LOG_LINE@durations@@@@", | 865 "@@@STEP_LOG_LINE@durations@@@@", |
| 882 "@@@STEP_LOG_LINE@durations@Details:@@@", | 866 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 883 "@@@STEP_LOG_LINE@durations@@@@", | 867 "@@@STEP_LOG_LINE@durations@@@@", |
| 884 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 868 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 885 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 869 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 886 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 870 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 907 "--", | 891 "--", |
| 908 "collect", | 892 "collect", |
| 909 "--swarming", | 893 "--swarming", |
| 910 "https://chromium-swarm.appspot.com", | 894 "https://chromium-swarm.appspot.com", |
| 911 "--decorate", | 895 "--decorate", |
| 912 "--print-status-updates", | 896 "--print-status-updates", |
| 913 "--shards", | 897 "--shards", |
| 914 "1", | 898 "1", |
| 915 "Ignition - turbofan/Mac-10.9/[dummy has/v8_mac64_dbg/571" | 899 "Ignition - turbofan/Mac-10.9/[dummy has/v8_mac64_dbg/571" |
| 916 ], | 900 ], |
| 917 "cwd": "[SLAVE_BUILD]", | |
| 918 "name": "Ignition - turbofan", | 901 "name": "Ignition - turbofan", |
| 919 "~followup_annotations": [ | 902 "~followup_annotations": [ |
| 920 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 903 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 921 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 904 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 922 "@@@STEP_LOG_LINE@durations@@@@", | 905 "@@@STEP_LOG_LINE@durations@@@@", |
| 923 "@@@STEP_LOG_LINE@durations@Details:@@@", | 906 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 924 "@@@STEP_LOG_LINE@durations@@@@", | 907 "@@@STEP_LOG_LINE@durations@@@@", |
| 925 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 908 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 926 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 909 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 927 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 910 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 928 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 911 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 929 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 912 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 930 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 913 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 931 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 914 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 932 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 915 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 933 "@@@STEP_LOG_END@durations@@@" | 916 "@@@STEP_LOG_END@durations@@@" |
| 934 ] | 917 ] |
| 935 }, | 918 }, |
| 936 { | 919 { |
| 937 "name": "$result", | 920 "name": "$result", |
| 938 "recipe_result": null, | 921 "recipe_result": null, |
| 939 "status_code": 0 | 922 "status_code": 0 |
| 940 } | 923 } |
| 941 ] | 924 ] |
| OLD | NEW |