gecko/testing/mozharness
2015-10-29 17:16:32 -07:00
..
configs Merge m-c to inbound, a=merge 2015-10-29 17:16:32 -07:00
docs
examples
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
mozharness Bug 1212616 - Setup updates for b2gdroid, r=catlee 2015-10-29 12:05:17 -07:00
mozinfo
mozprocess
scripts Bug 1212616 - Setup updates for b2gdroid, r=catlee 2015-10-29 12:05:17 -07:00
test Bug 1192068 - Use long hg revision for sourcestamp in mozharness; r=gps,jlund 2015-08-06 15:39:38 -04:00
LICENSE
README.txt Bug 1180063 - update mozharness docs, DONTBUILD r=me a=testing 2015-07-29 11:24:36 -07:00
remove_executables.py Bug 1213325: refactor desktop-test to use an in-tree script; r=ahal 2015-10-13 14:20:34 -04:00
requirements.txt
setup.cfg
setup.py
tox.ini
unit.sh

# 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! =)