-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #180 from grisu48/bci
Update BCI job groups
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters