taskotron-dev: enable task-rpmgrill
This commit is contained in:
parent
0116ebbf46
commit
acd845054b
3 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,7 @@ grokmirror_repos:
|
|||
- { name: fedoraqa/upgradepath, url: 'https://bitbucket.org/fedoraqa/task-upgradepath.git'}
|
||||
- { name: fedoraqa/dockerautotest, url: 'https://bitbucket.org/fedoraqa/task-dockerautotest.git'}
|
||||
- { name: fedoraqa/abicheck, url: 'https://pagure.io/task-abicheck.git'}
|
||||
- { name: fedoraqa/rpmgrill, url: 'https://bitbucket.org/fedoraqa/task-rpmgrill.git'}
|
||||
grokmirror_default_branch: develop
|
||||
|
||||
|
||||
|
|
|
@ -11,5 +11,6 @@ namespaces_whitelist:
|
|||
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/depcheck/
|
||||
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/upgradepath/
|
||||
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/abicheck/
|
||||
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/rpmgrill/
|
||||
pkg:
|
||||
- git://pkgs.fedoraproject.org/rpms-checks/
|
||||
|
|
|
@ -2,7 +2,11 @@
|
|||
url = http://127.0.0.1:8080/change_hook
|
||||
|
||||
[trigger]
|
||||
{% if deployment_type == 'dev' %}
|
||||
koji_build_completed_tasks = rpmlint,rpmgrill
|
||||
{% else %}
|
||||
koji_build_completed_tasks = rpmlint
|
||||
{% endif %}
|
||||
docker_build_tasks = dockerautotest
|
||||
koji_tag_changed_tasks = upgradepath,depcheck
|
||||
compose_completed_tasks =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue