updating taskotron trigger config to use correct values
This commit is contained in:
parent
7c4e179ebf
commit
64e2dd4132
1 changed files with 2 additions and 4 deletions
|
@ -4,9 +4,8 @@ password = password
|
||||||
url = http://127.0.0.1:8080/change_hook
|
url = http://127.0.0.1:8080/change_hook
|
||||||
|
|
||||||
[trigger]
|
[trigger]
|
||||||
koji_tasks = rpmlint
|
koji_build_completed_tasks = rpmlint
|
||||||
bodhi_tasks = examplebodhi
|
koji_tag_changed_tasks = upgradepath,depcheck
|
||||||
bodhi_to_koji_tag_tasks = upgradepath, depcheck
|
|
||||||
valid_arches = i386,i686,x86_64,noarch
|
valid_arches = i386,i686,x86_64,noarch
|
||||||
koji_url = http://koji.fedoraproject.org/kojihub
|
koji_url = http://koji.fedoraproject.org/kojihub
|
||||||
type = BuildbotTrigger
|
type = BuildbotTrigger
|
||||||
|
@ -14,4 +13,3 @@ blacklist_releases = el5,el6
|
||||||
job_logging = True
|
job_logging = True
|
||||||
joblog_file = {{ trigger_joblog_file }}
|
joblog_file = {{ trigger_joblog_file }}
|
||||||
fuse_delay = 900 ; 15 minutes in seconds
|
fuse_delay = 900 ; 15 minutes in seconds
|
||||||
x86_64_only = depcheck
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue