openqa: use an external side repo for test builds
It's overall simpler and more idempotent to just use a side repo maintained outside of ansible than re-create one on each system on each run of the plays. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
cef973a010
commit
530f69d967
4 changed files with 22 additions and 86 deletions
6
roles/openqa/server/files/openqa-lab-repo.repo
Normal file
6
roles/openqa/server/files/openqa-lab-repo.repo
Normal file
|
@ -0,0 +1,6 @@
|
|||
[openqa-lab-repo]
|
||||
name=Side repo for lab which may contain newer test builds
|
||||
baseurl=https://fedorapeople.org/groups/qa/openqa-repos/openqa-lab-repo/$basearch/
|
||||
enabled=1
|
||||
metadata_expire=30
|
||||
gpgcheck=0
|
Loading…
Add table
Add a link
Reference in a new issue