[Fedora QA] #462: wrong TestdayApp event

2015-02-18 Thread Fedora QA
#462: wrong TestdayApp event --+ Reporter: tagoh | Owner: tflink Type: defect| Status: new Priority: major | Milestone: Fedora 22 Component: Blocker bug

Re: openqa_fedora_tools patch: add 'all' mode

2015-02-18 Thread Adam Williamson
do it. We just use the 'release' attribute of the current validation event for this purpose. In practice this is pretty robust; I can't think of a time when this will do the wrong thing. It's *possible* to make fedfind discover the Branched release number, but it's pret

Re: openqa_fedora_tools patch: add 'all' mode

2015-02-18 Thread Adam Williamson
On Wed, 2015-02-18 at 09:53 -0800, Adam Williamson wrote: > > Patch attached which more or less brings it to my intended version, > with !='s and get_release() exception handling added and your > cleanups preserved. sorry for the mixup! Consider the previous > version an example of my personal

Re: openqa_fedora_tools patch: add 'all' mode

2015-02-18 Thread Adam Williamson
On Wed, 2015-02-18 at 05:33 -0500, Josef Skladanka wrote: > Adam, > > the run_all code does not really make much sense to me, to be > honest. After some minor cleanup, the code looks like this: > > 171 def run_all(args, wiki=None): > 172 """Do everything we can: test both Rawhide and Branche

Re: openqa_fedora_tools patch: add 'all' mode

2015-02-18 Thread Josef Skladanka
Adam, the run_all code does not really make much sense to me, to be honest. After some minor cleanup, the code looks like this: 171 def run_all(args, wiki=None): 172 """Do everything we can: test both Rawhide and Branched nightlies 173 if they exist, and test current compose if it's diffe

openqa_fedora_tools patch: add 'all' mode

2015-02-18 Thread Adam Williamson
This adds an 'all' mode which runs for the current validation event compose if it hasn't already been done, then runs for the current date's Rawhide and Branched nightlies, if they exist and aren't the same as the current validation event. Has a --yesterday parameter to run on the nightlies fro