jenkins' docs

This commit is contained in:
Tomas Kopecek 2017-02-20 14:04:59 +01:00 committed by Mike McLean
parent ff57095e70
commit 5ad5fc9ad2
3 changed files with 150 additions and 1 deletions

View file

@ -631,6 +631,8 @@ Here are some guidelines on producing preferable pull requests.
with new code
- Please maintain backward-compatibility up to RHEL 5 (which means
Python 2.4)
- Check, that unit tests are not broken. Simply run ``make test`` in main
directory of your branch.
Note that the core development team for Koji is small, so it may take a few
days for someone to reply to your request.
@ -669,3 +671,7 @@ You will need to install the following packages to actually run the tests.
Please note that it is currently not supported to use *virtualenv* when hacking
on Koji.
Unit tests are run automatically for any commit in master branch. We use
Fedora's jenkins instance for that. Details are given here: :doc:`Unit tests
in Fedora's Jenkins <configuring_jenkins>`.