taskotron: add infra repos to taskotron.yaml

Previous infra repos were removed as part of 3cb2683c7a, which broke
our config. These new repos are the replacement.

There is no repo file present in the repos, so we need to download it
from cgit (recommended by puiterwijk).
This commit is contained in:
Kamil Páral 2017-08-14 11:56:39 +02:00
parent 0d56f8d6a2
commit 0e2222680a

View file

@ -155,6 +155,10 @@ default_disposable_release: "25"
## Additional repos for minion to install packages from
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
{% endif %}
{% if deployment_type == 'dev' %}
- https://copr.fedorainfracloud.org/coprs/kparal/taskotron-dev/repo/fedora-25/kparal-taskotron-dev-fedora-25.repo
{% endif %}