From Fedora Project Wiki

m (Add note about updates-testing repo)
m (fix cron path)
 
(11 intermediate revisions by 4 users not shown)
Line 25: Line 25:
= Configure AutoQA =
= Configure AutoQA =


All the configuration files are stored in ''/etc/autoqa/''. They are well documented, edit them and adjust the settings to your needs. Available config files:
AutoQA tries to have reasonable defaults. But you will still probably want to configure additional optional services that can be integrated into AutoQA. Read more at [[AutoQA Configuration]] to see the list of available configuration files and their settings.
* {{filename|autoqa.conf}} - main config file
* {{filename|fas.conf}} - config file with [[Account System|FAS]] credentials, used for services that require FAS authentication (like [[Bodhi]])
* {{filename|/etc/httpd/conf.d/wsgi.conf}} - The {{filename|git-post-receive}} relies on WSGI.  Support for wsgi is provided by {{package|mod_wsgi}} and it must be manually enabled in the provided Apache configuration file.


= Configure Cron =
= Configure Cron =
Line 34: Line 31:
On the server you will want to periodically run AutoQA [[AutoQA architecture|watchers]], which will schedule corresponding tests. We have prepared a cron file for these purposes, you can install it by:
On the server you will want to periodically run AutoQA [[AutoQA architecture|watchers]], which will schedule corresponding tests. We have prepared a cron file for these purposes, you can install it by:
<pre>
<pre>
cp /usr/share/autoqa/autoqa.cron /etc/cron.d/
cp /usr/share/doc/autoqa-*/autoqa.cron /etc/cron.d/
</pre>
</pre>
If you think that some watcher should be run more or less frequently (or you want to disable some of them completely), just edit the installed cron file.
If you think that some watcher should be run more or less frequently (or you want to disable some of them completely), just edit the installed cron file.


[[Category:AutoQA]]
[[Category:AutoQA]]

Latest revision as of 16:33, 11 January 2012

QA.png


This page details installing and configuring an AutoQA server. AutoQA is currently packaged for Fedora and EPEL, but due to library dependencies, the package is not yet available in official Fedora repositories. The following section describes how to install AutoQA.

Use the Right Repo

Configure the system to receive updates from the the AutoQA package repository. To use the AutoQA package repository, download the appropriate repository file listed below.

Note.png
updates-testing?
Just like with Fedora, there is an autoqa updates-testing package repository. If you would like to test early releases of autoqa, and related packages, subscribe to the following package repositories:

Install AutoQA

Use the following yum command to install AutoQA and its dependencies:

yum install autoqa
Questionmark.png
Need autotest-server?
If you are planning to use AutoQA to develop and run tests on a single system, the Package-x-generic-16.pngautoqa package is all you'll need. However, if you want multiple systems scheduling and running tests (see AutoQA architecture), you will want to install the Package-x-generic-16.pngautotest-server package. For more information, see Install and configure autotest.

Configure AutoQA

AutoQA tries to have reasonable defaults. But you will still probably want to configure additional optional services that can be integrated into AutoQA. Read more at AutoQA Configuration to see the list of available configuration files and their settings.

Configure Cron

On the server you will want to periodically run AutoQA watchers, which will schedule corresponding tests. We have prepared a cron file for these purposes, you can install it by:

cp /usr/share/doc/autoqa-*/autoqa.cron /etc/cron.d/

If you think that some watcher should be run more or less frequently (or you want to disable some of them completely), just edit the installed cron file.