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