Enable check_modulemd in prod taskotron.

This commit is contained in:
Ralph Bean 2017-03-24 19:15:11 +00:00
parent ca30b23f04
commit 82891910d2
2 changed files with 2 additions and 2 deletions

View file

@ -24,6 +24,7 @@ grokmirror_repos:
- { name: fedoraqa/abicheck, url: 'https://pagure.io/task-abicheck.git'}
- { name: fedoraqa/rpmgrill, url: 'https://bitbucket.org/fedoraqa/task-rpmgrill.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'}
grokmirror_user: grokmirror
grokmirror_default_branch: master

View file

@ -33,11 +33,10 @@
do:
- {tasks: [upgradepath]}
{% endif %}
{% if deployment_type in ['dev', 'stg'] %}
- when: {message_type: DistGitCommit, namespace: modules}
do:
- {tasks: [check_modulemd]}
{% endif %}
{% if deployment_type in ['dev'] %}
- when: