-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add consistent build number error notification for scrapers (#121) #677
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. The changes look fine and as well the newly added tests. Just some nits from my side.
…ndling (mozilla#121) - use exact same error message
All error messages are the same now :) @whimboo |
Interesting build errors from 3.8 and 3.12 on Windows |
Your patch shouldn't have caused those failures. In the past we already had those issues but these were mostly for tinderbox builds and too huge folders to scrape. Not sure what these are right now. I've retriggered the failing jobs. Lets see if the failures remain. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works all fine now! It was really just a problem with the remote tests and the server.
Thanks!
Fix #121 - Add consistent build number error notification for daily, Tinderbox, and release candidate scrapers @whimboo
Test cases added