Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skipping CCd users without GAIA accounts for buganizer issues #4406

Merged
merged 7 commits into from
Nov 15, 2024

Conversation

vitorguidi
Copy link
Collaborator

@vitorguidi vitorguidi commented Nov 14, 2024

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.

Copy link
Collaborator

@jonathanmetzman jonathanmetzman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@vitorguidi vitorguidi merged commit f918c36 into master Nov 15, 2024
7 checks passed
@vitorguidi vitorguidi deleted the fix/build-status branch November 15, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants