| 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]", |
| 8 "name": "taskkill" | 9 "name": "taskkill" |
| 9 }, | 10 }, |
| 10 { | 11 { |
| 11 "cmd": [ | 12 "cmd": [ |
| 12 "python", | 13 "python", |
| 13 "-u", | 14 "-u", |
| 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 15 "--master", | 16 "--master", |
| 16 "tryserver.v8", | 17 "tryserver.v8", |
| 17 "--builder", | 18 "--builder", |
| 18 "v8_win64_dbg", | 19 "v8_win64_dbg", |
| 19 "--slave", | 20 "--slave", |
| 20 "TestSlavename", | 21 "TestSlavename", |
| 21 "--spec", | 22 "--spec", |
| 22 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trun
k'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromiu
m.googlesource.com/v8/v8'}]", | 23 "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'}]", |
| 23 "--root", | 24 "--root", |
| 24 "v8", | 25 "v8", |
| 25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 26 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", | 27 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", |
| 27 "--git-cache-dir", | 28 "--git-cache-dir", |
| 28 "[ROOT]\\b\\build\\slave\\cache_dir", | 29 "[GIT_CACHE]", |
| 29 "--issue", | 30 "--issue", |
| 30 "12853011", | 31 "12853011", |
| 31 "--patchset", | 32 "--patchset", |
| 32 "1", | 33 "1", |
| 33 "--rietveld_server", | 34 "--rietveld_server", |
| 34 "https://codereview.chromium.org", | 35 "https://codereview.chromium.org", |
| 35 "--output_json", | 36 "--output_json", |
| 36 "/path/to/tmp/json", | 37 "/path/to/tmp/json", |
| 37 "--revision", | 38 "--revision", |
| 38 "v8@12345", | 39 "v8@12345", |
| 39 "--no_shallow", | 40 "--no_shallow", |
| 40 "--output_manifest" | 41 "--output_manifest" |
| 41 ], | 42 ], |
| 43 "cwd": "[SLAVE_BUILD]", |
| 42 "env": { | 44 "env": { |
| 43 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 45 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 44 }, | 46 }, |
| 45 "name": "bot_update", | 47 "name": "bot_update", |
| 46 "~followup_annotations": [ | 48 "~followup_annotations": [ |
| 47 "@@@STEP_TEXT@Some step text@@@", | 49 "@@@STEP_TEXT@Some step text@@@", |
| 48 "@@@STEP_LOG_LINE@json.output@{@@@", | 50 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 50 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 51 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", | 53 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 75 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 77 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
| 76 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
| 77 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 79 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
| 78 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 80 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
| 79 ] | 81 ] |
| 80 }, | 82 }, |
| 81 { | 83 { |
| 82 "cmd": [ | 84 "cmd": [ |
| 83 "python", | 85 "python", |
| 84 "-u", | 86 "-u", |
| 85 "[CWD]\\v8\\tools\\swarming_client\\swarming.py", | 87 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
| 86 "--version" | 88 "--version" |
| 87 ], | 89 ], |
| 90 "cwd": "[SLAVE_BUILD]", |
| 88 "name": "swarming.py --version", | 91 "name": "swarming.py --version", |
| 89 "stdout": "/path/to/tmp/", | 92 "stdout": "/path/to/tmp/", |
| 90 "~followup_annotations": [ | 93 "~followup_annotations": [ |
| 91 "@@@STEP_TEXT@0.4.10@@@" | 94 "@@@STEP_TEXT@0.4.10@@@" |
| 92 ] | 95 ] |
| 93 }, | 96 }, |
| 94 { | 97 { |
| 95 "cmd": [ | 98 "cmd": [ |
| 96 "python", | 99 "python", |
| 97 "-u", | 100 "-u", |
| 98 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 101 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 99 "runhooks" | 102 "runhooks" |
| 100 ], | 103 ], |
| 104 "cwd": "[SLAVE_BUILD]", |
| 101 "env": { | 105 "env": { |
| 102 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 106 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 103 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir=
'[ROOT]\\b\\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", | 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", |
| 104 "GYP_GENERATORS": "ninja", | 108 "GYP_GENERATORS": "ninja", |
| 105 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 109 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 106 }, | 110 }, |
| 107 "name": "gclient runhooks" | 111 "name": "gclient runhooks" |
| 108 }, | 112 }, |
| 109 { | 113 { |
| 110 "cmd": [ | 114 "cmd": [ |
| 111 "python", | 115 "python", |
| 112 "-u", | 116 "-u", |
| 113 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 117 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 114 "--show-path", | 118 "--show-path", |
| 115 "python", | 119 "python", |
| 116 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 120 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 117 ], | 121 ], |
| 122 "cwd": "[SLAVE_BUILD]", |
| 118 "name": "cleanup_temp" | 123 "name": "cleanup_temp" |
| 119 }, | 124 }, |
| 120 { | 125 { |
| 121 "cmd": [ | 126 "cmd": [ |
| 122 "python", | 127 "python", |
| 123 "-u", | 128 "-u", |
| 124 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 129 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 125 "--show-path", | 130 "--show-path", |
| 126 "python", | 131 "python", |
| 127 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 132 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 128 "--gsutil-py-path", | 133 "--gsutil-py-path", |
| 129 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 134 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 130 "--ninja-path", | 135 "--ninja-path", |
| 131 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 136 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 132 "--target", | 137 "--target", |
| 133 "Debug_x64", | 138 "Debug_x64", |
| 134 "--src-dir", | 139 "--src-dir", |
| 135 "[CWD]\\v8", | 140 "[SLAVE_BUILD]\\v8", |
| 136 "--goma-cache-dir", | 141 "--goma-cache-dir", |
| 137 "[ROOT]\\b\\build\\slave\\goma_cache", | 142 "[GOMA_CACHE]", |
| 138 "--build-tool", | 143 "--build-tool", |
| 139 "ninja", | 144 "ninja", |
| 140 "--compiler", | 145 "--compiler", |
| 141 "goma", | 146 "goma", |
| 142 "--goma-jsonstatus", | 147 "--goma-jsonstatus", |
| 143 "/path/to/tmp/json", | 148 "/path/to/tmp/json", |
| 144 "--goma-service-account-json-file", | 149 "--goma-service-account-json-file", |
| 145 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 150 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 146 "--goma-dir", | 151 "--goma-dir", |
| 147 "[ROOT]\\b\\build\\goma", | 152 "[BUILD]\\goma", |
| 148 "--goma-fail-fast", | 153 "--goma-fail-fast", |
| 149 "--goma-disable-local-fallback", | 154 "--goma-disable-local-fallback", |
| 150 "--arch", | 155 "--arch", |
| 151 "x64", | 156 "x64", |
| 152 "--" | 157 "--" |
| 153 ], | 158 ], |
| 159 "cwd": "[SLAVE_BUILD]", |
| 154 "env": { | 160 "env": { |
| 155 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 161 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 156 }, | 162 }, |
| 157 "name": "compile", | 163 "name": "compile", |
| 158 "~followup_annotations": [ | 164 "~followup_annotations": [ |
| 159 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 165 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 160 "@@@STEP_LOG_END@json.output (invalid)@@@" | 166 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 161 ] | 167 ] |
| 162 }, | 168 }, |
| 163 { | 169 { |
| 164 "cmd": [ | 170 "cmd": [ |
| 165 "python", | 171 "python", |
| 166 "-u", | 172 "-u", |
| 167 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 173 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 168 "[CWD]\\v8\\tools\\swarming_client", | 174 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
| 169 "batcharchive", | 175 "batcharchive", |
| 170 "--dump-json", | 176 "--dump-json", |
| 171 "/path/to/tmp/json", | 177 "/path/to/tmp/json", |
| 172 "--isolate-server", | 178 "--isolate-server", |
| 173 "https://isolateserver.appspot.com", | 179 "https://isolateserver.appspot.com", |
| 174 "--verbose", | 180 "--verbose", |
| 175 "[CWD]\\v8\\out\\Debug_x64\\bot_default.isolated.gen.json", | 181 "[SLAVE_BUILD]\\v8\\out\\Debug_x64\\bot_default.isolated.gen.json", |
| 176 "[CWD]\\v8\\out\\Debug_x64\\ignition.isolated.gen.json", | 182 "[SLAVE_BUILD]\\v8\\out\\Debug_x64\\ignition.isolated.gen.json", |
| 177 "[CWD]\\v8\\out\\Debug_x64\\mozilla.isolated.gen.json", | 183 "[SLAVE_BUILD]\\v8\\out\\Debug_x64\\mozilla.isolated.gen.json", |
| 178 "[CWD]\\v8\\out\\Debug_x64\\simdjs.isolated.gen.json" | 184 "[SLAVE_BUILD]\\v8\\out\\Debug_x64\\simdjs.isolated.gen.json" |
| 179 ], | 185 ], |
| 186 "cwd": "[SLAVE_BUILD]", |
| 180 "name": "isolate tests", | 187 "name": "isolate tests", |
| 181 "~followup_annotations": [ | 188 "~followup_annotations": [ |
| 182 "@@@STEP_LOG_LINE@json.output@{@@@", | 189 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 183 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 190 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 184 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 191 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
| 185 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 192 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
| 186 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\"@@@
", | 193 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\"@@@
", |
| 187 "@@@STEP_LOG_LINE@json.output@}@@@", | 194 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 188 "@@@STEP_LOG_END@json.output@@@" | 195 "@@@STEP_LOG_END@json.output@@@" |
| 189 ] | 196 ] |
| 190 }, | 197 }, |
| 191 { | 198 { |
| 192 "cmd": [ | 199 "cmd": [ |
| 193 "python", | 200 "python", |
| 194 "-u", | 201 "-u", |
| 195 "[CWD]\\v8\\tools\\swarming_client\\swarming.py", | 202 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
| 196 "trigger", | 203 "trigger", |
| 197 "--swarming", | 204 "--swarming", |
| 198 "https://chromium-swarm.appspot.com", | 205 "https://chromium-swarm.appspot.com", |
| 199 "--isolate-server", | 206 "--isolate-server", |
| 200 "https://isolateserver.appspot.com", | 207 "https://isolateserver.appspot.com", |
| 201 "--priority", | 208 "--priority", |
| 202 "30", | 209 "30", |
| 203 "--shards", | 210 "--shards", |
| 204 "2", | 211 "2", |
| 205 "--task-name", | 212 "--task-name", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 "--timeout=200", | 273 "--timeout=200", |
| 267 "--random-seed=1682133423", | 274 "--random-seed=1682133423", |
| 268 "bot_default", | 275 "bot_default", |
| 269 "--exhaustive-variants", | 276 "--exhaustive-variants", |
| 270 "--dcheck-always-on", | 277 "--dcheck-always-on", |
| 271 "--rerun-failures-count=2", | 278 "--rerun-failures-count=2", |
| 272 "--swarming", | 279 "--swarming", |
| 273 "--json-test-results", | 280 "--json-test-results", |
| 274 "${ISOLATED_OUTDIR}/output.json" | 281 "${ISOLATED_OUTDIR}/output.json" |
| 275 ], | 282 ], |
| 283 "cwd": "[SLAVE_BUILD]", |
| 276 "name": "[trigger] Check on Windows-7-SP1", | 284 "name": "[trigger] Check on Windows-7-SP1", |
| 277 "~followup_annotations": [ | 285 "~followup_annotations": [ |
| 278 "@@@STEP_LOG_LINE@json.output@{@@@", | 286 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 279 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Windows-7-SP1/
[dummy has/v8_win64_dbg/571\", @@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Windows-7-SP1/
[dummy has/v8_win64_dbg/571\", @@@", |
| 280 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 288 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 281 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/v8_win6
4_dbg/571:2:0\": {@@@", | 289 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/v8_win6
4_dbg/571:2:0\": {@@@", |
| 282 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 290 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 283 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 291 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 284 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 292 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 285 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 293 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 286 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/v8_win6
4_dbg/571:2:1\": {@@@", | 294 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/v8_win6
4_dbg/571:2:1\": {@@@", |
| 287 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 295 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
| 288 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 296 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
| 289 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 297 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
| 290 "@@@STEP_LOG_LINE@json.output@ }@@@", | 298 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 291 "@@@STEP_LOG_LINE@json.output@ }@@@", | 299 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 292 "@@@STEP_LOG_LINE@json.output@}@@@", | 300 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 293 "@@@STEP_LOG_END@json.output@@@", | 301 "@@@STEP_LOG_END@json.output@@@", |
| 294 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 302 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 295 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | 303 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" |
| 296 ] | 304 ] |
| 297 }, | 305 }, |
| 298 { | 306 { |
| 299 "cmd": [ | 307 "cmd": [ |
| 300 "python", | 308 "python", |
| 301 "-u", | 309 "-u", |
| 302 "[CWD]\\v8\\tools\\swarming_client\\swarming.py", | 310 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
| 303 "trigger", | 311 "trigger", |
| 304 "--swarming", | 312 "--swarming", |
| 305 "https://chromium-swarm.appspot.com", | 313 "https://chromium-swarm.appspot.com", |
| 306 "--isolate-server", | 314 "--isolate-server", |
| 307 "https://isolateserver.appspot.com", | 315 "https://isolateserver.appspot.com", |
| 308 "--priority", | 316 "--priority", |
| 309 "30", | 317 "30", |
| 310 "--shards", | 318 "--shards", |
| 311 "1", | 319 "1", |
| 312 "--task-name", | 320 "--task-name", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 "--random-seed=1682133423", | 382 "--random-seed=1682133423", |
| 375 "simdjs", | 383 "simdjs", |
| 376 "--download-data", | 384 "--download-data", |
| 377 "--exhaustive-variants", | 385 "--exhaustive-variants", |
| 378 "--dcheck-always-on", | 386 "--dcheck-always-on", |
| 379 "--rerun-failures-count=2", | 387 "--rerun-failures-count=2", |
| 380 "--swarming", | 388 "--swarming", |
| 381 "--json-test-results", | 389 "--json-test-results", |
| 382 "${ISOLATED_OUTDIR}/output.json" | 390 "${ISOLATED_OUTDIR}/output.json" |
| 383 ], | 391 ], |
| 392 "cwd": "[SLAVE_BUILD]", |
| 384 "name": "[trigger] SimdJs - all on Windows-7-SP1", | 393 "name": "[trigger] SimdJs - all on Windows-7-SP1", |
| 385 "~followup_annotations": [ | 394 "~followup_annotations": [ |
| 386 "@@@STEP_LOG_LINE@json.output@{@@@", | 395 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 387 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Windows
-7-SP1/[dummy has/v8_win64_dbg/571\", @@@", | 396 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Windows
-7-SP1/[dummy has/v8_win64_dbg/571\", @@@", |
| 388 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 397 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 389 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Windows-7-SP1/[dummy has/
v8_win64_dbg/571\": {@@@", | 398 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Windows-7-SP1/[dummy has/
v8_win64_dbg/571\": {@@@", |
| 390 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 399 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 391 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 400 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 392 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 401 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 393 "@@@STEP_LOG_LINE@json.output@ }@@@", | 402 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 394 "@@@STEP_LOG_LINE@json.output@ }@@@", | 403 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 395 "@@@STEP_LOG_LINE@json.output@}@@@", | 404 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 396 "@@@STEP_LOG_END@json.output@@@", | 405 "@@@STEP_LOG_END@json.output@@@", |
| 397 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 406 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 398 ] | 407 ] |
| 399 }, | 408 }, |
| 400 { | 409 { |
| 401 "cmd": [ | 410 "cmd": [ |
| 402 "python", | 411 "python", |
| 403 "-u", | 412 "-u", |
| 404 "[CWD]\\v8\\tools\\swarming_client\\swarming.py", | 413 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
| 405 "trigger", | 414 "trigger", |
| 406 "--swarming", | 415 "--swarming", |
| 407 "https://chromium-swarm.appspot.com", | 416 "https://chromium-swarm.appspot.com", |
| 408 "--isolate-server", | 417 "--isolate-server", |
| 409 "https://isolateserver.appspot.com", | 418 "https://isolateserver.appspot.com", |
| 410 "--priority", | 419 "--priority", |
| 411 "30", | 420 "30", |
| 412 "--shards", | 421 "--shards", |
| 413 "1", | 422 "1", |
| 414 "--task-name", | 423 "--task-name", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 "--random-seed=1682133423", | 485 "--random-seed=1682133423", |
| 477 "ignition", | 486 "ignition", |
| 478 "--ignition-turbofan", | 487 "--ignition-turbofan", |
| 479 "--variants=ignition_turbofan", | 488 "--variants=ignition_turbofan", |
| 480 "--dcheck-always-on", | 489 "--dcheck-always-on", |
| 481 "--rerun-failures-count=2", | 490 "--rerun-failures-count=2", |
| 482 "--swarming", | 491 "--swarming", |
| 483 "--json-test-results", | 492 "--json-test-results", |
| 484 "${ISOLATED_OUTDIR}/output.json" | 493 "${ISOLATED_OUTDIR}/output.json" |
| 485 ], | 494 ], |
| 495 "cwd": "[SLAVE_BUILD]", |
| 486 "name": "[trigger] Ignition - turbofan on Windows-7-SP1", | 496 "name": "[trigger] Ignition - turbofan on Windows-7-SP1", |
| 487 "~followup_annotations": [ | 497 "~followup_annotations": [ |
| 488 "@@@STEP_LOG_LINE@json.output@{@@@", | 498 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 489 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Windows-7-SP1/[dummy has/v8_win64_dbg/571\", @@@", | 499 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Windows-7-SP1/[dummy has/v8_win64_dbg/571\", @@@", |
| 490 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 500 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 491 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Windows-7-SP1/[dum
my has/v8_win64_dbg/571\": {@@@", | 501 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Windows-7-SP1/[dum
my has/v8_win64_dbg/571\": {@@@", |
| 492 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 502 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 493 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 503 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 494 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 504 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 495 "@@@STEP_LOG_LINE@json.output@ }@@@", | 505 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 496 "@@@STEP_LOG_LINE@json.output@ }@@@", | 506 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 497 "@@@STEP_LOG_LINE@json.output@}@@@", | 507 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 498 "@@@STEP_LOG_END@json.output@@@", | 508 "@@@STEP_LOG_END@json.output@@@", |
| 499 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 509 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 500 ] | 510 ] |
| 501 }, | 511 }, |
| 502 { | 512 { |
| 503 "cmd": [ | 513 "cmd": [ |
| 504 "python", | 514 "python", |
| 505 "-u", | 515 "-u", |
| 506 "[CWD]\\v8\\tools\\swarming_client\\swarming.py", | 516 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
| 507 "trigger", | 517 "trigger", |
| 508 "--swarming", | 518 "--swarming", |
| 509 "https://chromium-swarm.appspot.com", | 519 "https://chromium-swarm.appspot.com", |
| 510 "--isolate-server", | 520 "--isolate-server", |
| 511 "https://isolateserver.appspot.com", | 521 "https://isolateserver.appspot.com", |
| 512 "--priority", | 522 "--priority", |
| 513 "30", | 523 "30", |
| 514 "--shards", | 524 "--shards", |
| 515 "1", | 525 "1", |
| 516 "--task-name", | 526 "--task-name", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 577 "--timeout=200", | 587 "--timeout=200", |
| 578 "--random-seed=1682133423", | 588 "--random-seed=1682133423", |
| 579 "mozilla", | 589 "mozilla", |
| 580 "--exhaustive-variants", | 590 "--exhaustive-variants", |
| 581 "--dcheck-always-on", | 591 "--dcheck-always-on", |
| 582 "--rerun-failures-count=2", | 592 "--rerun-failures-count=2", |
| 583 "--swarming", | 593 "--swarming", |
| 584 "--json-test-results", | 594 "--json-test-results", |
| 585 "${ISOLATED_OUTDIR}/output.json" | 595 "${ISOLATED_OUTDIR}/output.json" |
| 586 ], | 596 ], |
| 597 "cwd": "[SLAVE_BUILD]", |
| 587 "name": "[trigger] Mozilla on Windows-7-SP1", | 598 "name": "[trigger] Mozilla on Windows-7-SP1", |
| 588 "~followup_annotations": [ | 599 "~followup_annotations": [ |
| 589 "@@@STEP_LOG_LINE@json.output@{@@@", | 600 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 590 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Windows-7-SP
1/[dummy has/v8_win64_dbg/571\", @@@", | 601 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Windows-7-SP
1/[dummy has/v8_win64_dbg/571\", @@@", |
| 591 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 602 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 592 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Windows-7-SP1/[dummy has/v8_wi
n64_dbg/571\": {@@@", | 603 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Windows-7-SP1/[dummy has/v8_wi
n64_dbg/571\": {@@@", |
| 593 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 604 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 594 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 605 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 595 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 606 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 596 "@@@STEP_LOG_LINE@json.output@ }@@@", | 607 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 597 "@@@STEP_LOG_LINE@json.output@ }@@@", | 608 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 598 "@@@STEP_LOG_LINE@json.output@}@@@", | 609 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 599 "@@@STEP_LOG_END@json.output@@@", | 610 "@@@STEP_LOG_END@json.output@@@", |
| 600 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 611 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 601 ] | 612 ] |
| 602 }, | 613 }, |
| 603 { | 614 { |
| 604 "allow_subannotations": true, | 615 "allow_subannotations": true, |
| 605 "cmd": [ | 616 "cmd": [ |
| 606 "python", | 617 "python", |
| 607 "-u", | 618 "-u", |
| 608 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", | 619 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", |
| 609 "--swarming-client-dir", | 620 "--swarming-client-dir", |
| 610 "[CWD]\\v8\\tools\\swarming_client", | 621 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
| 611 "--temp-root-dir", | 622 "--temp-root-dir", |
| 612 "[TMP]", | 623 "[TMP_BASE]", |
| 613 "--merged-test-output", | 624 "--merged-test-output", |
| 614 "/path/to/tmp/json", | 625 "/path/to/tmp/json", |
| 615 "--", | 626 "--", |
| 616 "collect", | 627 "collect", |
| 617 "--swarming", | 628 "--swarming", |
| 618 "https://chromium-swarm.appspot.com", | 629 "https://chromium-swarm.appspot.com", |
| 619 "--decorate", | 630 "--decorate", |
| 620 "--print-status-updates", | 631 "--print-status-updates", |
| 621 "--shards", | 632 "--shards", |
| 622 "2", | 633 "2", |
| 623 "Check/Windows-7-SP1/[dummy has/v8_win64_dbg/571" | 634 "Check/Windows-7-SP1/[dummy has/v8_win64_dbg/571" |
| 624 ], | 635 ], |
| 636 "cwd": "[SLAVE_BUILD]", |
| 625 "name": "Check", | 637 "name": "Check", |
| 626 "~followup_annotations": [ | 638 "~followup_annotations": [ |
| 627 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 639 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 628 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 640 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 629 "@@@STEP_LOG_LINE@durations@@@@", | 641 "@@@STEP_LOG_LINE@durations@@@@", |
| 630 "@@@STEP_LOG_LINE@durations@Details:@@@", | 642 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 631 "@@@STEP_LOG_LINE@durations@@@@", | 643 "@@@STEP_LOG_LINE@durations@@@@", |
| 632 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 644 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 633 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 645 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 634 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 646 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 635 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 647 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 636 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 648 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 637 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 649 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 638 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 650 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 639 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 651 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 640 "@@@STEP_LOG_END@durations@@@" | 652 "@@@STEP_LOG_END@durations@@@" |
| 641 ] | 653 ] |
| 642 }, | 654 }, |
| 643 { | 655 { |
| 644 "allow_subannotations": true, | 656 "allow_subannotations": true, |
| 645 "cmd": [ | 657 "cmd": [ |
| 646 "python", | 658 "python", |
| 647 "-u", | 659 "-u", |
| 648 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", | 660 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", |
| 649 "--swarming-client-dir", | 661 "--swarming-client-dir", |
| 650 "[CWD]\\v8\\tools\\swarming_client", | 662 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
| 651 "--temp-root-dir", | 663 "--temp-root-dir", |
| 652 "[TMP]", | 664 "[TMP_BASE]", |
| 653 "--merged-test-output", | 665 "--merged-test-output", |
| 654 "/path/to/tmp/json", | 666 "/path/to/tmp/json", |
| 655 "--", | 667 "--", |
| 656 "collect", | 668 "collect", |
| 657 "--swarming", | 669 "--swarming", |
| 658 "https://chromium-swarm.appspot.com", | 670 "https://chromium-swarm.appspot.com", |
| 659 "--decorate", | 671 "--decorate", |
| 660 "--print-status-updates", | 672 "--print-status-updates", |
| 661 "--shards", | 673 "--shards", |
| 662 "1", | 674 "1", |
| 663 "SimdJs - all/Windows-7-SP1/[dummy has/v8_win64_dbg/571" | 675 "SimdJs - all/Windows-7-SP1/[dummy has/v8_win64_dbg/571" |
| 664 ], | 676 ], |
| 677 "cwd": "[SLAVE_BUILD]", |
| 665 "name": "SimdJs - all", | 678 "name": "SimdJs - all", |
| 666 "~followup_annotations": [ | 679 "~followup_annotations": [ |
| 667 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 680 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 668 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 681 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 669 "@@@STEP_LOG_LINE@durations@@@@", | 682 "@@@STEP_LOG_LINE@durations@@@@", |
| 670 "@@@STEP_LOG_LINE@durations@Details:@@@", | 683 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 671 "@@@STEP_LOG_LINE@durations@@@@", | 684 "@@@STEP_LOG_LINE@durations@@@@", |
| 672 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 685 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 673 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 686 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 674 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 687 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 675 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 688 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 676 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 689 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 677 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 690 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 678 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 691 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 679 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 692 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 680 "@@@STEP_LOG_END@durations@@@" | 693 "@@@STEP_LOG_END@durations@@@" |
| 681 ] | 694 ] |
| 682 }, | 695 }, |
| 683 { | 696 { |
| 684 "allow_subannotations": true, | 697 "allow_subannotations": true, |
| 685 "cmd": [ | 698 "cmd": [ |
| 686 "python", | 699 "python", |
| 687 "-u", | 700 "-u", |
| 688 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", | 701 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", |
| 689 "--swarming-client-dir", | 702 "--swarming-client-dir", |
| 690 "[CWD]\\v8\\tools\\swarming_client", | 703 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
| 691 "--temp-root-dir", | 704 "--temp-root-dir", |
| 692 "[TMP]", | 705 "[TMP_BASE]", |
| 693 "--merged-test-output", | 706 "--merged-test-output", |
| 694 "/path/to/tmp/json", | 707 "/path/to/tmp/json", |
| 695 "--", | 708 "--", |
| 696 "collect", | 709 "collect", |
| 697 "--swarming", | 710 "--swarming", |
| 698 "https://chromium-swarm.appspot.com", | 711 "https://chromium-swarm.appspot.com", |
| 699 "--decorate", | 712 "--decorate", |
| 700 "--print-status-updates", | 713 "--print-status-updates", |
| 701 "--shards", | 714 "--shards", |
| 702 "1", | 715 "1", |
| 703 "Ignition - turbofan/Windows-7-SP1/[dummy has/v8_win64_dbg/571" | 716 "Ignition - turbofan/Windows-7-SP1/[dummy has/v8_win64_dbg/571" |
| 704 ], | 717 ], |
| 718 "cwd": "[SLAVE_BUILD]", |
| 705 "name": "Ignition - turbofan", | 719 "name": "Ignition - turbofan", |
| 706 "~followup_annotations": [ | 720 "~followup_annotations": [ |
| 707 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 721 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 708 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 722 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 709 "@@@STEP_LOG_LINE@durations@@@@", | 723 "@@@STEP_LOG_LINE@durations@@@@", |
| 710 "@@@STEP_LOG_LINE@durations@Details:@@@", | 724 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 711 "@@@STEP_LOG_LINE@durations@@@@", | 725 "@@@STEP_LOG_LINE@durations@@@@", |
| 712 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 726 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 713 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 727 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 714 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 728 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 715 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 729 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 716 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 730 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 717 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 731 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 718 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 732 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 719 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 733 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 720 "@@@STEP_LOG_END@durations@@@" | 734 "@@@STEP_LOG_END@durations@@@" |
| 721 ] | 735 ] |
| 722 }, | 736 }, |
| 723 { | 737 { |
| 724 "allow_subannotations": true, | 738 "allow_subannotations": true, |
| 725 "cmd": [ | 739 "cmd": [ |
| 726 "python", | 740 "python", |
| 727 "-u", | 741 "-u", |
| 728 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", | 742 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", |
| 729 "--swarming-client-dir", | 743 "--swarming-client-dir", |
| 730 "[CWD]\\v8\\tools\\swarming_client", | 744 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
| 731 "--temp-root-dir", | 745 "--temp-root-dir", |
| 732 "[TMP]", | 746 "[TMP_BASE]", |
| 733 "--merged-test-output", | 747 "--merged-test-output", |
| 734 "/path/to/tmp/json", | 748 "/path/to/tmp/json", |
| 735 "--", | 749 "--", |
| 736 "collect", | 750 "collect", |
| 737 "--swarming", | 751 "--swarming", |
| 738 "https://chromium-swarm.appspot.com", | 752 "https://chromium-swarm.appspot.com", |
| 739 "--decorate", | 753 "--decorate", |
| 740 "--print-status-updates", | 754 "--print-status-updates", |
| 741 "--shards", | 755 "--shards", |
| 742 "1", | 756 "1", |
| 743 "Mozilla/Windows-7-SP1/[dummy has/v8_win64_dbg/571" | 757 "Mozilla/Windows-7-SP1/[dummy has/v8_win64_dbg/571" |
| 744 ], | 758 ], |
| 759 "cwd": "[SLAVE_BUILD]", |
| 745 "name": "Mozilla", | 760 "name": "Mozilla", |
| 746 "~followup_annotations": [ | 761 "~followup_annotations": [ |
| 747 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 762 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 748 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 763 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 749 "@@@STEP_LOG_LINE@durations@@@@", | 764 "@@@STEP_LOG_LINE@durations@@@@", |
| 750 "@@@STEP_LOG_LINE@durations@Details:@@@", | 765 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 751 "@@@STEP_LOG_LINE@durations@@@@", | 766 "@@@STEP_LOG_LINE@durations@@@@", |
| 752 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 767 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 753 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 768 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 754 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 769 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 755 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 770 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 756 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 771 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 757 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 772 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 758 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 773 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 759 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 774 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 760 "@@@STEP_LOG_END@durations@@@" | 775 "@@@STEP_LOG_END@durations@@@" |
| 761 ] | 776 ] |
| 762 }, | 777 }, |
| 763 { | 778 { |
| 764 "name": "$result", | 779 "name": "$result", |
| 765 "recipe_result": null, | 780 "recipe_result": null, |
| 766 "status_code": 0 | 781 "status_code": 0 |
| 767 } | 782 } |
| 768 ] | 783 ] |
| OLD | NEW |