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

Side by Side Diff: scripts/slave/gatekeeper.json

Issue 2333883002: Add 'forgiving_optional to win10 and plznav fyi bots (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | 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 "comment": ["This is a configuration file for gatekeeper_ng.py", 2 "comment": ["This is a configuration file for gatekeeper_ng.py",
3 "Look at that for documentation on this file's format."], 3 "Look at that for documentation on this file's format."],
4 4
5 "masters": { 5 "masters": {
6 "https://build.chromium.org/p/chromium": [ 6 "https://build.chromium.org/p/chromium": [
7 { 7 {
8 "categories": [ 8 "categories": [
9 "chromium_tree_closer" 9 "chromium_tree_closer"
10 ], 10 ],
(...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 ] 714 ]
715 } 715 }
716 ], 716 ],
717 "https://build.chromium.org/p/chromium.fyi": [ 717 "https://build.chromium.org/p/chromium.fyi": [
718 { 718 {
719 "builders": { 719 "builders": {
720 "Browser Side Navigation Linux": { 720 "Browser Side Navigation Linux": {
721 "tree_notify": [ 721 "tree_notify": [
722 "plznavigate@chromium.org" 722 "plznavigate@chromium.org"
723 ], 723 ],
724 "forgive_all": "true" 724 "forgive_all": "true",
725 "forgiving_optional": ["*"]
725 }, 726 },
726 "Closure Compilation Linux": { 727 "Closure Compilation Linux": {
727 "tree_notify": [ 728 "tree_notify": [
728 "dbeam+closure-bots@chromium.org", 729 "dbeam+closure-bots@chromium.org",
729 "fukino+closure-bots@chromium.org", 730 "fukino+closure-bots@chromium.org",
730 "hirono+closure-bots@chromium.org", 731 "hirono+closure-bots@chromium.org",
731 "vitalyp@chromium.org" 732 "vitalyp@chromium.org"
732 ], 733 ],
733 "forgiving_steps": [ 734 "forgiving_steps": [
734 "update_scripts", 735 "update_scripts",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 "tree_notify": [ 820 "tree_notify": [
820 "krasin@chromium.org" 821 "krasin@chromium.org"
821 ], 822 ],
822 "forgive_all": "true", 823 "forgive_all": "true",
823 "subject_template": "buildbot %(result)s in %(project_name)s on %(bu ilder_name)s, revision %(revision)s" 824 "subject_template": "buildbot %(result)s in %(project_name)s on %(bu ilder_name)s, revision %(revision)s"
824 }, 825 },
825 "Win 10 Fast Ring": { 826 "Win 10 Fast Ring": {
826 "tree_notify": [ 827 "tree_notify": [
827 "wfh@chromium.org" 828 "wfh@chromium.org"
828 ], 829 ],
829 "forgive_all": "true" 830 "forgive_all": "true",
831 "forgiving_optional": ["*"]
830 } 832 }
831 } 833 }
832 } 834 }
833 ] 835 ]
834 }, 836 },
835 837
836 "categories": { 838 "categories": {
837 "chromium_memory_full": { 839 "chromium_memory_full": {
838 "closing_optional": [ 840 "closing_optional": [
839 "*" 841 "*"
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 "cleanup_temp", 997 "cleanup_temp",
996 "taskkill" 998 "taskkill"
997 ], 999 ],
998 "closing_optional": [ 1000 "closing_optional": [
999 "compile", 1001 "compile",
1000 "gn" 1002 "gn"
1001 ] 1003 ]
1002 } 1004 }
1003 } 1005 }
1004 } 1006 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698