From Fedora Project Wiki

(Squid proxy configuration)
(secrets.conf)
 
(One intermediate revision by the same user not shown)
Line 72: Line 72:
== Squid proxy configuration ==
== Squid proxy configuration ==
There is a short guide how to [[Install and configure Squid for AutoQA]] if you want to start using a caching proxy.
There is a short guide how to [[Install and configure Squid for AutoQA]] if you want to start using a caching proxy.


= Supported releases and repositories =
= Supported releases and repositories =
Line 82: Line 83:




= FAS account =
= Login credentials =
 
[https://fedorahosted.org/autoqa/browser/conf/fas.conf {{filename|/etc/autoqa/fas.conf}}]
 
[[Account System|FAS]] account is needed for AutoQA to be able to send comments with test results to [[Bodhi]]. The account is configured here.
 
 
= YOURLS shortening service =


[https://fedorahosted.org/autoqa/browser/conf/yourls.conf {{filename|/etc/autoqa/yourls.conf}}]
[https://fedorahosted.org/autoqa/browser/conf/secrets.conf {{filename|/etc/autoqa/secrets.conf}}]


AutoQA supports [http://www.yourls.org/ YOURLS] shortening service to shorten test results URLs. This feature is optional and you don't need to configure it. If you decide to use it, this configuration serves for YOURLS integration into AutoQA.
This is used to configure login credentials for various services and other secrets. Some of the important services include:


Read more about YOURLS installation at [[Install and configure YOURLS for AutoQA]].
* [[Account System|FAS]] account - it is needed for AutoQA to be able to send comments with test results to [[Bodhi]]. If you don't need to send comments to Bodhi, you don't need it.
* [http://www.yourls.org/ YOURLS] account - AutoQA supports YOURLS shortening service to shorten test results URLs. This feature is optional and you don't need to configure it. Read more about YOURLS installation at [[Install and configure YOURLS for AutoQA]].





Latest revision as of 11:16, 7 March 2012

Most of the configurable settings in AutoQA are well documented in the comments of the configuration files. Here is the list of AutoQA's configuration files and some further information that wouldn't fit in the config files themselves.

General configuration

/etc/autoqa/autoqa.conf

This is the main configuration file where all the general settings are available.

Bodhi Comment Email Settings

Some of the settings used to configure the behavior of emails sent when Bodhi comments are sent by AutoQA require a bit more explanation than what is contained in autoqa.conf.

States

The possible states of a test or an update as used here are PASS, FAIL, INCOMPLETE or NOTRUN.

Test State Change

A single test can change state that may or may not affect the update state as a whole. An example of this would be an updated package that changes test results from FAIL to PASS.

Update State Change

This type of state change is when the update as a whole would change from PASS to FAIL or FAIL to PASS.

Example where overall result changes from FAIL to PASS:

Run Test Result Overall Result
depcheck 32bit depcheck 64bit upgradepath
Previous PASS PASS FAIL FAIL
Current PASS PASS PASS PASS

Example where overall result does not change:

Run Test Result Overall Result
depcheck 32bit depcheck 64bit upgradepath
Previous PASS FAIL FAIL FAIL
Current PASS FAIL PASS FAIL

Koji Tags and Expected Tests

Since upgradepath is only run on packages in updates or updates-pending, it isn't run on packages in updates-testing. This means that the expected tests change depending on how packages are tagged.

Squid proxy configuration

There is a short guide how to Install and configure Squid for AutoQA if you want to start using a caching proxy.


Supported releases and repositories

/etc/autoqa/repoinfo.conf

This file lists Fedora releases that will be tested and also links them to their YUM repositories.

This file needs to be periodically updated to keep track of currently supported releases. Read more at How to update AutoQA repoinfo.conf.


Login credentials

/etc/autoqa/secrets.conf

This is used to configure login credentials for various services and other secrets. Some of the important services include:

  • FAS account - it is needed for AutoQA to be able to send comments with test results to Bodhi. If you don't need to send comments to Bodhi, you don't need it.
  • YOURLS account - AutoQA supports YOURLS shortening service to shorten test results URLs. This feature is optional and you don't need to configure it. Read more about YOURLS installation at Install and configure YOURLS for AutoQA.


Apache web server

/etc/httpd/conf.d/autoqa.conf

This is AutoQA's apache configuration file now used for custom 404 page.

/etc/httpd/conf.d/wsgi.conf

The git-post-receive watcher relies on WSGI. This is its configuration file.


Log rotation

/etc/logrotate.d/autoqa

This is the definition file how often and which way should the AutoQA log files be rotated. The log files are placed at /var/log/autoqa/.