-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathqec-bci.toml
61 lines (50 loc) · 1.82 KB
/
qec-bci.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
## Review template file for container 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
## BCI and Base images
[[Groups]]
Name = "BCI Base Images 16"
Params = { groupid = "608", build = "" }
MaxLifetime = 86400
[[Groups]]
Name = "BCI Base Images 15-SP6"
Params = { groupid = "538", build = "" }
MaxLifetime = 86400
[[Groups]]
Name = "BCI Base Images 15-SP5"
Params = { groupid = "475", build = "" }
MaxLifetime = 86400
[[Groups]]
Name = "BCI Base Images 15-SP4"
Params = { groupid = "443", build = "" }
MaxLifetime = 86400
[[Groups]]
Name = "BCI Base Images 15-SP3"
Params = { groupid = "442", build = "" }
MaxLifetime = 86400
[[Groups]]
Name = "BCI Language Images"
Params = { groupid = "444", build = "" }
MaxLifetime = 86400
[[Groups]]
Name = "BCI Application Images"
Params = { groupid = "445", build = "" }
MaxLifetime = 86400
[[Groups]]
Name = "Base Images (pre-BCI, <15SP3)"
Params = { groupid = "453", build = "" }
MaxLifetime = 86400
[[Groups]]
Name = "SUMA images"
Params = { groupid = "516", build = "" }
MaxLifetime = 86400
[[Groups]]
Name = "BCI repo"
Params = { groupid = "428", build = "" }
MaxLifetime = 86400