Skip to content

Commit

Permalink
Merge pull request #130 from grisu48/f16
Browse files Browse the repository at this point in the history
Separate SLEM for PC from SLEM
  • Loading branch information
grisu48 authored Oct 5, 2023
2 parents 9859325 + fb35d13 commit 68c906b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 27 deletions.
36 changes: 36 additions & 0 deletions _review/qec-sle-micro-pc.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
## 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")

## SLEM on Public Cloud
[[Groups]]
Name = "SLEM 5.5 on Public Cloud"
Params = { groupid = "523" }
MaxLifetime = 86400

[[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

27 changes: 0 additions & 27 deletions _review/qec-sle-micro.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,6 @@ Name = "Latest SLE Micro Container Host"
Params = { groupid = "513" }
MaxLifetime = 86400


## SLEM on Public Cloud
[[Groups]]
Name = "SLEM 5.5 on Public Cloud"
Params = { groupid = "523" }
MaxLifetime = 86400

[[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 = "SLE Micro Toolbox updates"
Params = { groupid = "451" }
Expand Down

0 comments on commit 68c906b

Please sign in to comment.