Enable check_modulemd in prod taskotron.
This commit is contained in:
parent
ca30b23f04
commit
82891910d2
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue