forked from os-autoinst/openqa-mon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qec-sle-micro.toml
76 lines (59 loc) · 1.99 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
## Review template file for SLE micro 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", "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")
## Latest SLE Micro images
[[Groups]]
Name = "Latest SLE Micro (5.4)"
Params = { groupid = "410" }
MaxLifetime = 86400
## SLEM on Public Cloud
[[Groups]]
Name = "SLEM 5.4 on Public Cloud"
Params = { groupid = "480" }
MaxLifetime = 86400
[[Groups]]
Name = "SLEM 5.3 on Public Cloud"
Params = { groupid = "455" }
MaxLifetime = 86400
[[Groups]]
Name = "SLEM 5.2 on Public Cloud"
Params = { groupid = "413" }
MaxLifetime = 86400
[[Groups]]
Name = "SLEM 5.1 on Public Cloud"
Params = { groupid = "479" }
MaxLifetime = 86400
[[Groups]]
Name = "SLEM 5.2 on Publiccloud"
Params = { groupid = "413" }
MaxLifetime = 86400
[[Groups]]
Name = "SLEM 5.1 on Publiccloud"
Params = { groupid = "479" }
MaxLifetime = 86400
[[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 Maintenance Updates 5.3"
Params = { groupid = "420", build = "%yesterday%-1", version = "5.3" }
MaxLifetime = 86400
[[Groups]]
Name = "SLE Micro Maintenance Updates 5.2"
Params = { groupid = "420", build = "%yesterday%-1", version = "5.2" }
MaxLifetime = 86400
[[Groups]]
Name = "SLE Micro Maintenance Updates 5.1"
Params = { groupid = "420", build = "%yesterday%-1", version = "5.1" }
MaxLifetime = 86400