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

webhook-handler: ignore install times for failed jobs #1015

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

mvandenburgh
Copy link
Member

If a build job fails, it won't have an install_times.json.

@jjnesbitt this accounts for some, but not all, of the sentry errors complaining about missing install_times.json.

@mvandenburgh mvandenburgh force-pushed the skip-install-times-when-failed branch from 85ae96a to 761a9fe Compare December 18, 2024 20:39
Failed jobs will frequently have *no artifacts*. This change introduces
a new exception type to distinguish between no artifacts and missing
artifacts.
@mvandenburgh mvandenburgh force-pushed the skip-install-times-when-failed branch from 761a9fe to b95130a Compare December 18, 2024 20:47
@mvandenburgh mvandenburgh merged commit ed8e754 into main Dec 18, 2024
15 checks passed
@mvandenburgh mvandenburgh deleted the skip-install-times-when-failed branch December 18, 2024 20:53
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.

2 participants