taskotron-trigger: disable atomic and cloud tests

Due to missing nested virt:
https://pagure.io/taskotron/issue/239
This commit is contained in:
Kamil Páral 2017-11-07 10:28:37 +01:00
parent cad734d27c
commit 1957d79cdc

View file

@ -34,6 +34,7 @@
do: do:
- {tasks: [check_modulemd]} - {tasks: [check_modulemd]}
{# disabled due to missing nested virt: https://pagure.io/taskotron/issue/239
- when: - when:
message_type: AtomicCompose message_type: AtomicCompose
do: do:
@ -43,6 +44,7 @@
message_type: CloudCompose message_type: CloudCompose
do: do:
- {tasks: [fedora-cloud-tests]} - {tasks: [fedora-cloud-tests]}
#}
- when: - when:
message_type: ModuleBuildComplete message_type: ModuleBuildComplete