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