taskotron-trigger: schedule tasks only on single arch for now
This commit is contained in:
parent
aa06685f03
commit
613b791b1d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue