forked from os-autoinst/openqa-mon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opensuse-tumbleweed.toml
36 lines (30 loc) · 1.4 KB
/
opensuse-tumbleweed.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
## Review template file for Tumbleweed test runs on O3
Instance = "https://openqa.opensuse.org" # openQA instance to query
RabbitMQ = "amqps://opensuse:[email protected]" # RabbitMQ instance to query
RabbitMQTopic = "opensuse.openqa.job.done" # RabbitMQ topic to query
HideStatus = ["scheduled", "passed", "softfailed", "cancelled", "skipped", "running", "uploading", "parallel_failed", "reviewed" ] # Hide scheduled and passed jobs
RefreshInterval = 60 # Refresh from API once every minute
MaxJobs = 20 # Max. job per group to display
GroupBy = "groups" # Group by defined groups ("none" or "groups")
DefaultParams = { distri="opensuse", version = "Tumbleweed" } # Set of default parameters
## Define job groups
[[Groups]]
Name = "openSUSE Tumbleweed DVD"
Params = { flavor = "DVD" }
MaxLifetime = 86400
[[Groups]]
Name = "openSUSE Tumbleweed Network"
Params = { flavor = "NET" }
MaxLifetime = 86400
[[Groups]]
Name = "openSUSE Tumbleweed JeOS"
Params = { flavor = "JeOS-for-kvm-and-xen" }
MaxLifetime = 86400
[[Groups]]
Name = "openSUSE Tumbleweed Gnome-Live"
Params = { flavor = "GNOME-Live" }
MaxLifetime = 86400
[[Groups]]
Name = "openSUSE Tumbleweed KDE-Live"
Params = { flavor = "KDE-Live" }
MaxLifetime = 86400