| 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 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Mac", | 10 "V8 Mac", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 15 "--root", | 15 "--root", |
| 16 "v8", | 16 "v8", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", | 18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "v8@20123", | 24 "v8@20123", |
| 25 "--no_shallow", | 25 "--no_shallow", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", | |
| 29 "env": { | 28 "env": { |
| 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 31 }, | 30 }, |
| 32 "name": "bot_update", | 31 "name": "bot_update", |
| 33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 65 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 64 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
| 66 ] | 65 ] |
| 67 }, | 66 }, |
| 68 { | 67 { |
| 69 "cmd": [ | 68 "cmd": [ |
| 70 "python", | 69 "python", |
| 71 "-u", | 70 "-u", |
| 72 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 71 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 73 "--version" | 72 "--version" |
| 74 ], | 73 ], |
| 75 "cwd": "[SLAVE_BUILD]", | |
| 76 "name": "swarming.py --version", | 74 "name": "swarming.py --version", |
| 77 "stdout": "/path/to/tmp/", | 75 "stdout": "/path/to/tmp/", |
| 78 "~followup_annotations": [ | 76 "~followup_annotations": [ |
| 79 "@@@STEP_TEXT@0.4.10@@@" | 77 "@@@STEP_TEXT@0.4.10@@@" |
| 80 ] | 78 ] |
| 81 }, | 79 }, |
| 82 { | 80 { |
| 83 "cmd": [ | 81 "cmd": [ |
| 84 "python", | 82 "python", |
| 85 "-u", | 83 "-u", |
| 86 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 87 "runhooks" | 85 "runhooks" |
| 88 ], | 86 ], |
| 89 "cwd": "[SLAVE_BUILD]", | |
| 90 "env": { | 87 "env": { |
| 91 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 88 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 92 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 test_isola
tion_mode=prepare use_goma=1 v8_target_arch=ia32", | 89 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 test_isola
tion_mode=prepare use_goma=1 v8_target_arch=ia32", |
| 93 "GYP_GENERATORS": "ninja", | 90 "GYP_GENERATORS": "ninja", |
| 94 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 91 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 95 }, | 92 }, |
| 96 "name": "gclient runhooks" | 93 "name": "gclient runhooks" |
| 97 }, | 94 }, |
| 98 { | 95 { |
| 99 "cmd": [ | 96 "cmd": [ |
| 100 "python", | 97 "python", |
| 101 "-u", | 98 "-u", |
| 102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 103 "--show-path", | 100 "--show-path", |
| 104 "python", | 101 "python", |
| 105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 106 ], | 103 ], |
| 107 "cwd": "[SLAVE_BUILD]", | |
| 108 "name": "cleanup_temp" | 104 "name": "cleanup_temp" |
| 109 }, | 105 }, |
| 110 { | 106 { |
| 111 "allow_subannotations": true, | 107 "allow_subannotations": true, |
| 112 "cmd": [ | 108 "cmd": [ |
| 113 "python", | 109 "python", |
| 114 "-u", | 110 "-u", |
| 115 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 116 "--src-dir", | 112 "--src-dir", |
| 117 "[SLAVE_BUILD]/v8", | 113 "[SLAVE_BUILD]/v8", |
| 118 "--output-json", | 114 "--output-json", |
| 119 "/path/to/tmp/json" | 115 "/path/to/tmp/json" |
| 120 ], | 116 ], |
| 121 "cwd": "[SLAVE_BUILD]", | |
| 122 "env": { | 117 "env": { |
| 123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 118 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 124 }, | 119 }, |
| 125 "name": "clang_revision", | 120 "name": "clang_revision", |
| 126 "~followup_annotations": [ | 121 "~followup_annotations": [ |
| 127 "@@@STEP_LOG_LINE@json.output@{@@@", | 122 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 128 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 123 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 129 "@@@STEP_LOG_LINE@json.output@}@@@", | 124 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 130 "@@@STEP_LOG_END@json.output@@@" | 125 "@@@STEP_LOG_END@json.output@@@" |
| 131 ] | 126 ] |
| (...skipping 21 matching lines...) Expand all Loading... |
| 153 "--compiler", | 148 "--compiler", |
| 154 "goma-clang", | 149 "goma-clang", |
| 155 "--goma-jsonstatus", | 150 "--goma-jsonstatus", |
| 156 "/path/to/tmp/json", | 151 "/path/to/tmp/json", |
| 157 "--goma-service-account-json-file", | 152 "--goma-service-account-json-file", |
| 158 "/creds/service_accounts/service-account-goma-client.json", | 153 "/creds/service_accounts/service-account-goma-client.json", |
| 159 "--goma-dir", | 154 "--goma-dir", |
| 160 "[BUILD]/goma", | 155 "[BUILD]/goma", |
| 161 "--" | 156 "--" |
| 162 ], | 157 ], |
| 163 "cwd": "[SLAVE_BUILD]", | |
| 164 "env": { | 158 "env": { |
| 165 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 166 }, | 160 }, |
| 167 "name": "compile", | 161 "name": "compile", |
| 168 "~followup_annotations": [ | 162 "~followup_annotations": [ |
| 169 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 163 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 170 "@@@STEP_LOG_END@json.output (invalid)@@@" | 164 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 171 ] | 165 ] |
| 172 }, | 166 }, |
| 173 { | 167 { |
| 174 "cmd": [ | 168 "cmd": [ |
| 175 "python", | 169 "python", |
| 176 "-u", | 170 "-u", |
| 177 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 171 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 178 "[SLAVE_BUILD]/v8/tools/swarming_client", | 172 "[SLAVE_BUILD]/v8/tools/swarming_client", |
| 179 "batcharchive", | 173 "batcharchive", |
| 180 "--dump-json", | 174 "--dump-json", |
| 181 "/path/to/tmp/json", | 175 "/path/to/tmp/json", |
| 182 "--isolate-server", | 176 "--isolate-server", |
| 183 "https://isolateserver.appspot.com", | 177 "https://isolateserver.appspot.com", |
| 184 "--verbose", | 178 "--verbose", |
| 185 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", | 179 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", |
| 186 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", | 180 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json", |
| 187 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json", | 181 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json", |
| 188 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", | 182 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", |
| 189 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" | 183 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" |
| 190 ], | 184 ], |
| 191 "cwd": "[SLAVE_BUILD]", | |
| 192 "name": "isolate tests", | 185 "name": "isolate tests", |
| 193 "~followup_annotations": [ | 186 "~followup_annotations": [ |
| 194 "@@@STEP_LOG_LINE@json.output@{@@@", | 187 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 195 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 188 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 196 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 189 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
| 197 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 190 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
| 198 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 191 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
| 199 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 192 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
| 200 "@@@STEP_LOG_LINE@json.output@}@@@", | 193 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 201 "@@@STEP_LOG_END@json.output@@@" | 194 "@@@STEP_LOG_END@json.output@@@" |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 "--buildbot", | 265 "--buildbot", |
| 273 "--timeout=200", | 266 "--timeout=200", |
| 274 "--random-seed=1127209095", | 267 "--random-seed=1127209095", |
| 275 "bot_default", | 268 "bot_default", |
| 276 "--exhaustive-variants", | 269 "--exhaustive-variants", |
| 277 "--rerun-failures-count=2", | 270 "--rerun-failures-count=2", |
| 278 "--swarming", | 271 "--swarming", |
| 279 "--json-test-results", | 272 "--json-test-results", |
| 280 "${ISOLATED_OUTDIR}/output.json" | 273 "${ISOLATED_OUTDIR}/output.json" |
| 281 ], | 274 ], |
| 282 "cwd": "[SLAVE_BUILD]", | |
| 283 "name": "[trigger] Check on Mac-10.9", | 275 "name": "[trigger] Check on Mac-10.9", |
| 284 "~followup_annotations": [ | 276 "~followup_annotations": [ |
| 285 "@@@STEP_LOG_LINE@json.output@{@@@", | 277 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 286 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dumm
y has/V8 Mac/571\", @@@", | 278 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dumm
y has/V8 Mac/571\", @@@", |
| 287 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 279 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 288 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/V8 Mac/571\"
: {@@@", | 280 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/V8 Mac/571\"
: {@@@", |
| 289 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 281 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 290 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 282 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 291 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 283 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 292 "@@@STEP_LOG_LINE@json.output@ }@@@", | 284 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 "--timeout=200", | 360 "--timeout=200", |
| 369 "--random-seed=1127209095", | 361 "--random-seed=1127209095", |
| 370 "test262", | 362 "test262", |
| 371 "--download-data", | 363 "--download-data", |
| 372 "--variants=default", | 364 "--variants=default", |
| 373 "--rerun-failures-count=2", | 365 "--rerun-failures-count=2", |
| 374 "--swarming", | 366 "--swarming", |
| 375 "--json-test-results", | 367 "--json-test-results", |
| 376 "${ISOLATED_OUTDIR}/output.json" | 368 "${ISOLATED_OUTDIR}/output.json" |
| 377 ], | 369 ], |
| 378 "cwd": "[SLAVE_BUILD]", | |
| 379 "name": "[trigger] Test262 - no variants on Mac-10.9", | 370 "name": "[trigger] Test262 - no variants on Mac-10.9", |
| 380 "~followup_annotations": [ | 371 "~followup_annotations": [ |
| 381 "@@@STEP_LOG_LINE@json.output@{@@@", | 372 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 382 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Mac-10.9/[dummy has/V8 Mac/571\", @@@", | 373 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Mac-10.9/[dummy has/V8 Mac/571\", @@@", |
| 383 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 374 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 384 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Mac-10.9/[dummy
has/V8 Mac/571\": {@@@", | 375 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Mac-10.9/[dummy
has/V8 Mac/571\": {@@@", |
| 385 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 376 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 386 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 377 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 387 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 378 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 388 "@@@STEP_LOG_LINE@json.output@ }@@@", | 379 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 463 "--buildbot", | 454 "--buildbot", |
| 464 "--timeout=200", | 455 "--timeout=200", |
| 465 "--random-seed=1127209095", | 456 "--random-seed=1127209095", |
| 466 "mozilla", | 457 "mozilla", |
| 467 "--exhaustive-variants", | 458 "--exhaustive-variants", |
| 468 "--rerun-failures-count=2", | 459 "--rerun-failures-count=2", |
| 469 "--swarming", | 460 "--swarming", |
| 470 "--json-test-results", | 461 "--json-test-results", |
| 471 "${ISOLATED_OUTDIR}/output.json" | 462 "${ISOLATED_OUTDIR}/output.json" |
| 472 ], | 463 ], |
| 473 "cwd": "[SLAVE_BUILD]", | |
| 474 "name": "[trigger] Mozilla on Mac-10.9", | 464 "name": "[trigger] Mozilla on Mac-10.9", |
| 475 "~followup_annotations": [ | 465 "~followup_annotations": [ |
| 476 "@@@STEP_LOG_LINE@json.output@{@@@", | 466 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 477 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Mac-10.9/[du
mmy has/V8 Mac/571\", @@@", | 467 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Mac-10.9/[du
mmy has/V8 Mac/571\", @@@", |
| 478 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 468 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 479 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Mac-10.9/[dummy has/V8 Mac/571
\": {@@@", | 469 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Mac-10.9/[dummy has/V8 Mac/571
\": {@@@", |
| 480 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 470 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 481 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 471 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 482 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 472 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 483 "@@@STEP_LOG_LINE@json.output@ }@@@", | 473 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 559 "--timeout=200", | 549 "--timeout=200", |
| 560 "--random-seed=1127209095", | 550 "--random-seed=1127209095", |
| 561 "simdjs", | 551 "simdjs", |
| 562 "--download-data", | 552 "--download-data", |
| 563 "--exhaustive-variants", | 553 "--exhaustive-variants", |
| 564 "--rerun-failures-count=2", | 554 "--rerun-failures-count=2", |
| 565 "--swarming", | 555 "--swarming", |
| 566 "--json-test-results", | 556 "--json-test-results", |
| 567 "${ISOLATED_OUTDIR}/output.json" | 557 "${ISOLATED_OUTDIR}/output.json" |
| 568 ], | 558 ], |
| 569 "cwd": "[SLAVE_BUILD]", | |
| 570 "name": "[trigger] SimdJs - all on Mac-10.9", | 559 "name": "[trigger] SimdJs - all on Mac-10.9", |
| 571 "~followup_annotations": [ | 560 "~followup_annotations": [ |
| 572 "@@@STEP_LOG_LINE@json.output@{@@@", | 561 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 573 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Mac-10.
9/[dummy has/V8 Mac/571\", @@@", | 562 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Mac-10.
9/[dummy has/V8 Mac/571\", @@@", |
| 574 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 563 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 575 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Mac-10.9/[dummy has/V8 Ma
c/571\": {@@@", | 564 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Mac-10.9/[dummy has/V8 Ma
c/571\": {@@@", |
| 576 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 565 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 577 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 566 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 578 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 567 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 579 "@@@STEP_LOG_LINE@json.output@ }@@@", | 568 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 655 "--timeout=200", | 644 "--timeout=200", |
| 656 "--random-seed=1127209095", | 645 "--random-seed=1127209095", |
| 657 "ignition", | 646 "ignition", |
| 658 "--ignition-turbofan", | 647 "--ignition-turbofan", |
| 659 "--variants=ignition_turbofan", | 648 "--variants=ignition_turbofan", |
| 660 "--rerun-failures-count=2", | 649 "--rerun-failures-count=2", |
| 661 "--swarming", | 650 "--swarming", |
| 662 "--json-test-results", | 651 "--json-test-results", |
| 663 "${ISOLATED_OUTDIR}/output.json" | 652 "${ISOLATED_OUTDIR}/output.json" |
| 664 ], | 653 ], |
| 665 "cwd": "[SLAVE_BUILD]", | |
| 666 "name": "[trigger] Ignition - turbofan on Mac-10.9", | 654 "name": "[trigger] Ignition - turbofan on Mac-10.9", |
| 667 "~followup_annotations": [ | 655 "~followup_annotations": [ |
| 668 "@@@STEP_LOG_LINE@json.output@{@@@", | 656 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 669 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Mac-10.9/[dummy has/V8 Mac/571\", @@@", | 657 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Mac-10.9/[dummy has/V8 Mac/571\", @@@", |
| 670 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 658 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 671 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Mac-10.9/[dummy ha
s/V8 Mac/571\": {@@@", | 659 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Mac-10.9/[dummy ha
s/V8 Mac/571\": {@@@", |
| 672 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 660 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 673 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 661 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 674 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 662 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 675 "@@@STEP_LOG_LINE@json.output@ }@@@", | 663 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 694 "--", | 682 "--", |
| 695 "collect", | 683 "collect", |
| 696 "--swarming", | 684 "--swarming", |
| 697 "https://chromium-swarm.appspot.com", | 685 "https://chromium-swarm.appspot.com", |
| 698 "--decorate", | 686 "--decorate", |
| 699 "--print-status-updates", | 687 "--print-status-updates", |
| 700 "--shards", | 688 "--shards", |
| 701 "1", | 689 "1", |
| 702 "Check/Mac-10.9/[dummy has/V8 Mac/571" | 690 "Check/Mac-10.9/[dummy has/V8 Mac/571" |
| 703 ], | 691 ], |
| 704 "cwd": "[SLAVE_BUILD]", | |
| 705 "name": "Check", | 692 "name": "Check", |
| 706 "~followup_annotations": [ | 693 "~followup_annotations": [ |
| 707 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 694 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 708 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 695 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 709 "@@@STEP_LOG_LINE@durations@@@@", | 696 "@@@STEP_LOG_LINE@durations@@@@", |
| 710 "@@@STEP_LOG_LINE@durations@Details:@@@", | 697 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 711 "@@@STEP_LOG_LINE@durations@@@@", | 698 "@@@STEP_LOG_LINE@durations@@@@", |
| 712 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 699 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 713 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 700 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 714 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 701 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 735 "--", | 722 "--", |
| 736 "collect", | 723 "collect", |
| 737 "--swarming", | 724 "--swarming", |
| 738 "https://chromium-swarm.appspot.com", | 725 "https://chromium-swarm.appspot.com", |
| 739 "--decorate", | 726 "--decorate", |
| 740 "--print-status-updates", | 727 "--print-status-updates", |
| 741 "--shards", | 728 "--shards", |
| 742 "1", | 729 "1", |
| 743 "Test262 - no variants/Mac-10.9/[dummy has/V8 Mac/571" | 730 "Test262 - no variants/Mac-10.9/[dummy has/V8 Mac/571" |
| 744 ], | 731 ], |
| 745 "cwd": "[SLAVE_BUILD]", | |
| 746 "name": "Test262 - no variants", | 732 "name": "Test262 - no variants", |
| 747 "~followup_annotations": [ | 733 "~followup_annotations": [ |
| 748 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 734 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 749 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 735 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 750 "@@@STEP_LOG_LINE@durations@@@@", | 736 "@@@STEP_LOG_LINE@durations@@@@", |
| 751 "@@@STEP_LOG_LINE@durations@Details:@@@", | 737 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 752 "@@@STEP_LOG_LINE@durations@@@@", | 738 "@@@STEP_LOG_LINE@durations@@@@", |
| 753 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 739 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 754 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 740 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 755 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 741 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 776 "--", | 762 "--", |
| 777 "collect", | 763 "collect", |
| 778 "--swarming", | 764 "--swarming", |
| 779 "https://chromium-swarm.appspot.com", | 765 "https://chromium-swarm.appspot.com", |
| 780 "--decorate", | 766 "--decorate", |
| 781 "--print-status-updates", | 767 "--print-status-updates", |
| 782 "--shards", | 768 "--shards", |
| 783 "1", | 769 "1", |
| 784 "Mozilla/Mac-10.9/[dummy has/V8 Mac/571" | 770 "Mozilla/Mac-10.9/[dummy has/V8 Mac/571" |
| 785 ], | 771 ], |
| 786 "cwd": "[SLAVE_BUILD]", | |
| 787 "name": "Mozilla", | 772 "name": "Mozilla", |
| 788 "~followup_annotations": [ | 773 "~followup_annotations": [ |
| 789 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 774 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 790 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 775 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 791 "@@@STEP_LOG_LINE@durations@@@@", | 776 "@@@STEP_LOG_LINE@durations@@@@", |
| 792 "@@@STEP_LOG_LINE@durations@Details:@@@", | 777 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 793 "@@@STEP_LOG_LINE@durations@@@@", | 778 "@@@STEP_LOG_LINE@durations@@@@", |
| 794 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 779 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 795 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 780 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 796 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 781 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 817 "--", | 802 "--", |
| 818 "collect", | 803 "collect", |
| 819 "--swarming", | 804 "--swarming", |
| 820 "https://chromium-swarm.appspot.com", | 805 "https://chromium-swarm.appspot.com", |
| 821 "--decorate", | 806 "--decorate", |
| 822 "--print-status-updates", | 807 "--print-status-updates", |
| 823 "--shards", | 808 "--shards", |
| 824 "1", | 809 "1", |
| 825 "SimdJs - all/Mac-10.9/[dummy has/V8 Mac/571" | 810 "SimdJs - all/Mac-10.9/[dummy has/V8 Mac/571" |
| 826 ], | 811 ], |
| 827 "cwd": "[SLAVE_BUILD]", | |
| 828 "name": "SimdJs - all", | 812 "name": "SimdJs - all", |
| 829 "~followup_annotations": [ | 813 "~followup_annotations": [ |
| 830 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 814 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 831 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 815 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 832 "@@@STEP_LOG_LINE@durations@@@@", | 816 "@@@STEP_LOG_LINE@durations@@@@", |
| 833 "@@@STEP_LOG_LINE@durations@Details:@@@", | 817 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 834 "@@@STEP_LOG_LINE@durations@@@@", | 818 "@@@STEP_LOG_LINE@durations@@@@", |
| 835 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 819 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 836 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 820 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 837 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 821 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 858 "--", | 842 "--", |
| 859 "collect", | 843 "collect", |
| 860 "--swarming", | 844 "--swarming", |
| 861 "https://chromium-swarm.appspot.com", | 845 "https://chromium-swarm.appspot.com", |
| 862 "--decorate", | 846 "--decorate", |
| 863 "--print-status-updates", | 847 "--print-status-updates", |
| 864 "--shards", | 848 "--shards", |
| 865 "1", | 849 "1", |
| 866 "Ignition - turbofan/Mac-10.9/[dummy has/V8 Mac/571" | 850 "Ignition - turbofan/Mac-10.9/[dummy has/V8 Mac/571" |
| 867 ], | 851 ], |
| 868 "cwd": "[SLAVE_BUILD]", | |
| 869 "name": "Ignition - turbofan", | 852 "name": "Ignition - turbofan", |
| 870 "~followup_annotations": [ | 853 "~followup_annotations": [ |
| 871 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 854 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 872 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 855 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 873 "@@@STEP_LOG_LINE@durations@@@@", | 856 "@@@STEP_LOG_LINE@durations@@@@", |
| 874 "@@@STEP_LOG_LINE@durations@Details:@@@", | 857 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 875 "@@@STEP_LOG_LINE@durations@@@@", | 858 "@@@STEP_LOG_LINE@durations@@@@", |
| 876 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 859 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 877 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 860 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 878 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 861 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 879 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 862 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 880 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 863 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 881 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 864 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 882 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 865 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 883 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 866 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 884 "@@@STEP_LOG_END@durations@@@" | 867 "@@@STEP_LOG_END@durations@@@" |
| 885 ] | 868 ] |
| 886 }, | 869 }, |
| 887 { | 870 { |
| 888 "name": "$result", | 871 "name": "$result", |
| 889 "recipe_result": null, | 872 "recipe_result": null, |
| 890 "status_code": 0 | 873 "status_code": 0 |
| 891 } | 874 } |
| 892 ] | 875 ] |
| OLD | NEW |