taskotron-dev: enable task-rpmdeplint
This commit is contained in:
parent
89973aad74
commit
d145438f7f
3 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,7 @@ grokmirror_repos:
|
|||
- { name: fedoraqa/simpledocker, url: 'https://bitbucket.org/fedoraqa/task-simpledocker.git'}
|
||||
- { name: fedoraqa/python-versions, url: 'https://github.com/fedora-python/task-python-versions'}
|
||||
- { name: fedoraqa/check_modulemd, url: 'https://github.com/fedora-modularity/check_modulemd'}
|
||||
- { name: fedoraqa/rpmdeplint, url: 'https://pagure.io/taskotron/task-rpmdeplint.git'}
|
||||
grokmirror_default_branch: develop
|
||||
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ namespaces_whitelist:
|
|||
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/rpmgrill/
|
||||
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/python-versions/
|
||||
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/check_modulemd/
|
||||
- {{ grokmirror_user }}@{{ buildmaster }}:/var/lib/git/mirror/fedoraqa/rpmdeplint/
|
||||
pkg:
|
||||
# The directory used to be called rpms-checks
|
||||
- git://pkgs.fedoraproject.org/rpms-checks/
|
||||
|
|
|
@ -24,7 +24,11 @@
|
|||
- {tasks: [abicheck]}
|
||||
- when: {message_type: KojiTagChanged}
|
||||
do:
|
||||
{% if deployment_type in ['dev'] %}
|
||||
- {tasks: [depcheck, rpmdeplint]}
|
||||
{% else %}
|
||||
- {tasks: [depcheck]}
|
||||
{% endif %}
|
||||
- when:
|
||||
message_type: KojiTagChanged
|
||||
tag: {$regex: '/.*(?<!testing-pending)$$/'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue