enabling modulemd and package specific checks in taskotron dev
This commit is contained in:
parent
a192d6f865
commit
c246e66b3b
2 changed files with 2 additions and 2 deletions
|
@ -246,7 +246,7 @@ factory.addStep(FileUpload(slavesrc='/var/log/taskotron/taskotron.log',
|
|||
mode=0644))
|
||||
{% endif %}
|
||||
|
||||
{% if deployment_type in ['stg'] %}
|
||||
{% if deployment_type in ['dev', 'stg'] %}
|
||||
# this is for package-specific tasks
|
||||
distgit_factory = BuildFactory()
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
do:
|
||||
- {tasks: [upgradepath]}
|
||||
{% endif %}
|
||||
{% if deployment_type in ['stg'] %}
|
||||
{% if deployment_type in ['dev', 'stg'] %}
|
||||
- when: {message_type: DistGitCommit, namespace: modules}
|
||||
do:
|
||||
- {tasks: [check_modulemd]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue