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))
|
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()
|
||||||
|
|
||||||
|
|
|
@ -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]}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue