taskotron: add disabled mtf-containers task to trigger_rules

This commit is contained in:
Kamil Páral 2017-11-21 15:14:28 +01:00
parent 35c87a5c30
commit ea277aa89f

View file

@ -34,6 +34,11 @@
do: do:
- {tasks: [check_modulemd]} - {tasks: [check_modulemd]}
- when:
message_type: ModuleBuildComplete
do:
- {tasks: [modularity-testing-framework]}
{# disabled due to missing nested virt: https://pagure.io/taskotron/issue/239 {# disabled due to missing nested virt: https://pagure.io/taskotron/issue/239
- when: - when:
message_type: AtomicCompose message_type: AtomicCompose
@ -46,7 +51,12 @@
- {tasks: [fedora-cloud-tests]} - {tasks: [fedora-cloud-tests]}
#} #}
{# disabled until pull_request type is supported in stable libtaskotron/trigger
# and until mtf-containers bugs are resolved
- when: - when:
message_type: ModuleBuildComplete message_type: GitHubPullRequestOpened
repo_name: {$regex: '/^container-images\/.+/'}
do: do:
- {tasks: [modularity-testing-framework]} - {tasks: [mtf-containers]}
#}