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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/basic.json

Issue 2264223002: Enable swarming for iOS try bots (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Fix Created 4 years, 4 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
« no previous file with comments | « scripts/slave/recipes/ios/try.py ('k') | scripts/slave/recipes/ios/try.expected/gn.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "-u", 246 "-u",
247 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 247 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
248 "[BUILDER_CACHE]/ios_simulator/src/testing/buildbot/trybot_analyze_config. json", 248 "[BUILDER_CACHE]/ios_simulator/src/testing/buildbot/trybot_analyze_config. json",
249 "/path/to/tmp/json" 249 "/path/to/tmp/json"
250 ], 250 ],
251 "name": "read filter exclusion spec", 251 "name": "read filter exclusion spec",
252 "~followup_annotations": [ 252 "~followup_annotations": [
253 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", 253 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@",
254 "@@@STEP_LOG_LINE@json.output@{@@@", 254 "@@@STEP_LOG_LINE@json.output@{@@@",
255 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", 255 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@",
256 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 256 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@",
257 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@",
258 "@@@STEP_LOG_LINE@json.output@ ]@@@",
257 "@@@STEP_LOG_LINE@json.output@ }, @@@", 259 "@@@STEP_LOG_LINE@json.output@ }, @@@",
258 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", 260 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@",
259 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 261 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
260 "@@@STEP_LOG_LINE@json.output@ }, @@@", 262 "@@@STEP_LOG_LINE@json.output@ }, @@@",
261 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", 263 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@",
262 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 264 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
263 "@@@STEP_LOG_LINE@json.output@ }@@@", 265 "@@@STEP_LOG_LINE@json.output@ }@@@",
264 "@@@STEP_LOG_LINE@json.output@}@@@", 266 "@@@STEP_LOG_LINE@json.output@}@@@",
265 "@@@STEP_LOG_END@json.output@@@" 267 "@@@STEP_LOG_END@json.output@@@"
266 ] 268 ]
267 }, 269 },
268 { 270 {
269 "cmd": [ 271 "cmd": [
270 "python", 272 "python",
271 "-u", 273 "-u",
272 "[BUILDER_CACHE]/ios_simulator/src/build/gyp_chromium", 274 "import sys; sys.exit(0)"
273 "--analyzer",
274 "{\"additional_compile_targets\": [\"All\", \"fake tests\"], \"files\": [\ "foo.cc\"], \"test_targets\": [\"fake tests\"]}",
275 "/path/to/tmp/json"
276 ], 275 ],
277 "env": {
278 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
279 "GYP_CROSSCOMPILE": "1",
280 "GYP_DEFINES": "OS=ios component=static_library fake gyp define 1='fake va lue 1' fake gyp define 2='fake value 2'"
281 },
282 "name": "analyze", 276 "name": "analyze",
283 "~followup_annotations": [ 277 "~followup_annotations": [
284 "@@@STEP_TEXT@No compile necessary@@@", 278 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
285 "@@@STEP_LOG_LINE@json.output@{@@@", 279 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
286 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 280 "@@@STEP_LOG_END@excluded_files@@@",
287 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
288 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
289 "@@@STEP_LOG_LINE@json.output@}@@@",
290 "@@@STEP_LOG_END@json.output@@@",
291 "@@@STEP_LOG_LINE@analyze_details@{@@@", 281 "@@@STEP_LOG_LINE@analyze_details@{@@@",
292 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 282 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
293 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", 283 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
294 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", 284 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
295 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 285 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
296 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 286 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
297 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 287 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
298 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 288 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
289 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
290 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
291 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@",
292 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
293 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
294 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@",
295 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
296 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
299 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", 297 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
300 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", 298 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@",
301 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", 299 "@@@STEP_LOG_LINE@analyze_details@ ]@@@",
302 "@@@STEP_LOG_LINE@analyze_details@}@@@", 300 "@@@STEP_LOG_LINE@analyze_details@}@@@",
303 "@@@STEP_LOG_END@analyze_details@@@" 301 "@@@STEP_LOG_END@analyze_details@@@"
304 ] 302 ]
305 }, 303 },
306 { 304 {
305 "cmd": [
306 "ninja",
307 "-C",
308 "[BUILDER_CACHE]/ios_simulator/src/out/Debug-iphonesimulator",
309 "All",
310 "fake tests"
311 ],
312 "cwd": "[BUILDER_CACHE]/ios_simulator/src/out/Debug-iphonesimulator",
313 "name": "compile (with patch)"
314 },
315 {
307 "cmd": [], 316 "cmd": [],
308 "name": "[skipped] fake tests (fake device iOS 8.1)", 317 "name": "bootstrap swarming"
309 "~followup_annotations": [ 318 },
310 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" 319 {
311 ] 320 "cmd": [
312 }, 321 "python",
313 { 322 "-u",
323 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
324 "--path",
325 "[SLAVE_BUILD]/swarming.client",
326 "--url",
327 "https://chromium.googlesource.com/external/swarming.client.git"
328 ],
329 "name": "bootstrap swarming.git setup (swarming_client)",
330 "~followup_annotations": [
331 "@@@STEP_NEST_LEVEL@1@@@"
332 ]
333 },
334 {
335 "cmd": [
336 "git",
337 "retry",
338 "fetch",
339 "origin",
340 "stable"
341 ],
342 "cwd": "[SLAVE_BUILD]/swarming.client",
343 "env": {
344 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
345 },
346 "name": "bootstrap swarming.git fetch (swarming_client)",
347 "~followup_annotations": [
348 "@@@STEP_NEST_LEVEL@1@@@"
349 ]
350 },
351 {
352 "cmd": [
353 "git",
354 "checkout",
355 "-f",
356 "FETCH_HEAD"
357 ],
358 "cwd": "[SLAVE_BUILD]/swarming.client",
359 "name": "bootstrap swarming.git checkout (swarming_client)",
360 "~followup_annotations": [
361 "@@@STEP_NEST_LEVEL@1@@@"
362 ]
363 },
364 {
365 "cmd": [
366 "git",
367 "rev-parse",
368 "HEAD"
369 ],
370 "cwd": "[SLAVE_BUILD]/swarming.client",
371 "name": "bootstrap swarming.read revision",
372 "stdout": "/path/to/tmp/",
373 "~followup_annotations": [
374 "@@@STEP_NEST_LEVEL@1@@@",
375 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@"
376 ]
377 },
378 {
379 "cmd": [
380 "git",
381 "clean",
382 "-f",
383 "-d",
384 "-x"
385 ],
386 "cwd": "[SLAVE_BUILD]/swarming.client",
387 "name": "bootstrap swarming.git clean (swarming_client)",
388 "~followup_annotations": [
389 "@@@STEP_NEST_LEVEL@1@@@"
390 ]
391 },
392 {
393 "cmd": [
394 "git",
395 "submodule",
396 "sync"
397 ],
398 "cwd": "[SLAVE_BUILD]/swarming.client",
399 "name": "bootstrap swarming.submodule sync (swarming_client)",
400 "~followup_annotations": [
401 "@@@STEP_NEST_LEVEL@1@@@"
402 ]
403 },
404 {
405 "cmd": [
406 "git",
407 "submodule",
408 "update",
409 "--init",
410 "--recursive"
411 ],
412 "cwd": "[SLAVE_BUILD]/swarming.client",
413 "name": "bootstrap swarming.submodule update (swarming_client)",
414 "~followup_annotations": [
415 "@@@STEP_NEST_LEVEL@1@@@"
416 ]
417 },
418 {
419 "cmd": [
420 "python",
421 "-u",
422 "[SLAVE_BUILD]/swarming.client/swarming.py",
423 "--version"
424 ],
425 "name": "bootstrap swarming.swarming.py --version",
426 "stdout": "/path/to/tmp/",
427 "~followup_annotations": [
428 "@@@STEP_NEST_LEVEL@1@@@",
429 "@@@STEP_TEXT@1.2.3@@@"
430 ]
431 },
432 {
433 "cmd": [],
434 "name": "isolate"
435 },
436 {
437 "cmd": [
438 "python",
439 "-u",
440 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
441 "{\n \"conditions\": [\n [\n \"OS == \\\"ios\\\"\", \n {\n \"variables\": {\n \"command\": [\n \"src/ios/build/bo ts/scripts/run.py\", \n \"--app\", \n \"<(app_path)\", \n \"--out-dir\", \n \"${ISOLATED_OUTDIR}\", \n \" --xcode-version\", \n \"<(xcode_version)\", \n \"--iossim\ ", \n \"src/out/Debug-iphonesimulator/iossim\", \n \"--pla tform\", \n \"<(platform)\", \n \"--version\", \n \"<(version)\"\n ], \n \"files\": [\n \"<(app_pa th)/\", \n \"src/ios/build/bots/scripts/\", \n \"src/out/D ebug-iphonesimulator/iossim\"\n ]\n }\n }\n ]\n ]\n}",
442 "[SLAVE_BUILD]/template.isolate"
443 ],
444 "name": "isolate.generate template.isolate",
445 "~followup_annotations": [
446 "@@@STEP_NEST_LEVEL@1@@@",
447 "@@@STEP_LOG_LINE@template.isolate@{@@@",
448 "@@@STEP_LOG_LINE@template.isolate@ \"conditions\": [@@@",
449 "@@@STEP_LOG_LINE@template.isolate@ [@@@",
450 "@@@STEP_LOG_LINE@template.isolate@ \"OS == \\\"ios\\\"\", @@@",
451 "@@@STEP_LOG_LINE@template.isolate@ {@@@",
452 "@@@STEP_LOG_LINE@template.isolate@ \"variables\": {@@@",
453 "@@@STEP_LOG_LINE@template.isolate@ \"command\": [@@@",
454 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script s/run.py\", @@@",
455 "@@@STEP_LOG_LINE@template.isolate@ \"--app\", @@@",
456 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)\", @@@",
457 "@@@STEP_LOG_LINE@template.isolate@ \"--out-dir\", @@@",
458 "@@@STEP_LOG_LINE@template.isolate@ \"${ISOLATED_OUTDIR}\", @@@ ",
459 "@@@STEP_LOG_LINE@template.isolate@ \"--xcode-version\", @@@",
460 "@@@STEP_LOG_LINE@template.isolate@ \"<(xcode_version)\", @@@",
461 "@@@STEP_LOG_LINE@template.isolate@ \"--iossim\", @@@",
462 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul ator/iossim\", @@@",
463 "@@@STEP_LOG_LINE@template.isolate@ \"--platform\", @@@",
464 "@@@STEP_LOG_LINE@template.isolate@ \"<(platform)\", @@@",
465 "@@@STEP_LOG_LINE@template.isolate@ \"--version\", @@@",
466 "@@@STEP_LOG_LINE@template.isolate@ \"<(version)\"@@@",
467 "@@@STEP_LOG_LINE@template.isolate@ ], @@@",
468 "@@@STEP_LOG_LINE@template.isolate@ \"files\": [@@@",
469 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)/\", @@@",
470 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script s/\", @@@",
471 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul ator/iossim\"@@@",
472 "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
473 "@@@STEP_LOG_LINE@template.isolate@ }@@@",
474 "@@@STEP_LOG_LINE@template.isolate@ }@@@",
475 "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
476 "@@@STEP_LOG_LINE@template.isolate@ ]@@@",
477 "@@@STEP_LOG_LINE@template.isolate@}@@@",
478 "@@@STEP_LOG_END@template.isolate@@@"
479 ]
480 },
481 {
482 "cmd": [
483 "python",
484 "-u",
485 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
486 "{\n \"args\": [\n \"--config-variable\", \n \"OS\", \n \"ios\", \n \"--config-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesi mulator/fake tests.app\", \n \"--config-variable\", \n \"xcode_version\", \n \"fake xcode version\", \n \"--isolate\", \n \"[SLAVE_BUILD]/templat e.isolate\", \n \"--isolated\", \n \"[TMP_BASE]/isolate_tmp_1/0.isolated\" , \n \"--path-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesim ulator/fake tests.app\", \n \"--config-variable\", \n \"platform\", \n \"fake device\", \n \"--config-variable\", \n \"version\", \n \"8.1\"\n ], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}",
487 "[TMP_BASE]/isolate_tmp_1/0.isolate.gen.json"
488 ],
489 "name": "isolate.generate 0.isolate.gen.json",
490 "~followup_annotations": [
491 "@@@STEP_NEST_LEVEL@1@@@",
492 "@@@STEP_TEXT@fake tests (fake device iOS 8.1)@@@",
493 "@@@STEP_LOG_LINE@0.isolate.gen.json@{@@@",
494 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"args\": [@@@",
495 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
496 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"OS\", @@@",
497 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"ios\", @@@",
498 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
499 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@",
500 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f ake tests.app\", @@@",
501 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
502 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"xcode_version\", @@@",
503 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake xcode version\", @@@",
504 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolate\", @@@",
505 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[SLAVE_BUILD]/template.isolate\ ", @@@",
506 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolated\", @@@",
507 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[TMP_BASE]/isolate_tmp_1/0.isol ated\", @@@",
508 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--path-variable\", @@@",
509 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@",
510 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f ake tests.app\", @@@",
511 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
512 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"platform\", @@@",
513 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake device\", @@@",
514 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@",
515 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"version\", @@@",
516 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"8.1\"@@@",
517 "@@@STEP_LOG_LINE@0.isolate.gen.json@ ], @@@",
518 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"dir\": \"[SLAVE_BUILD]\", @@@",
519 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"version\": 1@@@",
520 "@@@STEP_LOG_LINE@0.isolate.gen.json@}@@@",
521 "@@@STEP_LOG_END@0.isolate.gen.json@@@"
522 ]
523 },
524 {
525 "cmd": [
526 "[SLAVE_BUILD]/swarming.client/isolate.py",
527 "batcharchive",
528 "--dump-json",
529 "/path/to/tmp/json",
530 "--isolate-server",
531 "https://isolateserver.appspot.com",
532 "[TMP_BASE]/isolate_tmp_1/0.isolate.gen.json"
533 ],
534 "name": "isolate.archive",
535 "~followup_annotations": [
536 "@@@STEP_NEST_LEVEL@1@@@",
537 "@@@STEP_LOG_LINE@json.output@{@@@",
538 "@@@STEP_LOG_LINE@json.output@ \"0\": \"fake-hash-0\"@@@",
539 "@@@STEP_LOG_LINE@json.output@}@@@",
540 "@@@STEP_LOG_END@json.output@@@"
541 ]
542 },
543 {
544 "cmd": [],
545 "name": "trigger"
546 },
547 {
548 "cmd": [
549 "python",
550 "-u",
551 "[SLAVE_BUILD]/swarming.client/swarming.py",
552 "trigger",
553 "--swarming",
554 "https://chromium-swarm.appspot.com",
555 "--isolate-server",
556 "https://isolateserver.appspot.com",
557 "--priority",
558 "200",
559 "--shards",
560 "1",
561 "--task-name",
562 "fake tests (fake device iOS 8.1)/Mac/fake-hash-/ios-simulator/0",
563 "--dump-json",
564 "/path/to/tmp/json",
565 "--expiration",
566 "3600",
567 "--io-timeout",
568 "1200",
569 "--hard-timeout",
570 "3600",
571 "--dimension",
572 "os",
573 "Mac",
574 "--dimension",
575 "pool",
576 "Chrome",
577 "--dimension",
578 "xcode_version",
579 "fake xcode version",
580 "--tag",
581 "buildername:ios-simulator",
582 "--tag",
583 "buildnumber:0",
584 "--tag",
585 "data:fake-hash-0",
586 "--tag",
587 "device_type:fake device",
588 "--tag",
589 "ios_version:8.1",
590 "--tag",
591 "master:tryserver.fake",
592 "--tag",
593 "name:fake",
594 "--tag",
595 "os:Mac",
596 "--tag",
597 "platform:simulator",
598 "--tag",
599 "rietveld:fake://rietveld.url/123456/#ps1",
600 "--tag",
601 "slavename:fake-vm",
602 "--tag",
603 "stepname:fake tests (fake device iOS 8.1) on Mac",
604 "--tag",
605 "test:fake tests",
606 "fake-hash-0"
607 ],
608 "name": "trigger.[trigger] fake tests (fake device iOS 8.1) on Mac",
609 "~followup_annotations": [
610 "@@@STEP_NEST_LEVEL@1@@@",
611 "@@@STEP_LOG_LINE@json.output@{@@@",
612 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"fake tests (fake dev ice iOS 8.1)/Mac/fake-hash-/ios-simulator/0\", @@@",
613 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
614 "@@@STEP_LOG_LINE@json.output@ \"fake tests (fake device iOS 8.1)/Mac/f ake-hash-/ios-simulator/0\": {@@@",
615 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
616 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
617 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
618 "@@@STEP_LOG_LINE@json.output@ }@@@",
619 "@@@STEP_LOG_LINE@json.output@ }@@@",
620 "@@@STEP_LOG_LINE@json.output@}@@@",
621 "@@@STEP_LOG_END@json.output@@@",
622 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
623 ]
624 },
625 {
626 "cmd": [
627 "python",
628 "-u",
629 "[SLAVE_BUILD]/swarming.client/swarming.py",
630 "collect",
631 "--swarming",
632 "https://chromium-swarm.appspot.com",
633 "--decorate",
634 "--print-status-updates",
635 "--json",
636 "{\"base_task_name\": \"fake tests (fake device iOS 8.1)/Mac/fake-hash-/io s-simulator/0\", \"tasks\": {\"fake tests (fake device iOS 8.1)/Mac/fake-hash-/i os-simulator/0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"h ttps://chromium-swarm.appspot.com/user/task/10000\"}}}",
637 "--task-summary-json",
638 "/path/to/tmp/json",
639 "--task-output-dir",
640 "[TMP_BASE]/0_tmp_2"
641 ],
642 "name": "fake tests (fake device iOS 8.1) on Mac",
643 "~followup_annotations": [
644 "@@@STEP_TEXT@swarming pending 71s@@@",
645 "@@@STEP_LOG_LINE@json.output@{@@@",
646 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
647 "@@@STEP_LOG_LINE@json.output@ {@@@",
648 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
649 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@",
650 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0 0.123\", @@@",
651 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00. 123\", @@@",
652 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@",
653 "@@@STEP_LOG_LINE@json.output@ 5.7, @@@",
654 "@@@STEP_LOG_LINE@json.output@ 31.5@@@",
655 "@@@STEP_LOG_LINE@json.output@ ], @@@",
656 "@@@STEP_LOG_LINE@json.output@ \"exit_codes\": [@@@",
657 "@@@STEP_LOG_LINE@json.output@ 0, @@@",
658 "@@@STEP_LOG_LINE@json.output@ 0@@@",
659 "@@@STEP_LOG_LINE@json.output@ ], @@@",
660 "@@@STEP_LOG_LINE@json.output@ \"failure\": false, @@@",
661 "@@@STEP_LOG_LINE@json.output@ \"id\": \"148aa78d7aa0000\", @@@",
662 "@@@STEP_LOG_LINE@json.output@ \"internal_failure\": false, @@@",
663 "@@@STEP_LOG_LINE@json.output@ \"isolated_out\": {@@@",
664 "@@@STEP_LOG_LINE@json.output@ \"isolated\": \"abc123\", @@@",
665 "@@@STEP_LOG_LINE@json.output@ \"isolatedserver\": \"https://isolat eserver.appspot.com\", @@@",
666 "@@@STEP_LOG_LINE@json.output@ \"namespace\": \"default-gzip\", @@@ ",
667 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"blah\"@@@",
668 "@@@STEP_LOG_LINE@json.output@ }, @@@",
669 "@@@STEP_LOG_LINE@json.output@ \"modified_ts\": \"2014-09-25 01:42:00 \", @@@",
670 "@@@STEP_LOG_LINE@json.output@ \"name\": \"heartbeat-canary-2014-09-2 5_01:41:55-os=Windows\", @@@",
671 "@@@STEP_LOG_LINE@json.output@ \"outputs\": [@@@",
672 "@@@STEP_LOG_LINE@json.output@ \"Heart beat succeeded on win32.\\n\ ", @@@",
673 "@@@STEP_LOG_LINE@json.output@ \"Foo\"@@@",
674 "@@@STEP_LOG_LINE@json.output@ ], @@@",
675 "@@@STEP_LOG_LINE@json.output@ \"started_ts\": \"2014-09-25T01:42:11. 123\", @@@",
676 "@@@STEP_LOG_LINE@json.output@ \"state\": 112, @@@",
677 "@@@STEP_LOG_LINE@json.output@ \"try_number\": 1, @@@",
678 "@@@STEP_LOG_LINE@json.output@ \"user\": \"unknown\"@@@",
679 "@@@STEP_LOG_LINE@json.output@ }@@@",
680 "@@@STEP_LOG_LINE@json.output@ ]@@@",
681 "@@@STEP_LOG_LINE@json.output@}@@@",
682 "@@@STEP_LOG_END@json.output@@@",
683 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
684 ]
685 },
686 {
314 "name": "$result", 687 "name": "$result",
315 "recipe_result": null, 688 "recipe_result": null,
316 "status_code": 0 689 "status_code": 0
317 } 690 }
318 ] 691 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/try.py ('k') | scripts/slave/recipes/ios/try.expected/gn.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698