gecko-dev/testing/mozharness
Chris Manchester a972a09279 Bug 1225568 - Install psutil from a wheel for windows builds so we can get build stats on dep builds. r=jlund
The psutil extension gets built on windows build machines during configure,
but that step only runs consistently after a clobber. This patch installs
psutil from a wheel in the mozharness virtualenv so it's available in
mozharness independent of what happens in the build.

--HG--
extra : commitid : EgDikk2zgod
2015-11-19 11:34:59 -08:00
..
configs Bug 1225568 - Install psutil from a wheel for windows builds so we can get build stats on dep builds. r=jlund 2015-11-19 11:34:59 -08:00
docs Bug 1154796 - make a copy of mozharness and put it in gecko tree, based on 4d855a6835ed, r=mshal 2015-07-03 09:04:58 -07:00
examples Bug 1154796 - make a copy of mozharness and put it in gecko tree, based on 4d855a6835ed, r=mshal 2015-07-03 09:04:58 -07:00
external_tools Bug 724190 - Move hgtool.py and gittool.py into external_tools/. DONTBUILD. r=jlund 2015-08-14 08:56:14 -04:00
mozfile Bug 1154796 - make a copy of mozharness and put it in gecko tree, based on 4d855a6835ed, r=mshal 2015-07-03 09:04:58 -07:00
mozharness Bug 1222588 - talos should output PERFHERDER_DATA instead of TALOS_DATA. r=jmaher 2015-11-07 20:35:40 +01:00
mozinfo Bug 1154796 - make a copy of mozharness and put it in gecko tree, based on 4d855a6835ed, r=mshal 2015-07-03 09:04:58 -07:00
mozprocess Bug 1154796 - make a copy of mozharness and put it in gecko tree, based on 4d855a6835ed, r=mshal 2015-07-03 09:04:58 -07:00
scripts Bug 1225568 - Install psutil from a wheel for windows builds so we can get build stats on dep builds. r=jlund 2015-11-19 11:34:59 -08:00
test Bug 1192068 - Use long hg revision for sourcestamp in mozharness; r=gps,jlund 2015-08-06 15:39:38 -04:00
LICENSE Bug 1154796 - make a copy of mozharness and put it in gecko tree, based on 4d855a6835ed, r=mshal 2015-07-03 09:04:58 -07:00
README.txt Bug 1180063 - update mozharness docs, DONTBUILD r=me a=testing 2015-07-29 11:24:36 -07:00
requirements.txt Bug 1154796 - make a copy of mozharness and put it in gecko tree, based on 4d855a6835ed, r=mshal 2015-07-03 09:04:58 -07:00
setup.cfg Bug 1154796 - make a copy of mozharness and put it in gecko tree, based on 4d855a6835ed, r=mshal 2015-07-03 09:04:58 -07:00
setup.py Bug 1154796 - make a copy of mozharness and put it in gecko tree, based on 4d855a6835ed, r=mshal 2015-07-03 09:04:58 -07:00
tox.ini Bug 1154796 - make a copy of mozharness and put it in gecko tree, based on 4d855a6835ed, r=mshal 2015-07-03 09:04:58 -07:00
unit.sh Bug 1154796 - make a copy of mozharness and put it in gecko tree, based on 4d855a6835ed, r=mshal 2015-07-03 09:04:58 -07:00

# Mozharness

### Submitting changes
Like any Gecko change, please create a patch or submit to Mozreview and
open a Bugzilla ticket under the Mozharness component:
https://bugzilla.mozilla.org/enter_bug.cgi?product=Release%20Engineering&component=Mozharness

This bug will get triaged by Release Engineering

### Docs
* https://developer.mozilla.org/en-US/docs/Mozharness_FAQ
* https://wiki.mozilla.org/ReleaseEngineering/Mozharness
* http://moz-releng-mozharness.readthedocs.org/en/latest/mozharness.mozilla.html
* http://moz-releng-docs.readthedocs.org/en/latest/software.html#mozharness

### To run mozharness unit tests
```
pip install tox
tox  # from within the $gecko_repo/testing/mozharness directory
```

Happy contributing! =)