gecko-dev/python/mozversioncontrol
andrej 83b857cb58 Bug 1826162 - mach try perf gitcinnibar issues. r=perftest-reviewers,kshampur
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
2023-05-15 16:43:18 +00:00
..
mozversioncontrol Bug 1826162 - mach try perf gitcinnibar issues. r=perftest-reviewers,kshampur 2023-05-15 16:43:18 +00:00
test Bug 1801836 - Remove no longer necessary 'from __future__' imports under python/. r=linter-reviewers,glandium,ahal DONTBUILD 2022-12-23 01:26:15 +00:00
.ruff.toml Bug 1811850 - [lint] Replace isort linter with ruff, r=taskgraph-reviewers,linter-reviewers,marco,jcristau 2023-03-20 13:06:27 +00:00
setup.py Bug 1801836 - Remove no longer necessary 'from __future__' imports under python/. r=linter-reviewers,glandium,ahal DONTBUILD 2022-12-23 01:26:15 +00:00