Project

General

Profile

workers.ini

agraul, 2018-11-28 16:16

 
1
# Configuration of the workers and their backends.
2
#
3
# Global section to enter webui hosts and optional caching
4

    
5
[global]
6
# space separated list of webuis to connect to (empty defaults to localhost)
7
HOST = http://agraul-vm.qa.suse.de
8
# per webui you can define if you want to get the assets and tests over NFS
9
# (define a SHARE_DIRECTORY, default /var/lib/openqa/share) or http/rsync.
10
# For the later you need to define a cache directory that is big enough.
11
# Additionally you need to define the rsync URI to get
12
# /var/lib/openqa/tests/ (TESTPOOLSERVER) in the webui section
13
CACHEDIRECTORY = /var/lib/openqa/cache
14
#SHARE_DIRECTORY = /var/lib/openqa/share
15

    
16

    
17
# The section ids are the instance of the workers.
18
# The key/value pairs will appear in vars.json
19
#[1]
20
#WORKER_CLASS = 64bit-ipmi
21

    
22
#[2]
23
#WORKER_CLASS = qemu_x86_64_staging,qemu_x86_64
24

    
25
#[localhost]
26
# SHARE_DIRECTORY = /var/lib/openqa/share
27

    
28
#[openqa.example.host]
29
# TESTPOOLSERVER = rsync://deimos.suse.de/openqa-tests
30

    
31
[agraul-vm.qa.suse.de]
32
#TESTPOOLSERVER = rsync://pluto.arch.suse.de/openqa-tests
33
SHARE_DIRECTORY = /openqa-share