taskotron-trigger: prepare config for a new release
This commit is contained in:
parent
c2cab42924
commit
6945dd704d
1 changed files with 11 additions and 0 deletions
|
@ -14,3 +14,14 @@ type = BuildbotTrigger
|
|||
job_logging = True
|
||||
joblog_file = {{ trigger_joblog_file }}
|
||||
fuse_delay = 900 ; 15 minutes in seconds
|
||||
|
||||
{% if deployment_type in ['dev'] %}
|
||||
[distgit]
|
||||
cache_dir = /var/lib/taskotron-trigger/cache
|
||||
repo_url = http://pkgs.fedoraproject.org/git
|
||||
namespace = rpms-checks
|
||||
|
||||
[libabigail]
|
||||
critpath_filepath = /var/lib/taskotron-trigger/critpath_whitelist
|
||||
critpath_exclude =
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue