1
- # # Review template file for ALP test runs on OSD
1
+ # # Review configuration for QE-C related jobs on OSD
2
2
3
3
Instance = " https://openqa.suse.de" # openQA instance to query
4
4
RabbitMQ =
" amqps://suse:[email protected] " # RabbitMQ instance to query
@@ -7,7 +7,6 @@ HideStatus = ["scheduled", "passed", "softfailed", "cancelled", "skipped", "runn
7
7
RefreshInterval = 60 # Refresh from API once every minute
8
8
MaxJobs = 20 # Max. job per group to display
9
9
GroupBy = " groups" # Group by defined groups ("none" or "groups")
10
- RequestJobLimit = 100 # Query up to 100 jobs per http request
11
10
12
11
# # BCI and Base images #########################################################
13
12
@@ -196,6 +195,16 @@ MaxLifetime = 86400
196
195
197
196
# # SLE Micro Maintenance updates ###############################################
198
197
198
+ [[Groups ]]
199
+ Name = " SL Micro 6.0 Staging Updates for Containers"
200
+ Params = { groupid = " 566" }
201
+ MaxLifetime = 86400
202
+
203
+ [[Groups ]]
204
+ Name = " SL Micro 6.0 Product Updates for Containers"
205
+ Params = { groupid = " 572" }
206
+ MaxLifetime = 86400
207
+
199
208
[[Groups ]]
200
209
Name = " SLE Micro Maintenance Updates 5.5"
201
210
Params = { groupid = " 420" , build = " %yesterday%-1" , version = " 5.5" }
@@ -261,16 +270,6 @@ Name = "SLE 15-SP5 WSL"
261
270
Params = { groupid = " 461" }
262
271
MaxLifetime = 86400
263
272
264
- [[Groups ]]
265
- Name = " SLE 15-SP4 WSL"
266
- Params = { groupid = " 386" }
267
- MaxLifetime = 86400
268
-
269
- [[Groups ]]
270
- Name = " SLE 15-SP3 WSL"
271
- Params = { groupid = " 288" }
272
- MaxLifetime = 86400
273
-
274
273
# # Windows KVM Installation
275
274
276
275
[[Groups ]]
0 commit comments