-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathqec-sle-micro.toml
87 lines (69 loc) · 2.54 KB
/
qec-sle-micro.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
85
86
87
## Review template file for SLE micro test runs on OSD
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", "running", "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 Micro image updates
[[Groups]]
Name = "SLE Micro Toolbox updates"
Params = { groupid = "451" }
MaxLifetime = 86400
[[Groups]]
Name = "SLE Micro for Rancher"
Params = { groupid = "449" }
MaxLifetime = 86400
## Maintenance updates
[[Groups]]
Name = "SLE Micro Container Maintenance Updates 5.5"
Params = { groupid = "420", build = "%yesterday%-1", version = "5.5" }
MaxLifetime = 86400
[[Groups]]
Name = "SLE Micro Container Maintenance Updates 5.4"
Params = { groupid = "420", build = "%yesterday%-1", version = "5.4" }
MaxLifetime = 86400
[[Groups]]
Name = "SLE Micro Container Maintenance Updates 5.3"
Params = { groupid = "420", build = "%yesterday%-1", version = "5.3" }
MaxLifetime = 86400
[[Groups]]
Name = "SLE Micro Container Maintenance Updates 5.2"
Params = { groupid = "420", build = "%yesterday%-1", version = "5.2" }
MaxLifetime = 86400
[[Groups]]
Name = "SLE Micro Container Maintenance Updates 5.1"
Params = { groupid = "420", build = "%yesterday%-1", version = "5.1" }
MaxLifetime = 86400
## Single Incidents
[[Groups]]
Name = "SLE Micro Maintenance Incidents for 5.5"
Params = { groupid = "528" }
MaxLifetime = 86400
[[Groups]]
Name = "SLE Micro Maintenance Incidents for 5.4"
Params = { groupid = "486" }
MaxLifetime = 86400
[[Groups]]
Name = "SLE Micro Maintenance Incidents for 5.3"
Params = { groupid = "484" }
MaxLifetime = 86400
[[Groups]]
Name = "SLE Micro Maintenance Incidents for 5.2"
Params = { groupid = "483" }
MaxLifetime = 86400
[[Groups]]
Name = "SLE Micro Maintenance Incidents for 5.1"
Params = { groupid = "482" }
MaxLifetime = 86400
## SL Micro 6.0+
[[Groups]]
Name = "SL Micro 6.0 Staging Updates - Containers"
Params = { groupid = "566" }
MaxLifetime = 86400
[[Groups]]
Name = "SL Micro 6.0 Product Increments - Containers"
Params = { groupid = "572" }
MaxLifetime = 86400