|
# Configuration of the workers and their backends.
|
|
#
|
|
# Global section to enter webui hosts and optional caching
|
|
|
|
[global]
|
|
# space separated list of webuis to connect to (empty defaults to localhost)
|
|
HOST = http://agraul-vm.qa.suse.de
|
|
# per webui you can define if you want to get the assets and tests over NFS
|
|
# (define a SHARE_DIRECTORY, default /var/lib/openqa/share) or http/rsync.
|
|
# For the later you need to define a cache directory that is big enough.
|
|
# Additionally you need to define the rsync URI to get
|
|
# /var/lib/openqa/tests/ (TESTPOOLSERVER) in the webui section
|
|
CACHEDIRECTORY = /var/lib/openqa/cache
|
|
#SHARE_DIRECTORY = /var/lib/openqa/share
|
|
|
|
|
|
# The section ids are the instance of the workers.
|
|
# The key/value pairs will appear in vars.json
|
|
#[1]
|
|
#WORKER_CLASS = 64bit-ipmi
|
|
|
|
#[2]
|
|
#WORKER_CLASS = qemu_x86_64_staging,qemu_x86_64
|
|
|
|
#[localhost]
|
|
# SHARE_DIRECTORY = /var/lib/openqa/share
|
|
|
|
#[openqa.example.host]
|
|
# TESTPOOLSERVER = rsync://deimos.suse.de/openqa-tests
|
|
|
|
[agraul-vm.qa.suse.de]
|
|
#TESTPOOLSERVER = rsync://pluto.arch.suse.de/openqa-tests
|
|
SHARE_DIRECTORY = /openqa-share
|