-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix analytics webhook crash on non-retryable jobs
We've been seeing this crash for a while now, where the job retry reasons field doesn't exist. This is actually expected behavior, as there is now a subset of jobs that we do not retry (no-spec-to-rebuild jobs; see spack/spack@e988ce0). This went into effect about a month ago, which lines up rougly with when we first started seeing this crash.
- Loading branch information
1 parent
f1681ae
commit ab0f283
Showing
3 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters