-
Notifications
You must be signed in to change notification settings - Fork 13
/
qe-core-OSD.toml
85 lines (66 loc) · 2.5 KB
/
qe-core-OSD.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
## Review template file for QE-Core job groups in OSD
# See: https://confluence.suse.com/display/qasle/Bugbusters+and+Review+Shifts#BugbustersandReviewShifts-Links
Instance = "https://openqa.suse.de" # openQA instance to query
RabbitMQ = "amqps://suse:suse@rabbit.suse.de" # 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
# SLE Maintenance: Test Repo / Core Maintenance Updates
[[Groups]]
Name = "SLE Maintenance: Test Repo / Core Maintenance Updates"
Params = { groupid = "414", build = "" }
MaxLifetime = 86400
# Maintenance Single Incidents
[[Groups]]
Name = "Maintenance: SLE 15-SP4 Incidents"
Params = { groupid = "439", build = "" }
MaxLifetime = 86400
[[Groups]]
Name = "Maintenance: SLE 15-SP3 Incidents"
Params = { groupid = "367", build = "" }
MaxLifetime = 86400
[[Groups]]
Name = "Maintenance: SLE 15-SP2 Incidents"
Params = { groupid = "306", build = "" }
MaxLifetime = 86400
[[Groups]]
Name = "Maintenance: SLE 15-SP1 Incidents"
Params = { groupid = "233", build = "" }
MaxLifetime = 86400
[[Groups]]
Name = "Maintenance: SLE 15 GA Incidents"
Params = { groupid = "159", build = "" }
MaxLifetime = 86400
[[Groups]]
Name = "Maintenance: SLE 12-SP5 Incidents"
Params = { groupid = "282", build = "" }
MaxLifetime = 86400
[[Groups]]
Name = "Maintenance: SLE 12-SP4 Incidents"
Params = { groupid = "215", build = "" }
MaxLifetime = 86400
[[Groups]]
Name = "Maintenance: SLE 12-SP3 Incidents"
Params = { groupid = "106", build = "" }
MaxLifetime = 86400
[[Groups]]
Name = "Maintenance: SLE 12-SP2 Incidents"
Params = { groupid = "53", build = "" }
MaxLifetime = 86400
# Quarterly Refresh
[[Groups]]
Name = "Maintenance: QR SLE 15-SP4"
Params = { groupid = "458", build = "" }
MaxLifetime = 86400
[[Groups]]
Name = "Maintenance: QR SLE 15-SP3"
Params = { groupid = "373", build = "" }
MaxLifetime = 86400
# Functional
[[Groups]]
Name = "SLE 15 - Functional"
Params = { groupid = "110", build = "" }
MaxLifetime = 86400