forked from os-autoinst/openqa-mon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opensuse-microos.toml
26 lines (22 loc) · 1.24 KB
/
opensuse-microos.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
## Review template file for MicroOS 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", "user_cancelled"] # Hide jobs in defined states
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="microos", version = "Tumbleweed" } # Set of default parameters
## Define job groups
[[Groups]]
Name = "MicroOS Image"
Params = { flavor = "MicroOS-Image" }
MaxLifetime = 86400
[[Groups]]
Name = "MicroOS Image Container Host"
Params = { flavor = "MicroOS-Image-ContainerHost" }
MaxLifetime = 86400
[[Groups]]
Name = "MicroOS Kubic Image - kubeadm"
Params = { flavor = "MicroOS-Image-Kubic-kubeadm" }
MaxLifetime = 86400