summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Krizek <mkrizek@redhat.com>2017-05-02 13:53:41 +0000
committerMartin Krizek <mkrizek@redhat.com>2017-05-02 13:53:41 +0000
commit88e9560a5372bf2179053161683423a623ed2043 (patch)
tree9ccba04855e4ab7ac7d95f49384b40eaf18d7b04
parent5dc934a27baddf990d7ae8d7dd0bb1ef68468bd3 (diff)
downloadansible-88e9560a5372bf2179053161683423a623ed2043.tar.gz
ansible-88e9560a5372bf2179053161683423a623ed2043.tar.xz
ansible-88e9560a5372bf2179053161683423a623ed2043.zip
taskotron-prod: enable task-modularity-testing-framework
-rw-r--r--inventory/group_vars/taskotron-prod1
-rw-r--r--roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j22
2 files changed, 1 insertions, 2 deletions
diff --git a/inventory/group_vars/taskotron-prod b/inventory/group_vars/taskotron-prod
index 44d747c90..4dd26ed75 100644
--- a/inventory/group_vars/taskotron-prod
+++ b/inventory/group_vars/taskotron-prod
@@ -27,6 +27,7 @@ grokmirror_repos:
- { name: fedoraqa/check_modulemd, url: 'https://github.com/fedora-modularity/check_modulemd'}
- { name: fedoraqa/upstream-atomic, url: 'https://pagure.io/taskotron/task-upstream-atomic.git'}
- { name: fedoraqa/fedora-cloud-tests, url: 'https://pagure.io/taskotron/task-fedora-cloud-tests.git'}
+ - { name: fedoraqa/modularity-testing-framework, url: 'https://pagure.io/taskotron/task-modularity-testing-framework.git'}
grokmirror_user: grokmirror
grokmirror_default_branch: master
diff --git a/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 b/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2
index 0e3b76d05..887dad13d 100644
--- a/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2
+++ b/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2
@@ -48,9 +48,7 @@
do:
- {tasks: [fedora-cloud-tests]}
-{% if deployment_type in ['dev', 'stg'] %}
- when:
message_type: ModuleBuildComplete
do:
- {tasks: [modularity-testing-framework]}
-{% endif %}