| 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 Win32 - nosnap - shared", | 19 "V8 Win32 - nosnap - shared", |
| 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 component=shared_library fastbuild=1 go
madir='[ROOT]\\b\\build\\goma' target_arch=ia32 test_isolation_mode=prepare use_
goma=1 v8_target_arch=ia32 v8_use_snapshot=false", | 101 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8
_target_arch=ia32 v8_use_snapshot=false", |
| 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", | 132 "Release", |
| 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 "--" | 147 "--" |
| 143 ], | 148 ], |
| 149 "cwd": "[SLAVE_BUILD]", |
| 144 "env": { | 150 "env": { |
| 145 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 151 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 146 }, | 152 }, |
| 147 "name": "compile", | 153 "name": "compile", |
| 148 "~followup_annotations": [ | 154 "~followup_annotations": [ |
| 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 155 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 150 "@@@STEP_LOG_END@json.output (invalid)@@@" | 156 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 151 ] | 157 ] |
| 152 }, | 158 }, |
| 153 { | 159 { |
| 154 "cmd": [ | 160 "cmd": [ |
| 155 "python", | 161 "python", |
| 156 "-u", | 162 "-u", |
| 157 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 163 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 158 "[CWD]\\v8\\tools\\swarming_client", | 164 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
| 159 "batcharchive", | 165 "batcharchive", |
| 160 "--dump-json", | 166 "--dump-json", |
| 161 "/path/to/tmp/json", | 167 "/path/to/tmp/json", |
| 162 "--isolate-server", | 168 "--isolate-server", |
| 163 "https://isolateserver.appspot.com", | 169 "https://isolateserver.appspot.com", |
| 164 "--verbose", | 170 "--verbose", |
| 165 "[CWD]\\v8\\out\\Release\\bot_default.isolated.gen.json", | 171 "[SLAVE_BUILD]\\v8\\out\\Release\\bot_default.isolated.gen.json", |
| 166 "[CWD]\\v8\\out\\Release\\ignition.isolated.gen.json" | 172 "[SLAVE_BUILD]\\v8\\out\\Release\\ignition.isolated.gen.json" |
| 167 ], | 173 ], |
| 174 "cwd": "[SLAVE_BUILD]", |
| 168 "name": "isolate tests", | 175 "name": "isolate tests", |
| 169 "~followup_annotations": [ | 176 "~followup_annotations": [ |
| 170 "@@@STEP_LOG_LINE@json.output@{@@@", | 177 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 171 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 178 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
| 172 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
"@@@", | 179 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\
"@@@", |
| 173 "@@@STEP_LOG_LINE@json.output@}@@@", | 180 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 174 "@@@STEP_LOG_END@json.output@@@" | 181 "@@@STEP_LOG_END@json.output@@@" |
| 175 ] | 182 ] |
| 176 }, | 183 }, |
| 177 { | 184 { |
| 178 "cmd": [ | 185 "cmd": [ |
| 179 "python", | 186 "python", |
| 180 "-u", | 187 "-u", |
| 181 "[CWD]\\v8\\tools\\swarming_client\\swarming.py", | 188 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
| 182 "trigger", | 189 "trigger", |
| 183 "--swarming", | 190 "--swarming", |
| 184 "https://chromium-swarm.appspot.com", | 191 "https://chromium-swarm.appspot.com", |
| 185 "--isolate-server", | 192 "--isolate-server", |
| 186 "https://isolateserver.appspot.com", | 193 "https://isolateserver.appspot.com", |
| 187 "--priority", | 194 "--priority", |
| 188 "25", | 195 "25", |
| 189 "--shards", | 196 "--shards", |
| 190 "2", | 197 "2", |
| 191 "--task-name", | 198 "--task-name", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 "--timeout=200", | 253 "--timeout=200", |
| 247 "--random-seed=1756700611", | 254 "--random-seed=1756700611", |
| 248 "bot_default", | 255 "bot_default", |
| 249 "--no-snap", | 256 "--no-snap", |
| 250 "--exhaustive-variants", | 257 "--exhaustive-variants", |
| 251 "--rerun-failures-count=2", | 258 "--rerun-failures-count=2", |
| 252 "--swarming", | 259 "--swarming", |
| 253 "--json-test-results", | 260 "--json-test-results", |
| 254 "${ISOLATED_OUTDIR}/output.json" | 261 "${ISOLATED_OUTDIR}/output.json" |
| 255 ], | 262 ], |
| 263 "cwd": "[SLAVE_BUILD]", |
| 256 "name": "[trigger] Check on Windows-7-SP1", | 264 "name": "[trigger] Check on Windows-7-SP1", |
| 257 "~followup_annotations": [ | 265 "~followup_annotations": [ |
| 258 "@@@STEP_LOG_LINE@json.output@{@@@", | 266 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 259 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Windows-7-SP1/
[dummy has/V8 Win32 - nosnap - shared/571\", @@@", | 267 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Windows-7-SP1/
[dummy has/V8 Win32 - nosnap - shared/571\", @@@", |
| 260 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 268 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 261 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/V8 Win3
2 - nosnap - shared/571:2:0\": {@@@", | 269 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/V8 Win3
2 - nosnap - shared/571:2:0\": {@@@", |
| 262 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", | 270 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 263 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", | 271 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 264 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", | 272 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 265 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 273 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 266 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/V8 Win3
2 - nosnap - shared/571:2:1\": {@@@", | 274 "@@@STEP_LOG_LINE@json.output@ \"Check/Windows-7-SP1/[dummy has/V8 Win3
2 - nosnap - shared/571:2:1\": {@@@", |
| 267 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", | 275 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 1, @@@", |
| 268 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", | 276 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10100\", @@@", |
| 269 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", | 277 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10100\"@@@", |
| 270 "@@@STEP_LOG_LINE@json.output@ }@@@", | 278 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 271 "@@@STEP_LOG_LINE@json.output@ }@@@", | 279 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 272 "@@@STEP_LOG_LINE@json.output@}@@@", | 280 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 273 "@@@STEP_LOG_END@json.output@@@", | 281 "@@@STEP_LOG_END@json.output@@@", |
| 274 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", | 282 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@", |
| 275 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" | 283 "@@@STEP_LINK@shard #1@https://chromium-swarm.appspot.com/user/task/10100@
@@" |
| 276 ] | 284 ] |
| 277 }, | 285 }, |
| 278 { | 286 { |
| 279 "cmd": [ | 287 "cmd": [ |
| 280 "python", | 288 "python", |
| 281 "-u", | 289 "-u", |
| 282 "[CWD]\\v8\\tools\\swarming_client\\swarming.py", | 290 "[SLAVE_BUILD]\\v8\\tools\\swarming_client\\swarming.py", |
| 283 "trigger", | 291 "trigger", |
| 284 "--swarming", | 292 "--swarming", |
| 285 "https://chromium-swarm.appspot.com", | 293 "https://chromium-swarm.appspot.com", |
| 286 "--isolate-server", | 294 "--isolate-server", |
| 287 "https://isolateserver.appspot.com", | 295 "https://isolateserver.appspot.com", |
| 288 "--priority", | 296 "--priority", |
| 289 "25", | 297 "25", |
| 290 "--shards", | 298 "--shards", |
| 291 "1", | 299 "1", |
| 292 "--task-name", | 300 "--task-name", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 "--random-seed=1756700611", | 356 "--random-seed=1756700611", |
| 349 "ignition", | 357 "ignition", |
| 350 "--ignition-turbofan", | 358 "--ignition-turbofan", |
| 351 "--no-snap", | 359 "--no-snap", |
| 352 "--variants=ignition_turbofan", | 360 "--variants=ignition_turbofan", |
| 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] Ignition - turbofan on Windows-7-SP1", | 367 "name": "[trigger] Ignition - turbofan 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\": \"Ignition - turbofan/
Windows-7-SP1/[dummy has/V8 Win32 - nosnap - shared/571\", @@@", | 370 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Ignition - turbofan/
Windows-7-SP1/[dummy has/V8 Win32 - nosnap - shared/571\", @@@", |
| 362 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 371 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 363 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Windows-7-SP1/[dum
my has/V8 Win32 - nosnap - shared/571\": {@@@", | 372 "@@@STEP_LOG_LINE@json.output@ \"Ignition - turbofan/Windows-7-SP1/[dum
my has/V8 Win32 - nosnap - shared/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 "allow_subannotations": true, | 384 "allow_subannotations": true, |
| 376 "cmd": [ | 385 "cmd": [ |
| 377 "python", | 386 "python", |
| 378 "-u", | 387 "-u", |
| 379 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", | 388 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", |
| 380 "--swarming-client-dir", | 389 "--swarming-client-dir", |
| 381 "[CWD]\\v8\\tools\\swarming_client", | 390 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
| 382 "--temp-root-dir", | 391 "--temp-root-dir", |
| 383 "[TMP]", | 392 "[TMP_BASE]", |
| 384 "--merged-test-output", | 393 "--merged-test-output", |
| 385 "/path/to/tmp/json", | 394 "/path/to/tmp/json", |
| 386 "--", | 395 "--", |
| 387 "collect", | 396 "collect", |
| 388 "--swarming", | 397 "--swarming", |
| 389 "https://chromium-swarm.appspot.com", | 398 "https://chromium-swarm.appspot.com", |
| 390 "--decorate", | 399 "--decorate", |
| 391 "--print-status-updates", | 400 "--print-status-updates", |
| 392 "--shards", | 401 "--shards", |
| 393 "2", | 402 "2", |
| 394 "Check/Windows-7-SP1/[dummy has/V8 Win32 - nosnap - shared/571" | 403 "Check/Windows-7-SP1/[dummy has/V8 Win32 - nosnap - shared/571" |
| 395 ], | 404 ], |
| 405 "cwd": "[SLAVE_BUILD]", |
| 396 "name": "Check", | 406 "name": "Check", |
| 397 "~followup_annotations": [ | 407 "~followup_annotations": [ |
| 398 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 408 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 399 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 409 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 400 "@@@STEP_LOG_LINE@durations@@@@", | 410 "@@@STEP_LOG_LINE@durations@@@@", |
| 401 "@@@STEP_LOG_LINE@durations@Details:@@@", | 411 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 402 "@@@STEP_LOG_LINE@durations@@@@", | 412 "@@@STEP_LOG_LINE@durations@@@@", |
| 403 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 413 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 404 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 414 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 405 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 415 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 406 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 416 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 407 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 417 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 408 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 418 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 409 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 419 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 410 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 420 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 411 "@@@STEP_LOG_END@durations@@@" | 421 "@@@STEP_LOG_END@durations@@@" |
| 412 ] | 422 ] |
| 413 }, | 423 }, |
| 414 { | 424 { |
| 415 "allow_subannotations": true, | 425 "allow_subannotations": true, |
| 416 "cmd": [ | 426 "cmd": [ |
| 417 "python", | 427 "python", |
| 418 "-u", | 428 "-u", |
| 419 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", | 429 "RECIPE_MODULE[build::v8]\\resources\\collect_v8_task.py", |
| 420 "--swarming-client-dir", | 430 "--swarming-client-dir", |
| 421 "[CWD]\\v8\\tools\\swarming_client", | 431 "[SLAVE_BUILD]\\v8\\tools\\swarming_client", |
| 422 "--temp-root-dir", | 432 "--temp-root-dir", |
| 423 "[TMP]", | 433 "[TMP_BASE]", |
| 424 "--merged-test-output", | 434 "--merged-test-output", |
| 425 "/path/to/tmp/json", | 435 "/path/to/tmp/json", |
| 426 "--", | 436 "--", |
| 427 "collect", | 437 "collect", |
| 428 "--swarming", | 438 "--swarming", |
| 429 "https://chromium-swarm.appspot.com", | 439 "https://chromium-swarm.appspot.com", |
| 430 "--decorate", | 440 "--decorate", |
| 431 "--print-status-updates", | 441 "--print-status-updates", |
| 432 "--shards", | 442 "--shards", |
| 433 "1", | 443 "1", |
| 434 "Ignition - turbofan/Windows-7-SP1/[dummy has/V8 Win32 - nosnap - shared/5
71" | 444 "Ignition - turbofan/Windows-7-SP1/[dummy has/V8 Win32 - nosnap - shared/5
71" |
| 435 ], | 445 ], |
| 446 "cwd": "[SLAVE_BUILD]", |
| 436 "name": "Ignition - turbofan", | 447 "name": "Ignition - turbofan", |
| 437 "~followup_annotations": [ | 448 "~followup_annotations": [ |
| 438 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", | 449 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", |
| 439 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", | 450 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", |
| 440 "@@@STEP_LOG_LINE@durations@@@@", | 451 "@@@STEP_LOG_LINE@durations@@@@", |
| 441 "@@@STEP_LOG_LINE@durations@Details:@@@", | 452 "@@@STEP_LOG_LINE@durations@Details:@@@", |
| 442 "@@@STEP_LOG_LINE@durations@@@@", | 453 "@@@STEP_LOG_LINE@durations@@@@", |
| 443 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", | 454 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", |
| 444 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", | 455 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", |
| 445 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", | 456 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", |
| 446 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 457 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 447 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 458 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 448 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 459 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 449 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 460 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 450 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 461 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 451 "@@@STEP_LOG_END@durations@@@" | 462 "@@@STEP_LOG_END@durations@@@" |
| 452 ] | 463 ] |
| 453 }, | 464 }, |
| 454 { | 465 { |
| 455 "name": "$result", | 466 "name": "$result", |
| 456 "recipe_result": null, | 467 "recipe_result": null, |
| 457 "status_code": 0 | 468 "status_code": 0 |
| 458 } | 469 } |
| 459 ] | 470 ] |
| OLD | NEW |