-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathqec-wsl.toml
45 lines (35 loc) · 1.32 KB
/
qec-wsl.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
## Review template file for WSL 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
## WSL builds
[[Groups]]
Name = "SLE 15-SP6 WSL"
Params = { groupid = "326" }
MaxLifetime = 86400
[[Groups]]
Name = "SLE 15-SP5 WSL"
Params = { groupid = "461" }
MaxLifetime = 86400
[[Groups]]
Name = "SLE 15-SP4 WSL"
Params = { groupid = "386" }
MaxLifetime = 86400
[[Groups]]
Name = "SLE 15-SP3 WSL"
Params = { groupid = "288" }
MaxLifetime = 86400
## Windows KVM Installation
[[Groups]]
Name = "Windows 11 installation"
Params = { version="11", groupid="287" }
MaxLifetime = 86400
[[Groups]]
Name = "Windows 10 installation"
Params = { version="10", groupid="287" }
MaxLifetime = 86400