mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
taskotron-trigger: schedule tasks only on single arch for now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user