| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
| 8 "name": "taskkill" | 9 "name": "taskkill" |
| 9 }, | 10 }, |
| 10 { | 11 { |
| 11 "cmd": [ | 12 "cmd": [ |
| 12 "python", | 13 "python", |
| 13 "-u", | 14 "-u", |
| 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 15 "--master", | 16 "--master", |
| 16 "tryserver.v8", | 17 "tryserver.v8", |
| 17 "--builder", | 18 "--builder", |
| 18 "v8_win_dbg", | 19 "v8_win_dbg", |
| 19 "--slave", | 20 "--slave", |
| 20 "TestSlavename", | 21 "TestSlavename", |
| 21 "--spec", | 22 "--spec", |
| 22 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trun
k'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromiu
m.googlesource.com/v8/v8'}]", | 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 23 "--root", | 24 "--root", |
| 24 "v8", | 25 "v8", |
| 25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 26 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", | 27 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", |
| 27 "--git-cache-dir", | 28 "--git-cache-dir", |
| 28 "[ROOT]\\b\\build\\slave\\cache_dir", | 29 "[GIT_CACHE]", |
| 29 "--issue", | 30 "--issue", |
| 30 "12853011", | 31 "12853011", |
| 31 "--patchset", | 32 "--patchset", |
| 32 "1", | 33 "1", |
| 33 "--rietveld_server", | 34 "--rietveld_server", |
| 34 "https://codereview.chromium.org", | 35 "https://codereview.chromium.org", |
| 35 "--output_json", | 36 "--output_json", |
| 36 "/path/to/tmp/json", | 37 "/path/to/tmp/json", |
| 37 "--revision", | 38 "--revision", |
| 38 "v8@12345", | 39 "v8@12345", |
| 39 "--no_shallow", | 40 "--no_shallow", |
| 40 "--output_manifest" | 41 "--output_manifest" |
| 41 ], | 42 ], |
| 43 "cwd": "[SLAVE_BUILD]", |
| 42 "env": { | 44 "env": { |
| 43 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 45 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 44 }, | 46 }, |
| 45 "name": "bot_update", | 47 "name": "bot_update", |
| 46 "~followup_annotations": [ | 48 "~followup_annotations": [ |
| 47 "@@@STEP_TEXT@Some step text@@@", | 49 "@@@STEP_TEXT@Some step text@@@", |
| 48 "@@@STEP_LOG_LINE@json.output@{@@@", | 50 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 50 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 51 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", | 53 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 75 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", | 77 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241
f64c\"@@@", |
| 76 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", | 78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", |
| 77 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", | 79 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#108913}\"@@@", |
| 78 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" | 80 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097
c9c571640038896debc4\"@@@" |
| 79 ] | 81 ] |
| 80 }, | 82 }, |
| 81 { | 83 { |
| 82 "cmd": [ | 84 "cmd": [ |
| 83 "python", | 85 "python", |
| 84 "-u", | 86 "-u", |
| 85 "[CWD]\\v8\\tools\\swarming_client\\swarming.py", | 87 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
| 86 "--version" | 88 "--version" |
| 87 ], | 89 ], |
| 90 "cwd": "[SLAVE_BUILD]", |
| 88 "name": "swarming.py --version", | 91 "name": "swarming.py --version", |
| 89 "stdout": "/path/to/tmp/", | 92 "stdout": "/path/to/tmp/", |
| 90 "~followup_annotations": [ | 93 "~followup_annotations": [ |
| 91 "@@@STEP_TEXT@0.4.10@@@" | 94 "@@@STEP_TEXT@0.4.10@@@" |
| 92 ] | 95 ] |
| 93 }, | 96 }, |
| 94 { | 97 { |
| 95 "cmd": [ | 98 "cmd": [ |
| 96 "python", | 99 "python", |
| 97 "-u", | 100 "-u", |
| 98 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 101 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 99 "runhooks" | 102 "runhooks" |
| 100 ], | 103 ], |
| 104 "cwd": "[SLAVE_BUILD]", |
| 101 "env": { | 105 "env": { |
| 102 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 106 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 103 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir=
'[ROOT]\\b\\build\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1
v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_target_arch=ia32", | 107 "GYP_DEFINES": "chromium_win_pch=0 dcheck_always_on=1 fastbuild=1 gomadir=
'[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enabl
e_slow_dchecks=1 v8_optimized_debug=1 v8_target_arch=ia32", |
| 104 "GYP_GENERATORS": "ninja", | 108 "GYP_GENERATORS": "ninja", |
| 105 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 109 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 106 }, | 110 }, |
| 107 "name": "gclient runhooks" | 111 "name": "gclient runhooks" |
| 108 }, | 112 }, |
| 109 { | 113 { |
| 110 "cmd": [ | 114 "cmd": [ |
| 111 "python", | 115 "python", |
| 112 "-u", | 116 "-u", |
| 113 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 117 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 114 "--show-path", | 118 "--show-path", |
| 115 "python", | 119 "python", |
| 116 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 120 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 117 ], | 121 ], |
| 122 "cwd": "[SLAVE_BUILD]", |
| 118 "name": "cleanup_temp" | 123 "name": "cleanup_temp" |
| 119 }, | 124 }, |
| 120 { | 125 { |
| 121 "cmd": [ | 126 "cmd": [ |
| 122 "python", | 127 "python", |
| 123 "-u", | 128 "-u", |
| 124 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 129 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 125 "--show-path", | 130 "--show-path", |
| 126 "python", | 131 "python", |
| 127 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 132 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 128 "--gsutil-py-path", | 133 "--gsutil-py-path", |
| 129 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 134 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 130 "--ninja-path", | 135 "--ninja-path", |
| 131 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 136 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 132 "--target", | 137 "--target", |
| 133 "Debug", | 138 "Debug", |
| 134 "--src-dir", | 139 "--src-dir", |
| 135 "[CWD]\\v8", | 140 "[SLAVE_BUILD]\\v8", |
| 136 "--goma-cache-dir", | 141 "--goma-cache-dir", |
| 137 "[ROOT]\\b\\build\\slave\\goma_cache", | 142 "[GOMA_CACHE]", |
| 138 "--build-tool", | 143 "--build-tool", |
| 139 "ninja", | 144 "ninja", |
| 140 "--compiler", | 145 "--compiler", |
| 141 "goma", | 146 "goma", |
| 142 "--goma-jsonstatus", | 147 "--goma-jsonstatus", |
| 143 "/path/to/tmp/json", | 148 "/path/to/tmp/json", |
| 144 "--goma-service-account-json-file", | 149 "--goma-service-account-json-file", |
| 145 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 150 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 146 "--goma-dir", | 151 "--goma-dir", |
| 147 "[ROOT]\\b\\build\\goma", | 152 "[BUILD]\\goma", |
| 148 "--goma-fail-fast", | 153 "--goma-fail-fast", |
| 149 "--goma-disable-local-fallback", | 154 "--goma-disable-local-fallback", |
| 150 "--" | 155 "--" |
| 151 ], | 156 ], |
| 157 "cwd": "[SLAVE_BUILD]", |
| 152 "env": { | 158 "env": { |
| 153 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 154 }, | 160 }, |
| 155 "name": "compile", | 161 "name": "compile", |
| 156 "~followup_annotations": [ | 162 "~followup_annotations": [ |
| 157 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 163 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 158 "@@@STEP_LOG_END@json.output (invalid)@@@" | 164 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 159 ] | 165 ] |
| 160 }, | 166 }, |
| 161 { | 167 { |
| 162 "cmd": [ | 168 "cmd": [ |
| 163 "python", | 169 "python", |
| 164 "-u", | 170 "-u", |
| 165 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 171 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 166 "[CWD]\\v8\\tools\\swarming_client", | 172 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
| 167 "batcharchive", | 173 "batcharchive", |
| 168 "--dump-json", | 174 "--dump-json", |
| 169 "/path/to/tmp/json", | 175 "/path/to/tmp/json", |
| 170 "--isolate-server", | 176 "--isolate-server", |
| 171 "https://isolateserver.appspot.com", | 177 "https://isolateserver.appspot.com", |
| 172 "--verbose", | 178 "--verbose", |
| 173 "[CWD]\\v8\\out\\Debug\\bot_default.isolated.gen.json", | 179 "[SLAVE_BUILD]\\v8\\out\\Debug\\bot_default.isolated.gen.json", |
| 174 "[CWD]\\v8\\out\\Debug\\ignition.isolated.gen.json", | 180 "[SLAVE_BUILD]\\v8\\out\\Debug\\ignition.isolated.gen.json", |
| 175 "[CWD]\\v8\\out\\Debug\\mozilla.isolated.gen.json" | 181 "[SLAVE_BUILD]\\v8\\out\\Debug\\mozilla.isolated.gen.json" |
| 176 ], | 182 ], |
| 183 "cwd": "[SLAVE_BUILD]", |
| 177 "name": "isolate tests", | 184 "name": "isolate tests", |
| 178 "~followup_annotations": [ | 185 "~followup_annotations": [ |
| 179 "@@@STEP_LOG_LINE@json.output@{@@@", | 186 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 180 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 187 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 181 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", | 188 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
", @@@", |
| 182 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\"@
@@", | 189 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\"@
@@", |
| 183 "@@@STEP_LOG_LINE@json.output@}@@@", | 190 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 184 "@@@STEP_LOG_END@json.output@@@" | 191 "@@@STEP_LOG_END@json.output@@@" |
| 185 ] | 192 ] |
| 186 }, | 193 }, |
| 187 { | 194 { |
| 188 "cmd": [ | 195 "cmd": [ |
| 189 "python", | 196 "python", |
| 190 "-u", | 197 "-u", |
| 191 "[CWD]\\v8\\tools\\swarming_client\\swarming.py", | 198 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
| 192 "trigger", | 199 "trigger", |
| 193 "--swarming", | 200 "--swarming", |
| 194 "https://chromium-swarm.appspot.com", | 201 "https://chromium-swarm.appspot.com", |
| 195 "--isolate-server", | 202 "--isolate-server", |
| 196 "https://isolateserver.appspot.com", | 203 "https://isolateserver.appspot.com", |
| 197 "--priority", | 204 "--priority", |
| 198 "30", | 205 "30", |
| 199 "--shards", | 206 "--shards", |
| 200 "2", | 207 "2", |
| 201 "--task-name", | 208 "--task-name", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 262 "--timeout=200", | 269 "--timeout=200", |
| 263 "--random-seed=-1504922035", | 270 "--random-seed=-1504922035", |
| 264 "bot_default", | 271 "bot_default", |
| 265 "--exhaustive-variants", | 272 "--exhaustive-variants", |
| 266 "--dcheck-always-on", | 273 "--dcheck-always-on", |
| 267 "--rerun-failures-count=2", | 274 "--rerun-failures-count=2", |
| 268 "--swarming", | 275 "--swarming", |
| 269 "--json-test-results", | 276 "--json-test-results", |
| 270 "${ISOLATED_OUTDIR}/output.json" | 277 "${ISOLATED_OUTDIR}/output.json" |
| 271 ], | 278 ], |
| 279 "cwd": "[SLAVE_BUILD]", |
| 272 "name": "[trigger] Check on Windows-7-SP1", | 280 "name": "[trigger] Check on Windows-7-SP1", |
| 273 "~followup_annotations": [ | 281 "~followup_annotations": [ |
| 274 "@@@STEP_LOG_LINE@json.output@{@@@", | 282 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 275 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Windows-7-SP1/
[dummy has/v8_win_dbg/571\", @@@", | 283 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Windows-7-SP1/
[dummy has/v8_win_dbg/571\", @@@", |
| 276 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 284 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 277 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/v8_win_
dbg/571:2:0\": {@@@", | 285 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/v8_win_
dbg/571:2:0\": {@@@", |
| 278 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 286 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 279 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 280 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 288 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 281 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 289 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 282 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/v8_win_
dbg/571:2:1\": {@@@", | 290 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/v8_win_
dbg/571:2:1\": {@@@", |
| 283 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 291 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
| 284 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 292 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
| 285 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 293 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
| 286 "@@@STEP_LOG_LINE@json.output@ }@@@", | 294 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 287 "@@@STEP_LOG_LINE@json.output@ }@@@", | 295 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 288 "@@@STEP_LOG_LINE@json.output@}@@@", | 296 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 289 "@@@STEP_LOG_END@json.output@@@", | 297 "@@@STEP_LOG_END@json.output@@@", |
| 290 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 298 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 291 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | 299 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" |
| 292 ] | 300 ] |
| 293 }, | 301 }, |
| 294 { | 302 { |
| 295 "cmd": [ | 303 "cmd": [ |
| 296 "python", | 304 "python", |
| 297 "-u", | 305 "-u", |
| 298 "[CWD]\\v8\\tools\\swarming_client\\swarming.py", | 306 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
| 299 "trigger", | 307 "trigger", |
| 300 "--swarming", | 308 "--swarming", |
| 301 "https://chromium-swarm.appspot.com", | 309 "https://chromium-swarm.appspot.com", |
| 302 "--isolate-server", | 310 "--isolate-server", |
| 303 "https://isolateserver.appspot.com", | 311 "https://isolateserver.appspot.com", |
| 304 "--priority", | 312 "--priority", |
| 305 "30", | 313 "30", |
| 306 "--shards", | 314 "--shards", |
| 307 "1", | 315 "1", |
| 308 "--task-name", | 316 "--task-name", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 "--random-seed=-1504922035", | 378 "--random-seed=-1504922035", |
| 371 "ignition", | 379 "ignition", |
| 372 "--ignition-turbofan", | 380 "--ignition-turbofan", |
| 373 "--variants=ignition_turbofan", | 381 "--variants=ignition_turbofan", |
| 374 "--dcheck-always-on", | 382 "--dcheck-always-on", |
| 375 "--rerun-failures-count=2", | 383 "--rerun-failures-count=2", |
| 376 "--swarming", | 384 "--swarming", |
| 377 "--json-test-results", | 385 "--json-test-results", |
| 378 "${ISOLATED_OUTDIR}/output.json" | 386 "${ISOLATED_OUTDIR}/output.json" |
| 379 ], | 387 ], |
| 388 "cwd": "[SLAVE_BUILD]", |
| 380 "name": "[trigger] Ignition - turbofan on Windows-7-SP1", | 389 "name": "[trigger] Ignition - turbofan on Windows-7-SP1", |
| 381 "~followup_annotations": [ | 390 "~followup_annotations": [ |
| 382 "@@@STEP_LOG_LINE@json.output@{@@@", | 391 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 383 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Windows-7-SP1/[dummy has/v8_win_dbg/571\", @@@", | 392 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Windows-7-SP1/[dummy has/v8_win_dbg/571\", @@@", |
| 384 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 393 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 385 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Windows-7-SP1/[dum
my has/v8_win_dbg/571\": {@@@", | 394 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Windows-7-SP1/[dum
my has/v8_win_dbg/571\": {@@@", |
| 386 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 395 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 387 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 396 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 388 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 397 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 389 "@@@STEP_LOG_LINE@json.output@ }@@@", | 398 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 390 "@@@STEP_LOG_LINE@json.output@ }@@@", | 399 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 391 "@@@STEP_LOG_LINE@json.output@}@@@", | 400 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 392 "@@@STEP_LOG_END@json.output@@@", | 401 "@@@STEP_LOG_END@json.output@@@", |
| 393 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 402 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 394 ] | 403 ] |
| 395 }, | 404 }, |
| 396 { | 405 { |
| 397 "cmd": [ | 406 "cmd": [ |
| 398 "python", | 407 "python", |
| 399 "-u", | 408 "-u", |
| 400 "[CWD]\\v8\\tools\\swarming_client\\swarming.py", | 409 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
| 401 "trigger", | 410 "trigger", |
| 402 "--swarming", | 411 "--swarming", |
| 403 "https://chromium-swarm.appspot.com", | 412 "https://chromium-swarm.appspot.com", |
| 404 "--isolate-server", | 413 "--isolate-server", |
| 405 "https://isolateserver.appspot.com", | 414 "https://isolateserver.appspot.com", |
| 406 "--priority", | 415 "--priority", |
| 407 "30", | 416 "30", |
| 408 "--shards", | 417 "--shards", |
| 409 "1", | 418 "1", |
| 410 "--task-name", | 419 "--task-name", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 "--timeout=200", | 480 "--timeout=200", |
| 472 "--random-seed=-1504922035", | 481 "--random-seed=-1504922035", |
| 473 "mozilla", | 482 "mozilla", |
| 474 "--exhaustive-variants", | 483 "--exhaustive-variants", |
| 475 "--dcheck-always-on", | 484 "--dcheck-always-on", |
| 476 "--rerun-failures-count=2", | 485 "--rerun-failures-count=2", |
| 477 "--swarming", | 486 "--swarming", |
| 478 "--json-test-results", | 487 "--json-test-results", |
| 479 "${ISOLATED_OUTDIR}/output.json" | 488 "${ISOLATED_OUTDIR}/output.json" |
| 480 ], | 489 ], |
| 490 "cwd": "[SLAVE_BUILD]", |
| 481 "name": "[trigger] Mozilla on Windows-7-SP1", | 491 "name": "[trigger] Mozilla on Windows-7-SP1", |
| 482 "~followup_annotations": [ | 492 "~followup_annotations": [ |
| 483 "@@@STEP_LOG_LINE@json.output@{@@@", | 493 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 484 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Windows-7-SP
1/[dummy has/v8_win_dbg/571\", @@@", | 494 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Windows-7-SP
1/[dummy has/v8_win_dbg/571\", @@@", |
| 485 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 495 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 486 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Windows-7-SP1/[dummy has/v8_wi
n_dbg/571\": {@@@", | 496 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Windows-7-SP1/[dummy has/v8_wi
n_dbg/571\": {@@@", |
| 487 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 497 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 488 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 498 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 489 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 499 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 490 "@@@STEP_LOG_LINE@json.output@ }@@@", | 500 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 491 "@@@STEP_LOG_LINE@json.output@ }@@@", | 501 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 492 "@@@STEP_LOG_LINE@json.output@}@@@", | 502 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 493 "@@@STEP_LOG_END@json.output@@@", | 503 "@@@STEP_LOG_END@json.output@@@", |
| 494 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 504 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 495 ] | 505 ] |
| 496 }, | 506 }, |
| 497 { | 507 { |
| 498 "allow_subannotations": true, | 508 "allow_subannotations": true, |
| 499 "cmd": [ | 509 "cmd": [ |
| 500 "python", | 510 "python", |
| 501 "-u", | 511 "-u", |
| 502 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", | 512 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", |
| 503 "--swarming-client-dir", | 513 "--swarming-client-dir", |
| 504 "[CWD]\\v8\\tools\\swarming_client", | 514 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
| 505 "--temp-root-dir", | 515 "--temp-root-dir", |
| 506 "[TMP]", | 516 "[TMP_BASE]", |
| 507 "--merged-test-output", | 517 "--merged-test-output", |
| 508 "/path/to/tmp/json", | 518 "/path/to/tmp/json", |
| 509 "--", | 519 "--", |
| 510 "collect", | 520 "collect", |
| 511 "--swarming", | 521 "--swarming", |
| 512 "https://chromium-swarm.appspot.com", | 522 "https://chromium-swarm.appspot.com", |
| 513 "--decorate", | 523 "--decorate", |
| 514 "--print-status-updates", | 524 "--print-status-updates", |
| 515 "--shards", | 525 "--shards", |
| 516 "2", | 526 "2", |
| 517 "Check/Windows-7-SP1/[dummy has/v8_win_dbg/571" | 527 "Check/Windows-7-SP1/[dummy has/v8_win_dbg/571" |
| 518 ], | 528 ], |
| 529 "cwd": "[SLAVE_BUILD]", |
| 519 "name": "Check", | 530 "name": "Check", |
| 520 "~followup_annotations": [ | 531 "~followup_annotations": [ |
| 521 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 532 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 522 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 533 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 523 "@@@STEP_LOG_LINE@durations@@@@", | 534 "@@@STEP_LOG_LINE@durations@@@@", |
| 524 "@@@STEP_LOG_LINE@durations@Details:@@@", | 535 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 525 "@@@STEP_LOG_LINE@durations@@@@", | 536 "@@@STEP_LOG_LINE@durations@@@@", |
| 526 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 537 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 527 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 538 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 528 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 539 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 529 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 540 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 530 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 541 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 531 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 542 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 532 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 543 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 533 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 544 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 534 "@@@STEP_LOG_END@durations@@@" | 545 "@@@STEP_LOG_END@durations@@@" |
| 535 ] | 546 ] |
| 536 }, | 547 }, |
| 537 { | 548 { |
| 538 "allow_subannotations": true, | 549 "allow_subannotations": true, |
| 539 "cmd": [ | 550 "cmd": [ |
| 540 "python", | 551 "python", |
| 541 "-u", | 552 "-u", |
| 542 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", | 553 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", |
| 543 "--swarming-client-dir", | 554 "--swarming-client-dir", |
| 544 "[CWD]\\v8\\tools\\swarming_client", | 555 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
| 545 "--temp-root-dir", | 556 "--temp-root-dir", |
| 546 "[TMP]", | 557 "[TMP_BASE]", |
| 547 "--merged-test-output", | 558 "--merged-test-output", |
| 548 "/path/to/tmp/json", | 559 "/path/to/tmp/json", |
| 549 "--", | 560 "--", |
| 550 "collect", | 561 "collect", |
| 551 "--swarming", | 562 "--swarming", |
| 552 "https://chromium-swarm.appspot.com", | 563 "https://chromium-swarm.appspot.com", |
| 553 "--decorate", | 564 "--decorate", |
| 554 "--print-status-updates", | 565 "--print-status-updates", |
| 555 "--shards", | 566 "--shards", |
| 556 "1", | 567 "1", |
| 557 "Ignition - turbofan/Windows-7-SP1/[dummy has/v8_win_dbg/571" | 568 "Ignition - turbofan/Windows-7-SP1/[dummy has/v8_win_dbg/571" |
| 558 ], | 569 ], |
| 570 "cwd": "[SLAVE_BUILD]", |
| 559 "name": "Ignition - turbofan", | 571 "name": "Ignition - turbofan", |
| 560 "~followup_annotations": [ | 572 "~followup_annotations": [ |
| 561 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 573 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 562 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 574 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 563 "@@@STEP_LOG_LINE@durations@@@@", | 575 "@@@STEP_LOG_LINE@durations@@@@", |
| 564 "@@@STEP_LOG_LINE@durations@Details:@@@", | 576 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 565 "@@@STEP_LOG_LINE@durations@@@@", | 577 "@@@STEP_LOG_LINE@durations@@@@", |
| 566 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 578 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 567 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 579 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 568 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 580 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 569 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 581 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 570 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 582 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 571 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 583 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 572 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 584 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 573 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 585 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 574 "@@@STEP_LOG_END@durations@@@" | 586 "@@@STEP_LOG_END@durations@@@" |
| 575 ] | 587 ] |
| 576 }, | 588 }, |
| 577 { | 589 { |
| 578 "allow_subannotations": true, | 590 "allow_subannotations": true, |
| 579 "cmd": [ | 591 "cmd": [ |
| 580 "python", | 592 "python", |
| 581 "-u", | 593 "-u", |
| 582 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", | 594 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", |
| 583 "--swarming-client-dir", | 595 "--swarming-client-dir", |
| 584 "[CWD]\\v8\\tools\\swarming_client", | 596 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
| 585 "--temp-root-dir", | 597 "--temp-root-dir", |
| 586 "[TMP]", | 598 "[TMP_BASE]", |
| 587 "--merged-test-output", | 599 "--merged-test-output", |
| 588 "/path/to/tmp/json", | 600 "/path/to/tmp/json", |
| 589 "--", | 601 "--", |
| 590 "collect", | 602 "collect", |
| 591 "--swarming", | 603 "--swarming", |
| 592 "https://chromium-swarm.appspot.com", | 604 "https://chromium-swarm.appspot.com", |
| 593 "--decorate", | 605 "--decorate", |
| 594 "--print-status-updates", | 606 "--print-status-updates", |
| 595 "--shards", | 607 "--shards", |
| 596 "1", | 608 "1", |
| 597 "Mozilla/Windows-7-SP1/[dummy has/v8_win_dbg/571" | 609 "Mozilla/Windows-7-SP1/[dummy has/v8_win_dbg/571" |
| 598 ], | 610 ], |
| 611 "cwd": "[SLAVE_BUILD]", |
| 599 "name": "Mozilla", | 612 "name": "Mozilla", |
| 600 "~followup_annotations": [ | 613 "~followup_annotations": [ |
| 601 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 614 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 602 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 615 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 603 "@@@STEP_LOG_LINE@durations@@@@", | 616 "@@@STEP_LOG_LINE@durations@@@@", |
| 604 "@@@STEP_LOG_LINE@durations@Details:@@@", | 617 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 605 "@@@STEP_LOG_LINE@durations@@@@", | 618 "@@@STEP_LOG_LINE@durations@@@@", |
| 606 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 619 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 607 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 620 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 608 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 621 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 609 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 622 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 610 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 623 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 611 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 624 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 612 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 625 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 613 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 626 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 614 "@@@STEP_LOG_END@durations@@@" | 627 "@@@STEP_LOG_END@durations@@@" |
| 615 ] | 628 ] |
| 616 }, | 629 }, |
| 617 { | 630 { |
| 618 "name": "$result", | 631 "name": "$result", |
| 619 "recipe_result": null, | 632 "recipe_result": null, |
| 620 "status_code": 0 | 633 "status_code": 0 |
| 621 } | 634 } |
| 622 ] | 635 ] |
| OLD | NEW |