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

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

Issue 1575923002: V8 Buildbot: Switch remaining mac bots to swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 11 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_mac_dbg", 10 "v8_mac_dbg",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", 14 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]",
15 "--root", 15 "--root",
16 "v8", 16 "v8",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"v8\": \"got_revision\"}", 18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c lient_revision\"}",
19 "--issue", 19 "--issue",
20 "12853011", 20 "12853011",
21 "--patchset", 21 "--patchset",
22 "1", 22 "1",
23 "--rietveld_server", 23 "--rietveld_server",
24 "https://codereview.chromium.org", 24 "https://codereview.chromium.org",
25 "--output_json", 25 "--output_json",
26 "/path/to/tmp/json", 26 "/path/to/tmp/json",
27 "--revision", 27 "--revision",
28 "v8@12345", 28 "v8@12345",
29 "--no_shallow", 29 "--no_shallow",
30 "--output_manifest" 30 "--output_manifest"
31 ], 31 ],
32 "cwd": "[SLAVE_BUILD]", 32 "cwd": "[SLAVE_BUILD]",
33 "name": "bot_update", 33 "name": "bot_update",
34 "~followup_annotations": [ 34 "~followup_annotations": [
35 "@@@STEP_TEXT@Some step text@@@", 35 "@@@STEP_TEXT@Some step text@@@",
36 "@@@STEP_LOG_LINE@json.output@{@@@", 36 "@@@STEP_LOG_LINE@json.output@{@@@",
37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@", 39 "@@@STEP_LOG_LINE@json.output@ \"v8\": {@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8. git\", @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8. git\", @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777 bb78a1f5bd0241f64c\"@@@", 41 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f2cbea7e89a45f46819777 bb78a1f5bd0241f64c\"@@@",
42 "@@@STEP_LOG_LINE@json.output@ }, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"v8/tools/swarming_client\": {@@@",
44 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/v8/ tools/swarming_client.git\", @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"e4fee0b18f8163be6097c9 c571640038896debc4\"@@@",
42 "@@@STEP_LOG_LINE@json.output@ }@@@", 46 "@@@STEP_LOG_LINE@json.output@ }@@@",
43 "@@@STEP_LOG_LINE@json.output@ }, @@@", 47 "@@@STEP_LOG_LINE@json.output@ }, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 48 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
45 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"v8\", @@@", 49 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"v8\", @@@",
46 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 50 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
47 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f2cbea7e89a45f468197 77bb78a1f5bd0241f64c\", @@@", 51 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f2cbea7e89a45f468197 77bb78a1f5bd0241f64c\", @@@",
48 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#50110}\"@@@", 52 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#50110}\", @@@",
53 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"e4fe e0b18f8163be6097c9c571640038896debc4\", @@@",
54 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r efs/heads/master@{#108913}\"@@@",
49 "@@@STEP_LOG_LINE@json.output@ }, @@@", 55 "@@@STEP_LOG_LINE@json.output@ }, @@@",
50 "@@@STEP_LOG_LINE@json.output@ \"root\": \"v8\", @@@", 56 "@@@STEP_LOG_LINE@json.output@ \"root\": \"v8\", @@@",
51 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 57 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
52 "@@@STEP_LOG_LINE@json.output@}@@@", 58 "@@@STEP_LOG_LINE@json.output@}@@@",
53 "@@@STEP_LOG_END@json.output@@@", 59 "@@@STEP_LOG_END@json.output@@@",
54 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241 f64c\"@@@", 60 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241 f64c\"@@@",
55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" 61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@",
62 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#108913}\"@@@",
63 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097 c9c571640038896debc4\"@@@"
56 ] 64 ]
57 }, 65 },
58 { 66 {
67 "cmd": [
68 "python",
69 "-u",
70 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
71 "--version"
72 ],
73 "cwd": "[SLAVE_BUILD]",
74 "name": "swarming.py --version",
75 "stdout": "/path/to/tmp/",
76 "~followup_annotations": [
77 "@@@STEP_TEXT@0.4.10@@@"
78 ]
79 },
80 {
59 "cmd": [ 81 "cmd": [
60 "python", 82 "python",
61 "-u", 83 "-u",
62 "[DEPOT_TOOLS]/gclient.py", 84 "[DEPOT_TOOLS]/gclient.py",
63 "runhooks" 85 "runhooks"
64 ], 86 ],
65 "cwd": "[SLAVE_BUILD]", 87 "cwd": "[SLAVE_BUILD]",
66 "env": { 88 "env": {
67 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/go ma' target_arch=ia32 use_goma=1 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8 _target_arch=ia32", 89 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/go ma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchec ks=1 v8_optimized_debug=1 v8_target_arch=ia32",
68 "GYP_GENERATORS": "ninja" 90 "GYP_GENERATORS": "ninja"
69 }, 91 },
70 "name": "gclient runhooks" 92 "name": "gclient runhooks"
71 }, 93 },
72 { 94 {
73 "cmd": [ 95 "cmd": [
74 "python", 96 "python",
75 "-u", 97 "-u",
76 "[BUILD]/scripts/slave/cleanup_temp.py" 98 "[BUILD]/scripts/slave/cleanup_temp.py"
77 ], 99 ],
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "name": "compile", 145 "name": "compile",
124 "~followup_annotations": [ 146 "~followup_annotations": [
125 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
126 "@@@STEP_LOG_END@json.output (invalid)@@@" 148 "@@@STEP_LOG_END@json.output (invalid)@@@"
127 ] 149 ]
128 }, 150 },
129 { 151 {
130 "cmd": [ 152 "cmd": [
131 "python", 153 "python",
132 "-u", 154 "-u",
133 "[SLAVE_BUILD]/v8/tools/run-tests.py", 155 "RECIPE_MODULE[isolate]/resources/isolate.py",
156 "[SLAVE_BUILD]/v8/tools/swarming_client",
157 "batcharchive",
158 "--dump-json",
159 "/path/to/tmp/json",
160 "--isolate-server",
161 "https://isolateserver.appspot.com",
162 "--verbose",
163 "[SLAVE_BUILD]/v8/out/Debug/bot_default.isolated.gen.json",
164 "[SLAVE_BUILD]/v8/out/Debug/mozilla.isolated.gen.json",
165 "[SLAVE_BUILD]/v8/out/Debug/simdjs.isolated.gen.json",
166 "[SLAVE_BUILD]/v8/out/Debug/test262.isolated.gen.json"
167 ],
168 "cwd": "[SLAVE_BUILD]",
169 "name": "isolate tests",
170 "~followup_annotations": [
171 "@@@STEP_LOG_LINE@json.output@{@@@",
172 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@",
173 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@",
174 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @ @@",
175 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@",
176 "@@@STEP_LOG_LINE@json.output@}@@@",
177 "@@@STEP_LOG_END@json.output@@@"
178 ]
179 },
180 {
181 "cmd": [
182 "python",
183 "-u",
184 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
185 "trigger",
186 "--swarming",
187 "https://chromium-swarm.appspot.com",
188 "--isolate-server",
189 "https://isolateserver.appspot.com",
190 "--priority",
191 "30",
192 "--shards",
193 "1",
194 "--task-name",
195 "Check/Mac-10.9/[dummy has/v8_mac_dbg/571",
196 "--dump-json",
197 "/path/to/tmp/json",
198 "--expiration",
199 "3600",
200 "--io-timeout",
201 "1200",
202 "--hard-timeout",
203 "2700",
204 "--dimension",
205 "cpu",
206 "x86-64",
207 "--dimension",
208 "gpu",
209 "none",
210 "--dimension",
211 "os",
212 "Mac-10.9",
213 "--dimension",
214 "pool",
215 "Chrome",
216 "--tag",
217 "buildername:v8_mac_dbg",
218 "--tag",
219 "buildnumber:571",
220 "--tag",
221 "data:[dummy hash for bot_default]",
222 "--tag",
223 "master:tryserver.v8",
224 "--tag",
225 "name:Check",
226 "--tag",
227 "os:Mac-10.9",
228 "--tag",
229 "patch_project:v8",
230 "--tag",
231 "project:v8",
232 "--tag",
233 "purpose:CQ",
234 "--tag",
235 "purpose:pre-commit",
236 "--tag",
237 "rietveld:https://codereview.chromium.org/12853011/#ps1",
238 "--tag",
239 "slavename:TestSlavename",
240 "--tag",
241 "stepname:Check on Mac-10.9",
242 "--user",
243 "commit-bot@chromium.org",
244 "[dummy hash for bot_default]",
245 "--",
134 "--progress=verbose", 246 "--progress=verbose",
135 "--mode", 247 "--mode",
136 "Debug", 248 "Debug",
137 "--arch", 249 "--arch",
138 "ia32", 250 "ia32",
139 "--outdir", 251 "--outdir",
140 "out", 252 "out",
141 "--buildbot", 253 "--buildbot",
142 "--timeout=200", 254 "--timeout=200",
143 "bot_default", 255 "bot_default",
144 "--exhaustive-variants", 256 "--exhaustive-variants",
145 "--dcheck-always-on", 257 "--dcheck-always-on",
146 "--rerun-failures-count=2", 258 "--rerun-failures-count=2",
259 "--swarming",
147 "--json-test-results", 260 "--json-test-results",
148 "/path/to/tmp/json" 261 "${ISOLATED_OUTDIR}/output.json"
149 ], 262 ],
150 "cwd": "[SLAVE_BUILD]/v8", 263 "cwd": "[SLAVE_BUILD]",
151 "name": "Check", 264 "name": "[trigger] Check on Mac-10.9",
152 "~followup_annotations": [ 265 "~followup_annotations": [
153 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 266 "@@@STEP_LOG_LINE@json.output@{@@@",
154 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 267 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dumm y has/v8_mac_dbg/571\", @@@",
155 "@@@STEP_LOG_LINE@durations@@@@", 268 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
156 "@@@STEP_LOG_LINE@durations@Details:@@@", 269 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/v8_mac_dbg/5 71\": {@@@",
157 "@@@STEP_LOG_LINE@durations@@@@", 270 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
158 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 271 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
159 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 272 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
160 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 273 "@@@STEP_LOG_LINE@json.output@ }@@@",
161 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 274 "@@@STEP_LOG_LINE@json.output@ }@@@",
162 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 275 "@@@STEP_LOG_LINE@json.output@}@@@",
163 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 276 "@@@STEP_LOG_END@json.output@@@",
164 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 277 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
165 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
166 "@@@STEP_LOG_END@durations@@@"
167 ] 278 ]
168 }, 279 },
169 { 280 {
170 "cmd": [ 281 "cmd": [
171 "python", 282 "python",
172 "-u", 283 "-u",
173 "[SLAVE_BUILD]/v8/tools/run-tests.py", 284 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
285 "trigger",
286 "--swarming",
287 "https://chromium-swarm.appspot.com",
288 "--isolate-server",
289 "https://isolateserver.appspot.com",
290 "--priority",
291 "30",
292 "--shards",
293 "1",
294 "--task-name",
295 "Test262 - no variants/Mac-10.9/[dummy has/v8_mac_dbg/571",
296 "--dump-json",
297 "/path/to/tmp/json",
298 "--expiration",
299 "3600",
300 "--io-timeout",
301 "1200",
302 "--hard-timeout",
303 "2700",
304 "--dimension",
305 "cpu",
306 "x86-64",
307 "--dimension",
308 "gpu",
309 "none",
310 "--dimension",
311 "os",
312 "Mac-10.9",
313 "--dimension",
314 "pool",
315 "Chrome",
316 "--tag",
317 "buildername:v8_mac_dbg",
318 "--tag",
319 "buildnumber:571",
320 "--tag",
321 "data:[dummy hash for test262]",
322 "--tag",
323 "master:tryserver.v8",
324 "--tag",
325 "name:Test262 - no variants",
326 "--tag",
327 "os:Mac-10.9",
328 "--tag",
329 "patch_project:v8",
330 "--tag",
331 "project:v8",
332 "--tag",
333 "purpose:CQ",
334 "--tag",
335 "purpose:pre-commit",
336 "--tag",
337 "rietveld:https://codereview.chromium.org/12853011/#ps1",
338 "--tag",
339 "slavename:TestSlavename",
340 "--tag",
341 "stepname:Test262 - no variants on Mac-10.9",
342 "--user",
343 "commit-bot@chromium.org",
344 "[dummy hash for test262]",
345 "--",
174 "--progress=verbose", 346 "--progress=verbose",
175 "--mode", 347 "--mode",
176 "Debug", 348 "Debug",
349 "--arch",
350 "ia32",
351 "--outdir",
352 "out",
353 "--buildbot",
354 "--timeout=200",
355 "test262",
356 "--no-variants",
357 "--download-data",
358 "--exhaustive-variants",
359 "--dcheck-always-on",
360 "--rerun-failures-count=2",
361 "--swarming",
362 "--json-test-results",
363 "${ISOLATED_OUTDIR}/output.json"
364 ],
365 "cwd": "[SLAVE_BUILD]",
366 "name": "[trigger] Test262 - no variants on Mac-10.9",
367 "~followup_annotations": [
368 "@@@STEP_LOG_LINE@json.output@{@@@",
369 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Test262 - no variant s/Mac-10.9/[dummy has/v8_mac_dbg/571\", @@@",
370 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
371 "@@@STEP_LOG_LINE@json.output@ \"Test262 - no variants/Mac-10.9/[dummy has/v8_mac_dbg/571\": {@@@",
372 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
373 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
374 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
375 "@@@STEP_LOG_LINE@json.output@ }@@@",
376 "@@@STEP_LOG_LINE@json.output@ }@@@",
377 "@@@STEP_LOG_LINE@json.output@}@@@",
378 "@@@STEP_LOG_END@json.output@@@",
379 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
380 ]
381 },
382 {
383 "cmd": [
384 "python",
385 "-u",
386 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
387 "trigger",
388 "--swarming",
389 "https://chromium-swarm.appspot.com",
390 "--isolate-server",
391 "https://isolateserver.appspot.com",
392 "--priority",
393 "30",
394 "--shards",
395 "1",
396 "--task-name",
397 "Mozilla/Mac-10.9/[dummy has/v8_mac_dbg/571",
398 "--dump-json",
399 "/path/to/tmp/json",
400 "--expiration",
401 "3600",
402 "--io-timeout",
403 "1200",
404 "--hard-timeout",
405 "2700",
406 "--dimension",
407 "cpu",
408 "x86-64",
409 "--dimension",
410 "gpu",
411 "none",
412 "--dimension",
413 "os",
414 "Mac-10.9",
415 "--dimension",
416 "pool",
417 "Chrome",
418 "--tag",
419 "buildername:v8_mac_dbg",
420 "--tag",
421 "buildnumber:571",
422 "--tag",
423 "data:[dummy hash for mozilla]",
424 "--tag",
425 "master:tryserver.v8",
426 "--tag",
427 "name:Mozilla",
428 "--tag",
429 "os:Mac-10.9",
430 "--tag",
431 "patch_project:v8",
432 "--tag",
433 "project:v8",
434 "--tag",
435 "purpose:CQ",
436 "--tag",
437 "purpose:pre-commit",
438 "--tag",
439 "rietveld:https://codereview.chromium.org/12853011/#ps1",
440 "--tag",
441 "slavename:TestSlavename",
442 "--tag",
443 "stepname:Mozilla on Mac-10.9",
444 "--user",
445 "commit-bot@chromium.org",
446 "[dummy hash for mozilla]",
447 "--",
448 "--progress=verbose",
449 "--mode",
450 "Debug",
451 "--arch",
452 "ia32",
453 "--outdir",
454 "out",
455 "--buildbot",
456 "--timeout=200",
457 "mozilla",
458 "--exhaustive-variants",
459 "--dcheck-always-on",
460 "--rerun-failures-count=2",
461 "--swarming",
462 "--json-test-results",
463 "${ISOLATED_OUTDIR}/output.json"
464 ],
465 "cwd": "[SLAVE_BUILD]",
466 "name": "[trigger] Mozilla on Mac-10.9",
467 "~followup_annotations": [
468 "@@@STEP_LOG_LINE@json.output@{@@@",
469 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Mozilla/Mac-10.9/[du mmy has/v8_mac_dbg/571\", @@@",
470 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
471 "@@@STEP_LOG_LINE@json.output@ \"Mozilla/Mac-10.9/[dummy has/v8_mac_dbg /571\": {@@@",
472 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
473 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
474 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
475 "@@@STEP_LOG_LINE@json.output@ }@@@",
476 "@@@STEP_LOG_LINE@json.output@ }@@@",
477 "@@@STEP_LOG_LINE@json.output@}@@@",
478 "@@@STEP_LOG_END@json.output@@@",
479 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
480 ]
481 },
482 {
483 "cmd": [
484 "python",
485 "-u",
486 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
487 "trigger",
488 "--swarming",
489 "https://chromium-swarm.appspot.com",
490 "--isolate-server",
491 "https://isolateserver.appspot.com",
492 "--priority",
493 "30",
494 "--shards",
495 "1",
496 "--task-name",
497 "SimdJs - all/Mac-10.9/[dummy has/v8_mac_dbg/571",
498 "--dump-json",
499 "/path/to/tmp/json",
500 "--expiration",
501 "3600",
502 "--io-timeout",
503 "1200",
504 "--hard-timeout",
505 "2700",
506 "--dimension",
507 "cpu",
508 "x86-64",
509 "--dimension",
510 "gpu",
511 "none",
512 "--dimension",
513 "os",
514 "Mac-10.9",
515 "--dimension",
516 "pool",
517 "Chrome",
518 "--tag",
519 "buildername:v8_mac_dbg",
520 "--tag",
521 "buildnumber:571",
522 "--tag",
523 "data:[dummy hash for simdjs]",
524 "--tag",
525 "master:tryserver.v8",
526 "--tag",
527 "name:SimdJs - all",
528 "--tag",
529 "os:Mac-10.9",
530 "--tag",
531 "patch_project:v8",
532 "--tag",
533 "project:v8",
534 "--tag",
535 "purpose:CQ",
536 "--tag",
537 "purpose:pre-commit",
538 "--tag",
539 "rietveld:https://codereview.chromium.org/12853011/#ps1",
540 "--tag",
541 "slavename:TestSlavename",
542 "--tag",
543 "stepname:SimdJs - all on Mac-10.9",
544 "--user",
545 "commit-bot@chromium.org",
546 "[dummy hash for simdjs]",
547 "--",
548 "--progress=verbose",
549 "--mode",
550 "Debug",
177 "--arch", 551 "--arch",
178 "ia32", 552 "ia32",
179 "--outdir", 553 "--outdir",
180 "out", 554 "out",
181 "--buildbot", 555 "--buildbot",
182 "--timeout=200", 556 "--timeout=200",
183 "simdjs", 557 "simdjs",
184 "--download-data", 558 "--download-data",
185 "--exhaustive-variants", 559 "--exhaustive-variants",
186 "--dcheck-always-on", 560 "--dcheck-always-on",
187 "--rerun-failures-count=2", 561 "--rerun-failures-count=2",
562 "--swarming",
188 "--json-test-results", 563 "--json-test-results",
189 "/path/to/tmp/json" 564 "${ISOLATED_OUTDIR}/output.json"
190 ], 565 ],
191 "cwd": "[SLAVE_BUILD]/v8", 566 "cwd": "[SLAVE_BUILD]",
567 "name": "[trigger] SimdJs - all on Mac-10.9",
568 "~followup_annotations": [
569 "@@@STEP_LOG_LINE@json.output@{@@@",
570 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"SimdJs - all/Mac-10. 9/[dummy has/v8_mac_dbg/571\", @@@",
571 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
572 "@@@STEP_LOG_LINE@json.output@ \"SimdJs - all/Mac-10.9/[dummy has/v8_ma c_dbg/571\": {@@@",
573 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
574 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
575 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
576 "@@@STEP_LOG_LINE@json.output@ }@@@",
577 "@@@STEP_LOG_LINE@json.output@ }@@@",
578 "@@@STEP_LOG_LINE@json.output@}@@@",
579 "@@@STEP_LOG_END@json.output@@@",
580 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
581 ]
582 },
583 {
584 "allow_subannotations": true,
585 "cmd": [
586 "python",
587 "-u",
588 "RECIPE_MODULE[v8]/resources/collect_v8_task.py",
589 "--swarming-client-dir",
590 "[SLAVE_BUILD]/v8/tools/swarming_client",
591 "--temp-root-dir",
592 "[TMP_BASE]",
593 "--merged-test-output",
594 "/path/to/tmp/json",
595 "--",
596 "collect",
597 "--swarming",
598 "https://chromium-swarm.appspot.com",
599 "--decorate",
600 "--print-status-updates",
601 "--shards",
602 "1",
603 "Check/Mac-10.9/[dummy has/v8_mac_dbg/571"
604 ],
605 "cwd": "[SLAVE_BUILD]",
606 "name": "Check",
607 "~followup_annotations": [
608 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
609 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
610 "@@@STEP_LOG_LINE@durations@@@@",
611 "@@@STEP_LOG_LINE@durations@Details:@@@",
612 "@@@STEP_LOG_LINE@durations@@@@",
613 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
614 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
615 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
616 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
617 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
618 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
619 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
620 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
621 "@@@STEP_LOG_END@durations@@@"
622 ]
623 },
624 {
625 "allow_subannotations": true,
626 "cmd": [
627 "python",
628 "-u",
629 "RECIPE_MODULE[v8]/resources/collect_v8_task.py",
630 "--swarming-client-dir",
631 "[SLAVE_BUILD]/v8/tools/swarming_client",
632 "--temp-root-dir",
633 "[TMP_BASE]",
634 "--merged-test-output",
635 "/path/to/tmp/json",
636 "--",
637 "collect",
638 "--swarming",
639 "https://chromium-swarm.appspot.com",
640 "--decorate",
641 "--print-status-updates",
642 "--shards",
643 "1",
644 "Test262 - no variants/Mac-10.9/[dummy has/v8_mac_dbg/571"
645 ],
646 "cwd": "[SLAVE_BUILD]",
647 "name": "Test262 - no variants",
648 "~followup_annotations": [
649 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
650 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
651 "@@@STEP_LOG_LINE@durations@@@@",
652 "@@@STEP_LOG_LINE@durations@Details:@@@",
653 "@@@STEP_LOG_LINE@durations@@@@",
654 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
655 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
656 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
657 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
658 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
659 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
660 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
661 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
662 "@@@STEP_LOG_END@durations@@@"
663 ]
664 },
665 {
666 "allow_subannotations": true,
667 "cmd": [
668 "python",
669 "-u",
670 "RECIPE_MODULE[v8]/resources/collect_v8_task.py",
671 "--swarming-client-dir",
672 "[SLAVE_BUILD]/v8/tools/swarming_client",
673 "--temp-root-dir",
674 "[TMP_BASE]",
675 "--merged-test-output",
676 "/path/to/tmp/json",
677 "--",
678 "collect",
679 "--swarming",
680 "https://chromium-swarm.appspot.com",
681 "--decorate",
682 "--print-status-updates",
683 "--shards",
684 "1",
685 "Mozilla/Mac-10.9/[dummy has/v8_mac_dbg/571"
686 ],
687 "cwd": "[SLAVE_BUILD]",
688 "name": "Mozilla",
689 "~followup_annotations": [
690 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
691 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
692 "@@@STEP_LOG_LINE@durations@@@@",
693 "@@@STEP_LOG_LINE@durations@Details:@@@",
694 "@@@STEP_LOG_LINE@durations@@@@",
695 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
696 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
697 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
698 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
699 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
700 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
701 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
702 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
703 "@@@STEP_LOG_END@durations@@@"
704 ]
705 },
706 {
707 "allow_subannotations": true,
708 "cmd": [
709 "python",
710 "-u",
711 "RECIPE_MODULE[v8]/resources/collect_v8_task.py",
712 "--swarming-client-dir",
713 "[SLAVE_BUILD]/v8/tools/swarming_client",
714 "--temp-root-dir",
715 "[TMP_BASE]",
716 "--merged-test-output",
717 "/path/to/tmp/json",
718 "--",
719 "collect",
720 "--swarming",
721 "https://chromium-swarm.appspot.com",
722 "--decorate",
723 "--print-status-updates",
724 "--shards",
725 "1",
726 "SimdJs - all/Mac-10.9/[dummy has/v8_mac_dbg/571"
727 ],
728 "cwd": "[SLAVE_BUILD]",
192 "name": "SimdJs - all", 729 "name": "SimdJs - all",
193 "~followup_annotations": [ 730 "~followup_annotations": [
194 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 731 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
195 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 732 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
196 "@@@STEP_LOG_LINE@durations@@@@", 733 "@@@STEP_LOG_LINE@durations@@@@",
197 "@@@STEP_LOG_LINE@durations@Details:@@@", 734 "@@@STEP_LOG_LINE@durations@Details:@@@",
198 "@@@STEP_LOG_LINE@durations@@@@", 735 "@@@STEP_LOG_LINE@durations@@@@",
199 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 736 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
200 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 737 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
201 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 738 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
202 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 739 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
203 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 740 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
204 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 741 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
205 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 742 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
206 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 743 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
207 "@@@STEP_LOG_END@durations@@@" 744 "@@@STEP_LOG_END@durations@@@"
208 ] 745 ]
209 }, 746 },
210 { 747 {
211 "name": "$result", 748 "name": "$result",
212 "recipe_result": null, 749 "recipe_result": null,
213 "status_code": 0 750 "status_code": 0
214 } 751 }
215 ] 752 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698