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