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:
parent
0d56f8d6a2
commit
0e2222680a
1 changed files with 4 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue