| 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 "client.v8", | 16 "client.v8", |
| 18 "--builder", | 17 "--builder", |
| 19 "V8 Win64", | 18 "V8 Win64", |
| 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 "--output_json", | 29 "--output_json", |
| 31 "/path/to/tmp/json", | 30 "/path/to/tmp/json", |
| 32 "--revision", | 31 "--revision", |
| 33 "v8@20123", | 32 "v8@20123", |
| 34 "--no_shallow", | 33 "--no_shallow", |
| 35 "--output_manifest" | 34 "--output_manifest" |
| 36 ], | 35 ], |
| 37 "cwd": "[SLAVE_BUILD]", | |
| 38 "env": { | 36 "env": { |
| 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 40 }, | 38 }, |
| 41 "name": "bot_update", | 39 "name": "bot_update", |
| 42 "~followup_annotations": [ | 40 "~followup_annotations": [ |
| 43 "@@@STEP_TEXT@Some step text@@@", | 41 "@@@STEP_TEXT@Some step text@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@{@@@", | 42 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 71 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 69 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
| 72 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 70 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
| 73 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 71 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
| 74 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 72 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
| 75 ] | 73 ] |
| 76 }, | 74 }, |
| 77 { | 75 { |
| 78 "cmd": [ | 76 "cmd": [ |
| 79 "python", | 77 "python", |
| 80 "-u", | 78 "-u", |
| 81 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", | 79 "[CWD]\\v8\\tools\\swarming_client\\swarming.py", |
| 82 "--version" | 80 "--version" |
| 83 ], | 81 ], |
| 84 "cwd": "[SLAVE_BUILD]", | |
| 85 "name": "swarming.py --version", | 82 "name": "swarming.py --version", |
| 86 "stdout": "/path/to/tmp/", | 83 "stdout": "/path/to/tmp/", |
| 87 "~followup_annotations": [ | 84 "~followup_annotations": [ |
| 88 "@@@STEP_TEXT@0.4.10@@@" | 85 "@@@STEP_TEXT@0.4.10@@@" |
| 89 ] | 86 ] |
| 90 }, | 87 }, |
| 91 { | 88 { |
| 92 "cmd": [ | 89 "cmd": [ |
| 93 "python", | 90 "python", |
| 94 "-u", | 91 "-u", |
| 95 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 92 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 96 "runhooks" | 93 "runhooks" |
| 97 ], | 94 ], |
| 98 "cwd": "[SLAVE_BUILD]", | |
| 99 "env": { | 95 "env": { |
| 100 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 96 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 101 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 gomadir='[BUILD]\\goma' tar
get_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", | 97 "GYP_DEFINES": "chromium_win_pch=0 fastbuild=1 gomadir='[ROOT]\\b\\build\\
goma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64"
, |
| 102 "GYP_GENERATORS": "ninja", | 98 "GYP_GENERATORS": "ninja", |
| 103 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 99 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 104 }, | 100 }, |
| 105 "name": "gclient runhooks" | 101 "name": "gclient runhooks" |
| 106 }, | 102 }, |
| 107 { | 103 { |
| 108 "cmd": [ | 104 "cmd": [ |
| 109 "python", | 105 "python", |
| 110 "-u", | 106 "-u", |
| 111 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 107 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 112 "--show-path", | 108 "--show-path", |
| 113 "python", | 109 "python", |
| 114 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 110 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 115 ], | 111 ], |
| 116 "cwd": "[SLAVE_BUILD]", | |
| 117 "name": "cleanup_temp" | 112 "name": "cleanup_temp" |
| 118 }, | 113 }, |
| 119 { | 114 { |
| 120 "cmd": [ | 115 "cmd": [ |
| 121 "python", | 116 "python", |
| 122 "-u", | 117 "-u", |
| 123 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 118 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 124 "--show-path", | 119 "--show-path", |
| 125 "python", | 120 "python", |
| 126 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 121 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 127 "--gsutil-py-path", | 122 "--gsutil-py-path", |
| 128 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 123 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 129 "--ninja-path", | 124 "--ninja-path", |
| 130 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 125 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 131 "--target", | 126 "--target", |
| 132 "Release_x64", | 127 "Release_x64", |
| 133 "--src-dir", | 128 "--src-dir", |
| 134 "[SLAVE_BUILD]\\v8", | 129 "[CWD]\\v8", |
| 135 "--goma-cache-dir", | 130 "--goma-cache-dir", |
| 136 "[GOMA_CACHE]", | 131 "[ROOT]\\b\\build\\slave\\goma_cache", |
| 137 "--build-tool", | 132 "--build-tool", |
| 138 "ninja", | 133 "ninja", |
| 139 "--compiler", | 134 "--compiler", |
| 140 "goma", | 135 "goma", |
| 141 "--goma-jsonstatus", | 136 "--goma-jsonstatus", |
| 142 "/path/to/tmp/json", | 137 "/path/to/tmp/json", |
| 143 "--goma-service-account-json-file", | 138 "--goma-service-account-json-file", |
| 144 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 139 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 145 "--goma-dir", | 140 "--goma-dir", |
| 146 "[BUILD]\\goma", | 141 "[ROOT]\\b\\build\\goma", |
| 147 "--arch", | 142 "--arch", |
| 148 "x64", | 143 "x64", |
| 149 "--" | 144 "--" |
| 150 ], | 145 ], |
| 151 "cwd": "[SLAVE_BUILD]", | |
| 152 "env": { | 146 "env": { |
| 153 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 147 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 154 }, | 148 }, |
| 155 "name": "compile", | 149 "name": "compile", |
| 156 "~followup_annotations": [ | 150 "~followup_annotations": [ |
| 157 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 151 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 158 "@@@STEP_LOG_END@json.output (invalid)@@@" | 152 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 159 ] | 153 ] |
| 160 }, | 154 }, |
| 161 { | 155 { |
| 162 "cmd": [ | 156 "cmd": [ |
| 163 "python", | 157 "python", |
| 164 "-u", | 158 "-u", |
| 165 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 159 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 166 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", | 160 "[CWD]\\v8\\tools\\swarming_client", |
| 167 "batcharchive", | 161 "batcharchive", |
| 168 "--dump-json", | 162 "--dump-json", |
| 169 "/path/to/tmp/json", | 163 "/path/to/tmp/json", |
| 170 "--isolate-server", | 164 "--isolate-server", |
| 171 "https://isolateserver.appspot.com", | 165 "https://isolateserver.appspot.com", |
| 172 "--verbose", | 166 "--verbose", |
| 173 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\bot_default.isolated.gen.json", | 167 "[CWD]\\v8\\out\\Release_x64\\bot_default.isolated.gen.json", |
| 174 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\ignition.isolated.gen.json", | 168 "[CWD]\\v8\\out\\Release_x64\\ignition.isolated.gen.json", |
| 175 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\mozilla.isolated.gen.json", | 169 "[CWD]\\v8\\out\\Release_x64\\mozilla.isolated.gen.json", |
| 176 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\simdjs.isolated.gen.json", | 170 "[CWD]\\v8\\out\\Release_x64\\simdjs.isolated.gen.json", |
| 177 "[SLAVE_BUILD]\\v8\\out\\Release_x64\\test262.isolated.gen.json" | 171 "[CWD]\\v8\\out\\Release_x64\\test262.isolated.gen.json" |
| 178 ], | 172 ], |
| 179 "cwd": "[SLAVE_BUILD]", | |
| 180 "name": "isolate tests", | 173 "name": "isolate tests", |
| 181 "~followup_annotations": [ | 174 "~followup_annotations": [ |
| 182 "@@@STEP_LOG_LINE@json.output@{@@@", | 175 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 183 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 176 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 184 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 177 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
| 185 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 178 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
| 186 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 179 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
| 187 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 180 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
| 188 "@@@STEP_LOG_LINE@json.output@}@@@", | 181 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 189 "@@@STEP_LOG_END@json.output@@@" | 182 "@@@STEP_LOG_END@json.output@@@" |
| 190 ] | 183 ] |
| 191 }, | 184 }, |
| 192 { | 185 { |
| 193 "cmd": [ | 186 "cmd": [ |
| 194 "python", | 187 "python", |
| 195 "-u", | 188 "-u", |
| 196 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", | 189 "[CWD]\\v8\\tools\\swarming_client\\swarming.py", |
| 197 "trigger", | 190 "trigger", |
| 198 "--swarming", | 191 "--swarming", |
| 199 "https://chromium-swarm.appspot.com", | 192 "https://chromium-swarm.appspot.com", |
| 200 "--isolate-server", | 193 "--isolate-server", |
| 201 "https://isolateserver.appspot.com", | 194 "https://isolateserver.appspot.com", |
| 202 "--priority", | 195 "--priority", |
| 203 "25", | 196 "25", |
| 204 "--shards", | 197 "--shards", |
| 205 "1", | 198 "1", |
| 206 "--task-name", | 199 "--task-name", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 "--buildbot", | 253 "--buildbot", |
| 261 "--timeout=200", | 254 "--timeout=200", |
| 262 "--random-seed=1127209095", | 255 "--random-seed=1127209095", |
| 263 "bot_default", | 256 "bot_default", |
| 264 "--exhaustive-variants", | 257 "--exhaustive-variants", |
| 265 "--rerun-failures-count=2", | 258 "--rerun-failures-count=2", |
| 266 "--swarming", | 259 "--swarming", |
| 267 "--json-test-results", | 260 "--json-test-results", |
| 268 "${ISOLATED_OUTDIR}/output.json" | 261 "${ISOLATED_OUTDIR}/output.json" |
| 269 ], | 262 ], |
| 270 "cwd": "[SLAVE_BUILD]", | |
| 271 "name": "[trigger] Check on Windows-7-SP1", | 263 "name": "[trigger] Check on Windows-7-SP1", |
| 272 "~followup_annotations": [ | 264 "~followup_annotations": [ |
| 273 "@@@STEP_LOG_LINE@json.output@{@@@", | 265 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 274 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Windows-7-SP1/
[dummy has/V8 Win64/571\", @@@", | 266 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Windows-7-SP1/
[dummy has/V8 Win64/571\", @@@", |
| 275 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 267 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 276 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/V8 Win6
4/571\": {@@@", | 268 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/V8 Win6
4/571\": {@@@", |
| 277 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 269 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 278 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 270 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 279 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 271 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 280 "@@@STEP_LOG_LINE@json.output@ }@@@", | 272 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 281 "@@@STEP_LOG_LINE@json.output@ }@@@", | 273 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 282 "@@@STEP_LOG_LINE@json.output@}@@@", | 274 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 283 "@@@STEP_LOG_END@json.output@@@", | 275 "@@@STEP_LOG_END@json.output@@@", |
| 284 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 276 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 285 ] | 277 ] |
| 286 }, | 278 }, |
| 287 { | 279 { |
| 288 "cmd": [ | 280 "cmd": [ |
| 289 "python", | 281 "python", |
| 290 "-u", | 282 "-u", |
| 291 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", | 283 "[CWD]\\v8\\tools\\swarming_client\\swarming.py", |
| 292 "trigger", | 284 "trigger", |
| 293 "--swarming", | 285 "--swarming", |
| 294 "https://chromium-swarm.appspot.com", | 286 "https://chromium-swarm.appspot.com", |
| 295 "--isolate-server", | 287 "--isolate-server", |
| 296 "https://isolateserver.appspot.com", | 288 "https://isolateserver.appspot.com", |
| 297 "--priority", | 289 "--priority", |
| 298 "25", | 290 "25", |
| 299 "--shards", | 291 "--shards", |
| 300 "1", | 292 "1", |
| 301 "--task-name", | 293 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 "--timeout=200", | 348 "--timeout=200", |
| 357 "--random-seed=1127209095", | 349 "--random-seed=1127209095", |
| 358 "simdjs", | 350 "simdjs", |
| 359 "--download-data", | 351 "--download-data", |
| 360 "--exhaustive-variants", | 352 "--exhaustive-variants", |
| 361 "--rerun-failures-count=2", | 353 "--rerun-failures-count=2", |
| 362 "--swarming", | 354 "--swarming", |
| 363 "--json-test-results", | 355 "--json-test-results", |
| 364 "${ISOLATED_OUTDIR}/output.json" | 356 "${ISOLATED_OUTDIR}/output.json" |
| 365 ], | 357 ], |
| 366 "cwd": "[SLAVE_BUILD]", | |
| 367 "name": "[trigger] SimdJs - all on Windows-7-SP1", | 358 "name": "[trigger] SimdJs - all on Windows-7-SP1", |
| 368 "~followup_annotations": [ | 359 "~followup_annotations": [ |
| 369 "@@@STEP_LOG_LINE@json.output@{@@@", | 360 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 370 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Windows
-7-SP1/[dummy has/V8 Win64/571\", @@@", | 361 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Windows
-7-SP1/[dummy has/V8 Win64/571\", @@@", |
| 371 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 362 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 372 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Windows-7-SP1/[dummy has/
V8 Win64/571\": {@@@", | 363 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Windows-7-SP1/[dummy has/
V8 Win64/571\": {@@@", |
| 373 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 364 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 374 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 365 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 375 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 366 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 376 "@@@STEP_LOG_LINE@json.output@ }@@@", | 367 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 377 "@@@STEP_LOG_LINE@json.output@ }@@@", | 368 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 378 "@@@STEP_LOG_LINE@json.output@}@@@", | 369 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 379 "@@@STEP_LOG_END@json.output@@@", | 370 "@@@STEP_LOG_END@json.output@@@", |
| 380 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 371 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 381 ] | 372 ] |
| 382 }, | 373 }, |
| 383 { | 374 { |
| 384 "cmd": [ | 375 "cmd": [ |
| 385 "python", | 376 "python", |
| 386 "-u", | 377 "-u", |
| 387 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", | 378 "[CWD]\\v8\\tools\\swarming_client\\swarming.py", |
| 388 "trigger", | 379 "trigger", |
| 389 "--swarming", | 380 "--swarming", |
| 390 "https://chromium-swarm.appspot.com", | 381 "https://chromium-swarm.appspot.com", |
| 391 "--isolate-server", | 382 "--isolate-server", |
| 392 "https://isolateserver.appspot.com", | 383 "https://isolateserver.appspot.com", |
| 393 "--priority", | 384 "--priority", |
| 394 "25", | 385 "25", |
| 395 "--shards", | 386 "--shards", |
| 396 "1", | 387 "1", |
| 397 "--task-name", | 388 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 "--timeout=200", | 443 "--timeout=200", |
| 453 "--random-seed=1127209095", | 444 "--random-seed=1127209095", |
| 454 "test262", | 445 "test262", |
| 455 "--download-data", | 446 "--download-data", |
| 456 "--variants=default", | 447 "--variants=default", |
| 457 "--rerun-failures-count=2", | 448 "--rerun-failures-count=2", |
| 458 "--swarming", | 449 "--swarming", |
| 459 "--json-test-results", | 450 "--json-test-results", |
| 460 "${ISOLATED_OUTDIR}/output.json" | 451 "${ISOLATED_OUTDIR}/output.json" |
| 461 ], | 452 ], |
| 462 "cwd": "[SLAVE_BUILD]", | |
| 463 "name": "[trigger] Test262 - no variants on Windows-7-SP1", | 453 "name": "[trigger] Test262 - no variants on Windows-7-SP1", |
| 464 "~followup_annotations": [ | 454 "~followup_annotations": [ |
| 465 "@@@STEP_LOG_LINE@json.output@{@@@", | 455 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 466 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Windows-7-SP1/[dummy has/V8 Win64/571\", @@@", | 456 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant
s/Windows-7-SP1/[dummy has/V8 Win64/571\", @@@", |
| 467 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 457 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 468 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Windows-7-SP1/[d
ummy has/V8 Win64/571\": {@@@", | 458 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Windows-7-SP1/[d
ummy has/V8 Win64/571\": {@@@", |
| 469 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 459 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 470 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 460 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 471 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 461 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 472 "@@@STEP_LOG_LINE@json.output@ }@@@", | 462 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 473 "@@@STEP_LOG_LINE@json.output@ }@@@", | 463 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 474 "@@@STEP_LOG_LINE@json.output@}@@@", | 464 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 475 "@@@STEP_LOG_END@json.output@@@", | 465 "@@@STEP_LOG_END@json.output@@@", |
| 476 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 466 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 477 ] | 467 ] |
| 478 }, | 468 }, |
| 479 { | 469 { |
| 480 "cmd": [ | 470 "cmd": [ |
| 481 "python", | 471 "python", |
| 482 "-u", | 472 "-u", |
| 483 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", | 473 "[CWD]\\v8\\tools\\swarming_client\\swarming.py", |
| 484 "trigger", | 474 "trigger", |
| 485 "--swarming", | 475 "--swarming", |
| 486 "https://chromium-swarm.appspot.com", | 476 "https://chromium-swarm.appspot.com", |
| 487 "--isolate-server", | 477 "--isolate-server", |
| 488 "https://isolateserver.appspot.com", | 478 "https://isolateserver.appspot.com", |
| 489 "--priority", | 479 "--priority", |
| 490 "25", | 480 "25", |
| 491 "--shards", | 481 "--shards", |
| 492 "1", | 482 "1", |
| 493 "--task-name", | 483 "--task-name", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 547 "--buildbot", | 537 "--buildbot", |
| 548 "--timeout=200", | 538 "--timeout=200", |
| 549 "--random-seed=1127209095", | 539 "--random-seed=1127209095", |
| 550 "mozilla", | 540 "mozilla", |
| 551 "--exhaustive-variants", | 541 "--exhaustive-variants", |
| 552 "--rerun-failures-count=2", | 542 "--rerun-failures-count=2", |
| 553 "--swarming", | 543 "--swarming", |
| 554 "--json-test-results", | 544 "--json-test-results", |
| 555 "${ISOLATED_OUTDIR}/output.json" | 545 "${ISOLATED_OUTDIR}/output.json" |
| 556 ], | 546 ], |
| 557 "cwd": "[SLAVE_BUILD]", | |
| 558 "name": "[trigger] Mozilla on Windows-7-SP1", | 547 "name": "[trigger] Mozilla on Windows-7-SP1", |
| 559 "~followup_annotations": [ | 548 "~followup_annotations": [ |
| 560 "@@@STEP_LOG_LINE@json.output@{@@@", | 549 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 561 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Windows-7-SP
1/[dummy has/V8 Win64/571\", @@@", | 550 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Windows-7-SP
1/[dummy has/V8 Win64/571\", @@@", |
| 562 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 551 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 563 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Windows-7-SP1/[dummy has/V8 Wi
n64/571\": {@@@", | 552 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Windows-7-SP1/[dummy has/V8 Wi
n64/571\": {@@@", |
| 564 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 553 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 565 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 554 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 566 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 555 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 567 "@@@STEP_LOG_LINE@json.output@ }@@@", | 556 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 568 "@@@STEP_LOG_LINE@json.output@ }@@@", | 557 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 569 "@@@STEP_LOG_LINE@json.output@}@@@", | 558 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 570 "@@@STEP_LOG_END@json.output@@@", | 559 "@@@STEP_LOG_END@json.output@@@", |
| 571 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 560 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 572 ] | 561 ] |
| 573 }, | 562 }, |
| 574 { | 563 { |
| 575 "cmd": [ | 564 "cmd": [ |
| 576 "python", | 565 "python", |
| 577 "-u", | 566 "-u", |
| 578 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", | 567 "[CWD]\\v8\\tools\\swarming_client\\swarming.py", |
| 579 "trigger", | 568 "trigger", |
| 580 "--swarming", | 569 "--swarming", |
| 581 "https://chromium-swarm.appspot.com", | 570 "https://chromium-swarm.appspot.com", |
| 582 "--isolate-server", | 571 "--isolate-server", |
| 583 "https://isolateserver.appspot.com", | 572 "https://isolateserver.appspot.com", |
| 584 "--priority", | 573 "--priority", |
| 585 "25", | 574 "25", |
| 586 "--shards", | 575 "--shards", |
| 587 "1", | 576 "1", |
| 588 "--task-name", | 577 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 643 "--timeout=200", | 632 "--timeout=200", |
| 644 "--random-seed=1127209095", | 633 "--random-seed=1127209095", |
| 645 "ignition", | 634 "ignition", |
| 646 "--ignition", | 635 "--ignition", |
| 647 "--variants=ignition", | 636 "--variants=ignition", |
| 648 "--rerun-failures-count=2", | 637 "--rerun-failures-count=2", |
| 649 "--swarming", | 638 "--swarming", |
| 650 "--json-test-results", | 639 "--json-test-results", |
| 651 "${ISOLATED_OUTDIR}/output.json" | 640 "${ISOLATED_OUTDIR}/output.json" |
| 652 ], | 641 ], |
| 653 "cwd": "[SLAVE_BUILD]", | |
| 654 "name": "[trigger] Ignition on Windows-7-SP1", | 642 "name": "[trigger] Ignition on Windows-7-SP1", |
| 655 "~followup_annotations": [ | 643 "~followup_annotations": [ |
| 656 "@@@STEP_LOG_LINE@json.output@{@@@", | 644 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 657 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition/Windows-7-S
P1/[dummy has/V8 Win64/571\", @@@", | 645 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition/Windows-7-S
P1/[dummy has/V8 Win64/571\", @@@", |
| 658 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 646 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 659 "@@@STEP_LOG_LINE@json.output@ \"Ignition/Windows-7-SP1/[dummy has/V8 W
in64/571\": {@@@", | 647 "@@@STEP_LOG_LINE@json.output@ \"Ignition/Windows-7-SP1/[dummy has/V8 W
in64/571\": {@@@", |
| 660 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 648 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 661 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 649 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 662 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 650 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 663 "@@@STEP_LOG_LINE@json.output@ }@@@", | 651 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 664 "@@@STEP_LOG_LINE@json.output@ }@@@", | 652 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 665 "@@@STEP_LOG_LINE@json.output@}@@@", | 653 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 666 "@@@STEP_LOG_END@json.output@@@", | 654 "@@@STEP_LOG_END@json.output@@@", |
| 667 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 655 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 668 ] | 656 ] |
| 669 }, | 657 }, |
| 670 { | 658 { |
| 671 "allow_subannotations": true, | 659 "allow_subannotations": true, |
| 672 "cmd": [ | 660 "cmd": [ |
| 673 "python", | 661 "python", |
| 674 "-u", | 662 "-u", |
| 675 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", | 663 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", |
| 676 "--swarming-client-dir", | 664 "--swarming-client-dir", |
| 677 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", | 665 "[CWD]\\v8\\tools\\swarming_client", |
| 678 "--temp-root-dir", | 666 "--temp-root-dir", |
| 679 "[TMP_BASE]", | 667 "[TMP]", |
| 680 "--merged-test-output", | 668 "--merged-test-output", |
| 681 "/path/to/tmp/json", | 669 "/path/to/tmp/json", |
| 682 "--", | 670 "--", |
| 683 "collect", | 671 "collect", |
| 684 "--swarming", | 672 "--swarming", |
| 685 "https://chromium-swarm.appspot.com", | 673 "https://chromium-swarm.appspot.com", |
| 686 "--decorate", | 674 "--decorate", |
| 687 "--print-status-updates", | 675 "--print-status-updates", |
| 688 "--shards", | 676 "--shards", |
| 689 "1", | 677 "1", |
| 690 "Check/Windows-7-SP1/[dummy has/V8 Win64/571" | 678 "Check/Windows-7-SP1/[dummy has/V8 Win64/571" |
| 691 ], | 679 ], |
| 692 "cwd": "[SLAVE_BUILD]", | |
| 693 "name": "Check", | 680 "name": "Check", |
| 694 "~followup_annotations": [ | 681 "~followup_annotations": [ |
| 695 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 682 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 696 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 683 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 697 "@@@STEP_LOG_LINE@durations@@@@", | 684 "@@@STEP_LOG_LINE@durations@@@@", |
| 698 "@@@STEP_LOG_LINE@durations@Details:@@@", | 685 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 699 "@@@STEP_LOG_LINE@durations@@@@", | 686 "@@@STEP_LOG_LINE@durations@@@@", |
| 700 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 687 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 701 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 688 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 702 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 689 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 703 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 690 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 704 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 691 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 705 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 692 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 706 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 693 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 707 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 694 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 708 "@@@STEP_LOG_END@durations@@@" | 695 "@@@STEP_LOG_END@durations@@@" |
| 709 ] | 696 ] |
| 710 }, | 697 }, |
| 711 { | 698 { |
| 712 "allow_subannotations": true, | 699 "allow_subannotations": true, |
| 713 "cmd": [ | 700 "cmd": [ |
| 714 "python", | 701 "python", |
| 715 "-u", | 702 "-u", |
| 716 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", | 703 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", |
| 717 "--swarming-client-dir", | 704 "--swarming-client-dir", |
| 718 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", | 705 "[CWD]\\v8\\tools\\swarming_client", |
| 719 "--temp-root-dir", | 706 "--temp-root-dir", |
| 720 "[TMP_BASE]", | 707 "[TMP]", |
| 721 "--merged-test-output", | 708 "--merged-test-output", |
| 722 "/path/to/tmp/json", | 709 "/path/to/tmp/json", |
| 723 "--", | 710 "--", |
| 724 "collect", | 711 "collect", |
| 725 "--swarming", | 712 "--swarming", |
| 726 "https://chromium-swarm.appspot.com", | 713 "https://chromium-swarm.appspot.com", |
| 727 "--decorate", | 714 "--decorate", |
| 728 "--print-status-updates", | 715 "--print-status-updates", |
| 729 "--shards", | 716 "--shards", |
| 730 "1", | 717 "1", |
| 731 "SimdJs - all/Windows-7-SP1/[dummy has/V8 Win64/571" | 718 "SimdJs - all/Windows-7-SP1/[dummy has/V8 Win64/571" |
| 732 ], | 719 ], |
| 733 "cwd": "[SLAVE_BUILD]", | |
| 734 "name": "SimdJs - all", | 720 "name": "SimdJs - all", |
| 735 "~followup_annotations": [ | 721 "~followup_annotations": [ |
| 736 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 722 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 737 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 723 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 738 "@@@STEP_LOG_LINE@durations@@@@", | 724 "@@@STEP_LOG_LINE@durations@@@@", |
| 739 "@@@STEP_LOG_LINE@durations@Details:@@@", | 725 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 740 "@@@STEP_LOG_LINE@durations@@@@", | 726 "@@@STEP_LOG_LINE@durations@@@@", |
| 741 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 727 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 742 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 728 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 743 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 729 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 744 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 730 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 745 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 731 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 746 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 732 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 747 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 733 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 748 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 734 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 749 "@@@STEP_LOG_END@durations@@@" | 735 "@@@STEP_LOG_END@durations@@@" |
| 750 ] | 736 ] |
| 751 }, | 737 }, |
| 752 { | 738 { |
| 753 "allow_subannotations": true, | 739 "allow_subannotations": true, |
| 754 "cmd": [ | 740 "cmd": [ |
| 755 "python", | 741 "python", |
| 756 "-u", | 742 "-u", |
| 757 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", | 743 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", |
| 758 "--swarming-client-dir", | 744 "--swarming-client-dir", |
| 759 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", | 745 "[CWD]\\v8\\tools\\swarming_client", |
| 760 "--temp-root-dir", | 746 "--temp-root-dir", |
| 761 "[TMP_BASE]", | 747 "[TMP]", |
| 762 "--merged-test-output", | 748 "--merged-test-output", |
| 763 "/path/to/tmp/json", | 749 "/path/to/tmp/json", |
| 764 "--", | 750 "--", |
| 765 "collect", | 751 "collect", |
| 766 "--swarming", | 752 "--swarming", |
| 767 "https://chromium-swarm.appspot.com", | 753 "https://chromium-swarm.appspot.com", |
| 768 "--decorate", | 754 "--decorate", |
| 769 "--print-status-updates", | 755 "--print-status-updates", |
| 770 "--shards", | 756 "--shards", |
| 771 "1", | 757 "1", |
| 772 "Test262 - no variants/Windows-7-SP1/[dummy has/V8 Win64/571" | 758 "Test262 - no variants/Windows-7-SP1/[dummy has/V8 Win64/571" |
| 773 ], | 759 ], |
| 774 "cwd": "[SLAVE_BUILD]", | |
| 775 "name": "Test262 - no variants", | 760 "name": "Test262 - no variants", |
| 776 "~followup_annotations": [ | 761 "~followup_annotations": [ |
| 777 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 762 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 778 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 763 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 779 "@@@STEP_LOG_LINE@durations@@@@", | 764 "@@@STEP_LOG_LINE@durations@@@@", |
| 780 "@@@STEP_LOG_LINE@durations@Details:@@@", | 765 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 781 "@@@STEP_LOG_LINE@durations@@@@", | 766 "@@@STEP_LOG_LINE@durations@@@@", |
| 782 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 767 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 783 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 768 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 784 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 769 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 785 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 770 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 786 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 771 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 787 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 772 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 788 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 773 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 789 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 774 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 790 "@@@STEP_LOG_END@durations@@@" | 775 "@@@STEP_LOG_END@durations@@@" |
| 791 ] | 776 ] |
| 792 }, | 777 }, |
| 793 { | 778 { |
| 794 "allow_subannotations": true, | 779 "allow_subannotations": true, |
| 795 "cmd": [ | 780 "cmd": [ |
| 796 "python", | 781 "python", |
| 797 "-u", | 782 "-u", |
| 798 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", | 783 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", |
| 799 "--swarming-client-dir", | 784 "--swarming-client-dir", |
| 800 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", | 785 "[CWD]\\v8\\tools\\swarming_client", |
| 801 "--temp-root-dir", | 786 "--temp-root-dir", |
| 802 "[TMP_BASE]", | 787 "[TMP]", |
| 803 "--merged-test-output", | 788 "--merged-test-output", |
| 804 "/path/to/tmp/json", | 789 "/path/to/tmp/json", |
| 805 "--", | 790 "--", |
| 806 "collect", | 791 "collect", |
| 807 "--swarming", | 792 "--swarming", |
| 808 "https://chromium-swarm.appspot.com", | 793 "https://chromium-swarm.appspot.com", |
| 809 "--decorate", | 794 "--decorate", |
| 810 "--print-status-updates", | 795 "--print-status-updates", |
| 811 "--shards", | 796 "--shards", |
| 812 "1", | 797 "1", |
| 813 "Mozilla/Windows-7-SP1/[dummy has/V8 Win64/571" | 798 "Mozilla/Windows-7-SP1/[dummy has/V8 Win64/571" |
| 814 ], | 799 ], |
| 815 "cwd": "[SLAVE_BUILD]", | |
| 816 "name": "Mozilla", | 800 "name": "Mozilla", |
| 817 "~followup_annotations": [ | 801 "~followup_annotations": [ |
| 818 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 802 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 819 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 803 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 820 "@@@STEP_LOG_LINE@durations@@@@", | 804 "@@@STEP_LOG_LINE@durations@@@@", |
| 821 "@@@STEP_LOG_LINE@durations@Details:@@@", | 805 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 822 "@@@STEP_LOG_LINE@durations@@@@", | 806 "@@@STEP_LOG_LINE@durations@@@@", |
| 823 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 807 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 824 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 808 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 825 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 809 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 826 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 810 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 827 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 811 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 828 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 812 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 829 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 813 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 830 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 814 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 831 "@@@STEP_LOG_END@durations@@@" | 815 "@@@STEP_LOG_END@durations@@@" |
| 832 ] | 816 ] |
| 833 }, | 817 }, |
| 834 { | 818 { |
| 835 "allow_subannotations": true, | 819 "allow_subannotations": true, |
| 836 "cmd": [ | 820 "cmd": [ |
| 837 "python", | 821 "python", |
| 838 "-u", | 822 "-u", |
| 839 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", | 823 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", |
| 840 "--swarming-client-dir", | 824 "--swarming-client-dir", |
| 841 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", | 825 "[CWD]\\v8\\tools\\swarming_client", |
| 842 "--temp-root-dir", | 826 "--temp-root-dir", |
| 843 "[TMP_BASE]", | 827 "[TMP]", |
| 844 "--merged-test-output", | 828 "--merged-test-output", |
| 845 "/path/to/tmp/json", | 829 "/path/to/tmp/json", |
| 846 "--", | 830 "--", |
| 847 "collect", | 831 "collect", |
| 848 "--swarming", | 832 "--swarming", |
| 849 "https://chromium-swarm.appspot.com", | 833 "https://chromium-swarm.appspot.com", |
| 850 "--decorate", | 834 "--decorate", |
| 851 "--print-status-updates", | 835 "--print-status-updates", |
| 852 "--shards", | 836 "--shards", |
| 853 "1", | 837 "1", |
| 854 "Ignition/Windows-7-SP1/[dummy has/V8 Win64/571" | 838 "Ignition/Windows-7-SP1/[dummy has/V8 Win64/571" |
| 855 ], | 839 ], |
| 856 "cwd": "[SLAVE_BUILD]", | |
| 857 "name": "Ignition", | 840 "name": "Ignition", |
| 858 "~followup_annotations": [ | 841 "~followup_annotations": [ |
| 859 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 842 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 860 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 843 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 861 "@@@STEP_LOG_LINE@durations@@@@", | 844 "@@@STEP_LOG_LINE@durations@@@@", |
| 862 "@@@STEP_LOG_LINE@durations@Details:@@@", | 845 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 863 "@@@STEP_LOG_LINE@durations@@@@", | 846 "@@@STEP_LOG_LINE@durations@@@@", |
| 864 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 847 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 865 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 848 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 866 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 849 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 867 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 850 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 868 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 851 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 869 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 852 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 870 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 853 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 871 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 854 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 872 "@@@STEP_LOG_END@durations@@@" | 855 "@@@STEP_LOG_END@durations@@@" |
| 873 ] | 856 ] |
| 874 }, | 857 }, |
| 875 { | 858 { |
| 876 "name": "$result", | 859 "name": "$result", |
| 877 "recipe_result": null, | 860 "recipe_result": null, |
| 878 "status_code": 0 | 861 "status_code": 0 |
| 879 } | 862 } |
| 880 ] | 863 ] |
| OLD | NEW |