Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(433)

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Win64___debug.json

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

Powered by Google App Engine
This is Rietveld 408576698