-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathqec-minimalvm.toml
46 lines (38 loc) · 1.82 KB
/
qec-minimalvm.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
37
38
39
40
41
42
43
44
45
46
## Review template file for JeOS 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", "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")
RequestJobLimit = 100 # Query up to 100 jobs per http request
## Maintenance updates
[[Groups]]
Name = "JeOS Maintenance Updates 15-SP6"
Params = { groupid = "419", build = "%yesterday%-1", version = "15-SP6" }
MaxLifetime = 86400
[[Groups]]
Name = "JeOS Maintenance Updates 15-SP5"
Params = { groupid = "419", build = "%yesterday%-1", version = "15-SP5" }
MaxLifetime = 86400
[[Groups]]
Name = "JeOS Maintenance Updates 15-SP4"
Params = { groupid = "419", build = "%yesterday%-1", version = "15-SP4" }
MaxLifetime = 86400
[[Groups]]
Name = "JeOS Maintenance Updates 15-SP3"
Params = { groupid = "419", build = "%yesterday%-1", version = "15-SP3" }
MaxLifetime = 86400
[[Groups]]
Name = "JeOS Maintenance Updates 15-SP2"
Params = { groupid = "419", build = "%yesterday%-1", version = "15-SP2" }
MaxLifetime = 86400
[[Groups]]
Name = "JeOS Maintenance Updates 15-SP1"
Params = { groupid = "419", build = "%yesterday%-1", version = "15-SP1" }
MaxLifetime = 86400
[[Groups]]
Name = "JeOS Maintenance Updates 12-SP5"
Params = { groupid = "419", build = "%yesterday%-1", version = "12-SP5" }
MaxLifetime = 86400