enabling modulemd and package specific checks in taskotron dev

This commit is contained in:
Tim Flink 2017-03-16 14:28:04 +00:00
parent a192d6f865
commit c246e66b3b
2 changed files with 2 additions and 2 deletions

View file

@ -246,7 +246,7 @@ factory.addStep(FileUpload(slavesrc='/var/log/taskotron/taskotron.log',
mode=0644)) mode=0644))
{% endif %} {% endif %}
{% if deployment_type in ['stg'] %} {% if deployment_type in ['dev', 'stg'] %}
# this is for package-specific tasks # this is for package-specific tasks
distgit_factory = BuildFactory() distgit_factory = BuildFactory()

View file

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