From ea277aa89fa19ee8ce7dc3351d12c4e505672a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20P=C3=A1ral?= Date: Tue, 21 Nov 2017 15:14:28 +0100 Subject: [PATCH] taskotron: add disabled mtf-containers task to trigger_rules --- .../templates/trigger_rules.yml.j2 | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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]} +#} +