-
Notifications
You must be signed in to change notification settings - Fork 36
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
PR analysis failure for missing .lookout.yml #307
Comments
Trying a new PR (from the same branch), the analysis is performed. We get this error log in the log: {"app":"lookoutd","event-id":"5594b1f8ed92654657e58c096cdf892f737cb7bc","event-type":2,"head":"refs/pull/22/head","level":"info","msg":"repository config is not found","pr-id":219660811,"pr-number":22,"provider":"github","repo":"https://github.com/carlosms/lookout-test","repository":"git://github.com/carlosms/lookout-test.git","source":"server/server.go:216","time":"2018-10-02T10:49:34.958600931Z"} For the first failed PR, the error comes from Line 204 in 16b5049
The second successful PR, Line 216 in 16b5049
|
For the last 7 days lookout is running on staging I don't see this error anymore. |
Found it again in logs. Looks like it happens after push force. Maybe there is a lag on gh side? I see a similar issue sometimes in drone: https://drone.srcd.host/src-d/lookout/353 |
Confirm about push force. I checked logs again. This error happens very rarely. But all the errors I see were caused by push-force (I went manually to each PR and checked) |
Needs more testing, but apparently sometimes the PR analysis fails if
.lookout.yml
is missing.The text was updated successfully, but these errors were encountered: