Commit f918c36
authored
Skipping CCd users without GAIA accounts for buganizer issues (#4406)
### Motivation
oss_fuzz_build_status and oss_fuzz_apply_ccs are broken due to buganizer
rejecting emails without associated accounts. This serves as a
workaround so at least some notifications can suceeed.
(google/oss-fuzz#12536)
### Why this works
Buganizer throws 400 errors listing out all rejected emails in the
exception, so we can just parse the non gaia emails from that and
complete the execution by ignoring those.
### Testing strategy
Ran both cronjobs locally with the proposed new code, and verified they
ran to completion.1 parent 737b835 commit f918c36
File tree
3 files changed
+43
-4
lines changed- src/clusterfuzz/_internal
- cron
- issue_management/google_issue_tracker
- tests/core/bot/fuzzers/syzkaller/temp
3 files changed
+43
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
70 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
71 | 81 | | |
72 | 82 | | |
73 | 83 | | |
Lines changed: 30 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
71 | 91 | | |
72 | 92 | | |
73 | 93 | | |
| |||
719 | 739 | | |
720 | 740 | | |
721 | 741 | | |
722 | | - | |
| 742 | + | |
| 743 | + | |
723 | 744 | | |
| 745 | + | |
724 | 746 | | |
725 | 747 | | |
726 | 748 | | |
| |||
793 | 815 | | |
794 | 816 | | |
795 | 817 | | |
796 | | - | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
797 | 821 | | |
798 | 822 | | |
799 | 823 | | |
| |||
822 | 846 | | |
823 | 847 | | |
824 | 848 | | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
825 | 853 | | |
826 | 854 | | |
827 | 855 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments