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

Side by Side Diff: infra/bots/recipes/swarm_trigger.expected/recipe_with_gerrit_patch.json

Issue 2263323002: Apply gerrit ref if it is a Gerrit patch (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Cleanup Created 4 years, 3 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 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n", 6 "\nimport json\nimport sys\n\nwith open(sys.argv[1]) as f:\n content = js on.load(f)\n\nprint json.dumps(content, indent=2)\n",
7 "{\"buildername\": \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug\", \"buildn umber\": 5, \"mastername\": \"client.skia\", \"path_config\": \"kitchen\", \"rec ipe\": \"swarm_trigger\", \"revision\": \"abc123\", \"slavename\": \"skiabot-lin ux-swarm-000\"}" 7 "{\"buildername\": \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot\", \ "buildnumber\": 5, \"event.change.number\": \"2100\", \"event.patchSet.ref\": \" refs/changes/00/2100/2\", \"mastername\": \"client.skia\", \"patch_storage\": \" gerrit\", \"path_config\": \"kitchen\", \"recipe\": \"swarm_trigger\", \"reposit ory\": \"skia\", \"revision\": \"abc123\", \"slavename\": \"skiabot-linux-swarm- 000\"}"
8 ], 8 ],
9 "name": "print properties", 9 "name": "print properties",
10 "~followup_annotations": [ 10 "~followup_annotations": [
11 "@@@STEP_LOG_LINE@python.inline@@@@", 11 "@@@STEP_LOG_LINE@python.inline@@@@",
12 "@@@STEP_LOG_LINE@python.inline@import json@@@", 12 "@@@STEP_LOG_LINE@python.inline@import json@@@",
13 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 13 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
14 "@@@STEP_LOG_LINE@python.inline@@@@", 14 "@@@STEP_LOG_LINE@python.inline@@@@",
15 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@", 15 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1]) as f:@@@",
16 "@@@STEP_LOG_LINE@python.inline@ content = json.load(f)@@@", 16 "@@@STEP_LOG_LINE@python.inline@ content = json.load(f)@@@",
17 "@@@STEP_LOG_LINE@python.inline@@@@", 17 "@@@STEP_LOG_LINE@python.inline@@@@",
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "trigger", 320 "trigger",
321 "--swarming", 321 "--swarming",
322 "https://chromium-swarm.appspot.com", 322 "https://chromium-swarm.appspot.com",
323 "--isolate-server", 323 "--isolate-server",
324 "https://isolateserver.appspot.com", 324 "https://isolateserver.appspot.com",
325 "--priority", 325 "--priority",
326 "90", 326 "90",
327 "--shards", 327 "--shards",
328 "1", 328 "1",
329 "--task-name", 329 "--task-name",
330 "compile_skia/Ubuntu/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/ 5", 330 "compile_skia/Ubuntu/[dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug- Trybot/5",
331 "--dump-json", 331 "--dump-json",
332 "/path/to/tmp/json", 332 "/path/to/tmp/json",
333 "--expiration", 333 "--expiration",
334 "72000", 334 "72000",
335 "--io-timeout", 335 "--io-timeout",
336 "2400", 336 "2400",
337 "--hard-timeout", 337 "--hard-timeout",
338 "14400", 338 "14400",
339 "--dimension", 339 "--dimension",
340 "gpu", 340 "gpu",
341 "none", 341 "none",
342 "--dimension", 342 "--dimension",
343 "os", 343 "os",
344 "Ubuntu", 344 "Ubuntu",
345 "--dimension", 345 "--dimension",
346 "pool", 346 "pool",
347 "Skia", 347 "Skia",
348 "--tag", 348 "--tag",
349 "allow_milo:1", 349 "allow_milo:1",
350 "--tag", 350 "--tag",
351 "buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 351 "buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot",
352 "--tag", 352 "--tag",
353 "buildnumber:5", 353 "buildnumber:5",
354 "--tag", 354 "--tag",
355 "data:[dummy hash for compile_skia]", 355 "data:[dummy hash for compile_skia]",
356 "--tag", 356 "--tag",
357 "master:client.skia", 357 "master:client.skia",
358 "--tag", 358 "--tag",
359 "name:compile_skia", 359 "name:compile_skia",
360 "--tag", 360 "--tag",
361 "os:Ubuntu", 361 "os:Ubuntu",
362 "--tag", 362 "--tag",
363 "revision:abc123", 363 "revision:abc123",
364 "--tag", 364 "--tag",
365 "slavename:skiabot-linux-swarm-000", 365 "slavename:skiabot-linux-swarm-000",
366 "--tag", 366 "--tag",
367 "stepname:compile_skia on Ubuntu", 367 "stepname:compile_skia on Ubuntu",
368 "--idempotent", 368 "--idempotent",
369 "[dummy hash for compile_skia]", 369 "[dummy hash for compile_skia]",
370 "--", 370 "--",
371 "--workdir", 371 "--workdir",
372 "../../..", 372 "../../..",
373 "swarm_compile", 373 "swarm_compile",
374 "buildername=Build-Ubuntu-GCC-x86_64-Debug", 374 "event.change.number=2100",
375 "repository=skia",
376 "buildername=Build-Ubuntu-GCC-x86_64-Debug-Trybot",
375 "mastername=client.skia.compile", 377 "mastername=client.skia.compile",
378 "patch_storage=gerrit",
376 "buildnumber=1", 379 "buildnumber=1",
377 "slavename=skiabot-dummy-compile-slave", 380 "slavename=skiabot-dummy-compile-slave",
378 "reason=Triggered by Skia swarm_trigger Recipe", 381 "reason=Triggered by Skia swarm_trigger Recipe",
379 "swarm_out_dir=${ISOLATED_OUTDIR}", 382 "swarm_out_dir=${ISOLATED_OUTDIR}",
383 "event.patchSet.ref=refs/changes/00/2100/2",
380 "revision=abc123" 384 "revision=abc123"
381 ], 385 ],
382 "name": "[trigger] compile_skia on Ubuntu", 386 "name": "[trigger] compile_skia on Ubuntu",
383 "~followup_annotations": [ 387 "~followup_annotations": [
384 "@@@STEP_LOG_LINE@json.output@{@@@", 388 "@@@STEP_LOG_LINE@json.output@{@@@",
385 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/ [dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/5\", @@@", 389 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"compile_skia/Ubuntu/ [dummy has/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/5\", @@@",
386 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 390 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
387 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/[dummy has/Test-Ub untu-GCC-GCE-CPU-AVX2-x86_64-Debug/5\": {@@@", 391 "@@@STEP_LOG_LINE@json.output@ \"compile_skia/Ubuntu/[dummy has/Test-Ub untu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/5\": {@@@",
388 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 392 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
389 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 393 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
390 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 394 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
391 "@@@STEP_LOG_LINE@json.output@ }@@@", 395 "@@@STEP_LOG_LINE@json.output@ }@@@",
392 "@@@STEP_LOG_LINE@json.output@ }@@@", 396 "@@@STEP_LOG_LINE@json.output@ }@@@",
393 "@@@STEP_LOG_LINE@json.output@}@@@", 397 "@@@STEP_LOG_LINE@json.output@}@@@",
394 "@@@STEP_LOG_END@json.output@@@", 398 "@@@STEP_LOG_END@json.output@@@",
395 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@", 399 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@",
396 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/10000@@@" 400 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/10000@@@"
397 ] 401 ]
398 }, 402 },
399 { 403 {
400 "cmd": [ 404 "cmd": [
401 "python", 405 "python",
402 "-u", 406 "-u",
403 "[SLAVE_BUILD]/swarming.client/swarming.py", 407 "[SLAVE_BUILD]/swarming.client/swarming.py",
404 "collect", 408 "collect",
405 "--swarming", 409 "--swarming",
406 "https://chromium-swarm.appspot.com", 410 "https://chromium-swarm.appspot.com",
407 "--decorate", 411 "--decorate",
408 "--print-status-updates", 412 "--print-status-updates",
409 "--json", 413 "--json",
410 "{\"base_task_name\": \"compile_skia/Ubuntu/[dummy has/Test-Ubuntu-GCC-GCE -CPU-AVX2-x86_64-Debug/5\", \"tasks\": {\"compile_skia/Ubuntu/[dummy has/Test-Ub untu-GCC-GCE-CPU-AVX2-x86_64-Debug/5\": {\"shard_index\": 0, \"task_id\": \"1000 0\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", 414 "{\"base_task_name\": \"compile_skia/Ubuntu/[dummy has/Test-Ubuntu-GCC-GCE -CPU-AVX2-x86_64-Debug-Trybot/5\", \"tasks\": {\"compile_skia/Ubuntu/[dummy has/ Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/5\": {\"shard_index\": 0, \"tas k_id\": \"10000\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/ 10000\"}}}",
411 "--task-summary-json", 415 "--task-summary-json",
412 "/path/to/tmp/json" 416 "/path/to/tmp/json"
413 ], 417 ],
414 "name": "compile_skia on Ubuntu", 418 "name": "compile_skia on Ubuntu",
415 "~followup_annotations": [ 419 "~followup_annotations": [
416 "@@@STEP_TEXT@swarming pending 71s@@@", 420 "@@@STEP_TEXT@swarming pending 71s@@@",
417 "@@@STEP_LOG_LINE@json.output@{@@@", 421 "@@@STEP_LOG_LINE@json.output@{@@@",
418 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 422 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
419 "@@@STEP_LOG_LINE@json.output@ {@@@", 423 "@@@STEP_LOG_LINE@json.output@ {@@@",
420 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", 424 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 "trigger", 590 "trigger",
587 "--swarming", 591 "--swarming",
588 "https://chromium-swarm.appspot.com", 592 "https://chromium-swarm.appspot.com",
589 "--isolate-server", 593 "--isolate-server",
590 "https://isolateserver.appspot.com", 594 "https://isolateserver.appspot.com",
591 "--priority", 595 "--priority",
592 "90", 596 "90",
593 "--shards", 597 "--shards",
594 "1", 598 "1",
595 "--task-name", 599 "--task-name",
596 "test_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/5", 600 "test_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/ 5",
597 "--dump-json", 601 "--dump-json",
598 "/path/to/tmp/json", 602 "/path/to/tmp/json",
599 "--expiration", 603 "--expiration",
600 "72000", 604 "72000",
601 "--io-timeout", 605 "--io-timeout",
602 "2400", 606 "2400",
603 "--hard-timeout", 607 "--hard-timeout",
604 "14400", 608 "14400",
605 "--dimension", 609 "--dimension",
606 "cpu", 610 "cpu",
607 "x86-64-avx2", 611 "x86-64-avx2",
608 "--dimension", 612 "--dimension",
609 "gpu", 613 "gpu",
610 "none", 614 "none",
611 "--dimension", 615 "--dimension",
612 "os", 616 "os",
613 "Ubuntu", 617 "Ubuntu",
614 "--dimension", 618 "--dimension",
615 "pool", 619 "pool",
616 "Skia", 620 "Skia",
617 "--tag", 621 "--tag",
618 "allow_milo:1", 622 "allow_milo:1",
619 "--tag", 623 "--tag",
620 "buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 624 "buildername:Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot",
621 "--tag", 625 "--tag",
622 "buildnumber:5", 626 "buildnumber:5",
623 "--tag", 627 "--tag",
624 "data:def456", 628 "data:def456",
625 "--tag", 629 "--tag",
626 "master:client.skia", 630 "master:client.skia",
627 "--tag", 631 "--tag",
628 "name:test_skia", 632 "name:test_skia",
629 "--tag", 633 "--tag",
630 "os:Ubuntu", 634 "os:Ubuntu",
631 "--tag", 635 "--tag",
632 "revision:abc123", 636 "revision:abc123",
633 "--tag", 637 "--tag",
634 "slavename:skiabot-linux-swarm-000", 638 "slavename:skiabot-linux-swarm-000",
635 "--tag", 639 "--tag",
636 "stepname:test_skia on Ubuntu", 640 "stepname:test_skia on Ubuntu",
637 "--cipd-package", 641 "--cipd-package",
638 "skp:skia/bots/skp:version:0", 642 "skp:skia/bots/skp:version:0",
639 "--cipd-package", 643 "--cipd-package",
640 "skimage:skia/bots/skimage:version:0", 644 "skimage:skia/bots/skimage:version:0",
641 "--cipd-package", 645 "--cipd-package",
642 "svg:skia/bots/svg:version:0", 646 "svg:skia/bots/svg:version:0",
643 "def456", 647 "def456",
644 "--", 648 "--",
645 "--workdir", 649 "--workdir",
646 "../../..", 650 "../../..",
647 "swarm_test", 651 "swarm_test",
648 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 652 "event.change.number=2100",
653 "repository=skia",
654 "buildername=Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot",
649 "mastername=client.skia", 655 "mastername=client.skia",
656 "patch_storage=gerrit",
650 "buildnumber=5", 657 "buildnumber=5",
651 "slavename=skiabot-linux-swarm-000", 658 "slavename=skiabot-linux-swarm-000",
652 "reason=Triggered by Skia swarm_trigger Recipe", 659 "reason=Triggered by Skia swarm_trigger Recipe",
653 "swarm_out_dir=${ISOLATED_OUTDIR}", 660 "swarm_out_dir=${ISOLATED_OUTDIR}",
661 "event.patchSet.ref=refs/changes/00/2100/2",
654 "revision=abc123" 662 "revision=abc123"
655 ], 663 ],
656 "name": "[trigger] test_skia on Ubuntu", 664 "name": "[trigger] test_skia on Ubuntu",
657 "~followup_annotations": [ 665 "~followup_annotations": [
658 "@@@STEP_LOG_LINE@json.output@{@@@", 666 "@@@STEP_LOG_LINE@json.output@{@@@",
659 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Ubuntu/def 456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/5\", @@@", 667 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"test_skia/Ubuntu/def 456/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/5\", @@@",
660 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 668 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
661 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Ubuntu/def456/Test-Ubuntu-GC C-GCE-CPU-AVX2-x86_64-Debug/5\": {@@@", 669 "@@@STEP_LOG_LINE@json.output@ \"test_skia/Ubuntu/def456/Test-Ubuntu-GC C-GCE-CPU-AVX2-x86_64-Debug-Trybot/5\": {@@@",
662 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 670 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
663 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 671 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
664 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 672 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
665 "@@@STEP_LOG_LINE@json.output@ }@@@", 673 "@@@STEP_LOG_LINE@json.output@ }@@@",
666 "@@@STEP_LOG_LINE@json.output@ }@@@", 674 "@@@STEP_LOG_LINE@json.output@ }@@@",
667 "@@@STEP_LOG_LINE@json.output@}@@@", 675 "@@@STEP_LOG_LINE@json.output@}@@@",
668 "@@@STEP_LOG_END@json.output@@@", 676 "@@@STEP_LOG_END@json.output@@@",
669 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@", 677 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@",
670 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/10000@@@" 678 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/10000@@@"
671 ] 679 ]
(...skipping 24 matching lines...) Expand all
696 "cmd": [ 704 "cmd": [
697 "python", 705 "python",
698 "-u", 706 "-u",
699 "[SLAVE_BUILD]/swarming.client/swarming.py", 707 "[SLAVE_BUILD]/swarming.client/swarming.py",
700 "collect", 708 "collect",
701 "--swarming", 709 "--swarming",
702 "https://chromium-swarm.appspot.com", 710 "https://chromium-swarm.appspot.com",
703 "--decorate", 711 "--decorate",
704 "--print-status-updates", 712 "--print-status-updates",
705 "--json", 713 "--json",
706 "{\"base_task_name\": \"test_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AV X2-x86_64-Debug/5\", \"tasks\": {\"test_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-C PU-AVX2-x86_64-Debug/5\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_ur l\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}", 714 "{\"base_task_name\": \"test_skia/Ubuntu/def456/Test-Ubuntu-GCC-GCE-CPU-AV X2-x86_64-Debug-Trybot/5\", \"tasks\": {\"test_skia/Ubuntu/def456/Test-Ubuntu-GC C-GCE-CPU-AVX2-x86_64-Debug-Trybot/5\": {\"shard_index\": 0, \"task_id\": \"1000 0\", \"view_url\": \"https://chromium-swarm.appspot.com/user/task/10000\"}}}",
707 "--task-summary-json", 715 "--task-summary-json",
708 "/path/to/tmp/json", 716 "/path/to/tmp/json",
709 "--task-output-dir", 717 "--task-output-dir",
710 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia" 718 "[SLAVE_BUILD]/swarming_temp_dir/outputs/test_skia"
711 ], 719 ],
712 "name": "test_skia on Ubuntu", 720 "name": "test_skia on Ubuntu",
713 "~followup_annotations": [ 721 "~followup_annotations": [
714 "@@@STEP_TEXT@swarming pending 71s@@@", 722 "@@@STEP_TEXT@swarming pending 71s@@@",
715 "@@@STEP_LOG_LINE@json.output@{@@@", 723 "@@@STEP_LOG_LINE@json.output@{@@@",
716 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", 724 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 ], 795 ],
788 "name": "dm_dir" 796 "name": "dm_dir"
789 }, 797 },
790 { 798 {
791 "cmd": [ 799 "cmd": [
792 "python", 800 "python",
793 "-u", 801 "-u",
794 "RECIPE_MODULE[skia::core]/resources/upload_dm_results.py", 802 "RECIPE_MODULE[skia::core]/resources/upload_dm_results.py",
795 "[SLAVE_BUILD]/dm", 803 "[SLAVE_BUILD]/dm",
796 "abc123", 804 "abc123",
797 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 805 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot",
798 "5", 806 "5",
799 "", 807 "2100",
800 "[SLAVE_BUILD]/skia/common/py/utils" 808 "[SLAVE_BUILD]/skia/common/py/utils"
801 ], 809 ],
802 "cwd": "[SLAVE_BUILD]/skia", 810 "cwd": "[SLAVE_BUILD]/skia",
803 "env": { 811 "env": {
804 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 812 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
805 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 813 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
806 }, 814 },
807 "name": "Upload DM Results" 815 "name": "Upload DM Results"
808 }, 816 },
809 { 817 {
810 "name": "$result", 818 "name": "$result",
811 "recipe_result": null, 819 "recipe_result": null,
812 "status_code": 0 820 "status_code": 0
813 } 821 }
814 ] 822 ]
OLDNEW
« infra/bots/recipes/swarm_trigger.py ('K') | « infra/bots/recipes/swarm_trigger.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698