taskotron-trigger: schedule tasks only on single arch for now

This commit is contained in:
Martin Krizek 2014-08-21 15:55:04 +00:00
parent aa06685f03
commit 613b791b1d

View file

@ -6,10 +6,10 @@ url = http://127.0.0.1:8080/change_hook
[trigger]
koji_build_completed_tasks = rpmlint
koji_tag_changed_tasks = upgradepath,depcheck
valid_arches = i386,i686,x86_64,noarch
valid_arches = x86_64
koji_url = http://koji.fedoraproject.org/kojihub
type = BuildbotTrigger
blacklist_releases = el5,el6
blacklist_releases = el5,el6,el7
job_logging = True
joblog_file = {{ trigger_joblog_file }}
fuse_delay = 900 ; 15 minutes in seconds