#217: autoqa job failures ---------------------+------------------------------------------------------ Reporter: jlaska | Owner: jlaska Type: defect | Status: assigned Priority: major | Milestone: Hot issues Component: tests | Version: 1.0 Resolution: | Keywords: ---------------------+------------------------------------------------------ Changes (by jlaska):
* owner: => jlaska * status: new => assigned
Comment:
Ah, thanks wwoods and kparal. For part#1, the ''repoinfo.conf'' for our production instance contains the following rawhide and f14 sections:
{{{ # Rawhide [rawhide] arches = i386, x86_64 path = development/rawhide url = %(rawhideurl)s tag = dist-f15 collection_name = devel
# Fedora 14 [f14] path = development/14 url = %(rawhideurl)s collection_name = F-14
[f14-updates] path = 14 url = %(updatesurl)s parents = f14 collection_name = F-14
[f14-updates-testing] path = testing/14 url = %(updatesurl)s parents = f14-updates, f14 collection_name = F-14 }}}
'''BUT''' ... I broke procedure here. Mental note for next time ... whenever we deploy a repoinfo.conf change, I need to either: 1. Update the autoqa release and deploy new packages to server+clients 2. Or, make the appropriate repoinfo.conf change on the server '''and''' the clients.
This is my fault folks ... bad jlaska!
For now ... 1. I've updated the repoinfo.conf configuration on the clients, this should get tests flowing again. 2. I'm updating [https://fedoraproject.org/wiki/How_to_update_AutoQA_repoinfo.conf How_to_update_AutoQA_repoinfo.conf] so I don't do this again
I'll leave this ticket open until the jobs are flowing again, and the patch proposed by Kamil is included in master. Thanks all!