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