forked from os-autoinst/openqa-mon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqec-sle-wsl.toml
32 lines (25 loc) · 1 KB
/
qec-sle-wsl.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
## Review template file for WSL test runs on OSD
Instance = "https://openqa.suse.de" # openQA instance to query
RabbitMQ = "amqps://suse:[email protected]" # RabbitMQ instance to query
RabbitMQTopic = "suse.openqa.job.done" # RabbitMQ topic to query
HideStatus = [ "scheduled", "passed", "softfailed", "running", "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")
## Latest WSL builds
[[Groups]]
Name = "SLE 15-SP4 WSL"
Params = { groupid = "386" }
MaxLifetime = 86400
[[Groups]]
Name = "SLE 15-SP3 WSL"
Params = { groupid = "326" }
MaxLifetime = 86400
[[Groups]]
Name = "SLE 15-SP2 WSL"
Params = { groupid = "298" }
MaxLifetime = 86400
[[Groups]]
Name = "SLE 12-SP5 WSL"
Params = { groupid = "288" }
MaxLifetime = 86400