Push to PR intermittently not triggering / reflecting on Github
Categories
(Taskcluster :: Operations and Service Requests, task)
Tracking
(Not tracked)
People
(Reporter: gerard-majax, Unassigned)
Details
Happened at least three times today on this PR: https://github.com/mozilla/DeepSpeech/pull/3103
git commit --amend followed by git push --force, would not trigger a new build visible on Github even after 5-10 minutes.
At the time of the repro (01/07/2020, 10:50 and 17:26 CEST) there was no mention of outage on githubstatus.com
Comment 1•5 years ago
|
||
I saw the webhook come in to the tc-github-web pod, with event-id 3aca6100-bb79-11ea-96b5-4c826c850351 at 2020-07-01 09:00:00.912 GMT.
The logging level on the handlers pod is such that it is not logging further information about handling of pull requests. Can we shift that level down to DEBUG for tc-github in community-tc?
Updated•5 years ago
|
Comment 2•5 years ago
|
||
I'm going to move all log level config to https://github.com/mozilla-services/cloudops-infra/pull/2272 for visibility
Comment 4•5 years ago
|
||
Great! Alexandre, please put a timestamp in here next time you see this, and we can take a look.
| Reporter | ||
Comment 5•5 years ago
|
||
(In reply to Dustin J. Mitchell [:dustin] (he/him) from comment #4)
Great! Alexandre, please put a timestamp in here next time you see this, and we can take a look.
I did?
(01/07/2020, 10:50 and 17:26 CEST)
| Reporter | ||
Comment 6•5 years ago
|
||
(In reply to Dustin J. Mitchell [:dustin] (he/him) from comment #1)
I saw the webhook come in to the tc-github-web pod, with event-id 3aca6100-bb79-11ea-96b5-4c826c850351 at 2020-07-01 09:00:00.912 GMT.
The logging level on the handlers pod is such that it is not logging further information about handling of pull requests. Can we shift that level down to DEBUG for tc-github in community-tc?
That's 11:00 my time, right when I force-pushed again and that it triggered this time.
Comment 7•5 years ago
|
||
Yes, but debug logging wasn't enabled at that time :)
Comment 8•5 years ago
|
||
Unassigning since this is not currently actionable..
Description
•