From 2ea37aef64314484a016c293d49d4a05b3cfb943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20P=C3=A1ral?= Date: Thu, 23 Nov 2017 16:22:49 +0100 Subject: [PATCH] taskotron-client: add taskotron-production-override repo to minion_repos For stg only, to test it. --- roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 index 0e659a6c6a..667bb56f37 100644 --- a/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 +++ b/roles/taskotron/taskotron-client/templates/taskotron.yaml.j2 @@ -158,6 +158,7 @@ minion_repos: - https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-infra-tags.repo {% if deployment_type == 'stg' %} - https://infrastructure.fedoraproject.org/cgit/ansible.git/plain/files/common/fedora-infra-tags-stg.repo + - https://fedorapeople.org/groups/qa/taskotron-repos/taskotron-production-override/taskotron-production-override.repo {% endif %} {% if deployment_type == 'dev' %} - https://copr.fedorainfracloud.org/coprs/kparal/taskotron-dev/repo/fedora-26/kparal-taskotron-dev-fedora-26.repo