Skip to content

Commit

Permalink
Merge pull request #180 from grisu48/bci
Browse files Browse the repository at this point in the history
Update BCI job groups
  • Loading branch information
grisu48 authored Dec 5, 2024
2 parents b02c433 + 6c8a894 commit 91c6429
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _review/opensuse-bci.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Review template file for Tumbleweed BCI test runs on openqa.opensuse.org

Instance = "https://openqa.opensuse.org" # openQA instance to query
RabbitMQ = "amqps://opensuse:[email protected]" # RabbitMQ instance to query
RabbitMQTopic = "opensuse.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 = 100 # Max. job per group to display
GroupBy = "groups" # Group by defined groups ("none" or "groups")
DefaultParams = { distri="opensuse", version = "Tumbleweed" } # Set of default parameters
RequestJobLimit = 100 # Query up to 100 jobs per http request

## Define job groups

[[Groups]]
Name = "openSUSE Tumbleweed BCI x86_64"
Params = { flavor = "BCI", groupid = "1" }
MaxLifetime = 86400

[[Groups]]
Name = "openSUSE Tumbleweed BCI aarch64"
Params = { flavor = "BCI", groupid = "3" }
MaxLifetime = 86400
5 changes: 5 additions & 0 deletions _review/qec-bci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ GroupBy = "groups" # Group by defined groups ("non
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 = "" }
Expand Down

0 comments on commit 91c6429

Please sign in to comment.