wptsync timing out pushing to autoland
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Tracking
(Not tracked)
People
(Reporter: jgraham, Unassigned)
Details
The wptsync bot is timing out trying to push a rather large branch to autoland; the push seems to complete but then it hangs like the hooks or something aren't completing. The output I have is:
Pushing to hg::https://hg.mozilla.org/integration/autoland
Bundling 367 changesets
Bundling 367 manifests
Bundling 1874 revisions of 1665 files
[long pause]
ERROR Request Timeout
Comment 1•6 years ago
|
||
Just a sanity check - the URL says https, but you need to push over ssh (ie the url should be ssh://hg.mozilla.org/integration/autoland).
I think we need some more information to make this bug actionable. How big is the patch you want to push? How much time is [long pause]? How many times has the push failed?
If you're using hg to push, try adding --traceback --debug --verbose to the push command and add that output here so I can take a look.
| Reporter | ||
Comment 2•6 years ago
|
||
Sigh. I think after all that it was just confusion in the git config so it was trying to use the https URL to push rather than ssh. It would be nice it that was handled better in some way, but maybe that's a git cinnabar problem. Sorry for the noise.
Description
•