зеркало из https://github.com/mozilla/gecko-dev.git
83b857cb58
Issue: When using git cinnibar it does the appropriate pushes but gives a perf compare url of: https://treeherder.mozilla.org/perfherder/compare?originalProject=try&originalRevision=None&newProject=try&newRevision=None Resolution: It turns out that when the data related to the try push is returned from try it returns and displays it using stderr not stdout, our logic of monitoring the stdout stream does not find the data and returns None as a result for the revision. Modifying the output stream of stderr to go to stdout resolved the issue Differential Revision: https://phabricator.services.mozilla.com/D177816 |
||
---|---|---|
.. | ||
mozversioncontrol | ||
test | ||
.ruff.toml | ||
setup.py |