taskotron-prod: enable rpmdeplint

This commit is contained in:
Martin Krizek 2017-06-15 12:13:35 +00:00
parent ff9b3f9d99
commit 1fff25a95f
2 changed files with 1 additions and 4 deletions

View file

@ -28,6 +28,7 @@ grokmirror_repos:
- { name: fedoraqa/upstream-atomic, url: 'https://pagure.io/taskotron/task-upstream-atomic.git'}
- { name: fedoraqa/fedora-cloud-tests, url: 'https://pagure.io/taskotron/task-fedora-cloud-tests.git'}
- { name: fedoraqa/modularity-testing-framework, url: 'https://pagure.io/taskotron/task-modularity-testing-framework.git'}
- { name: fedoraqa/rpmdeplint, url: 'https://pagure.io/taskotron/task-rpmdeplint.git'}
grokmirror_user: grokmirror
grokmirror_default_branch: master

View file

@ -20,11 +20,7 @@
- {tasks: [abicheck]}
- when: {message_type: KojiTagChanged}
do:
{% if deployment_type in ['dev', 'stg'] %}
- {tasks: [depcheck, rpmdeplint]}
{% else %}
- {tasks: [depcheck]}
{% endif %}
{% if deployment_type not in ['stg'] %}
{# stg bodhi doesn't have the info we need, stg koji doesn't have the builds from prod bodhi #}
- when: