Hi Brian, Please have a look at:
https://github.com/avocado-framework/avocado/pull/3162 And let me know if that solves your use case (it solves some of mine). Reviews on GH are also very much appreciated. Thanks, - Cleber. ----- Original Message ----- > From: "Brian J. Murrell" <br...@interlinx.bc.ca> > To: "Lukáš Doktor" <ldok...@redhat.com>, "Cleber Rosa" <cr...@redhat.com> > Cc: avocado-devel@redhat.com > Sent: Friday, May 10, 2019 7:54:39 AM > Subject: Re: [Avocado-devel] setting custom job_results subdir name > > On Fri, 2019-05-10 at 08:10 +0200, Lukáš Doktor wrote: > > > > I'm not sure whether I understand properly, what are you trying to > > achieve. From time to time I need to find particular result that > > executed certain tests. I do that simply by: > > > > ls *DATE*/test-results/*test_name* > > But what if you've run a dozen or two tests in a short time window of > an hour or two? > > > For CI this is what I'm using. I create a tmpdir for each execution > > and the "tmpdir/latest" points to the result. This nicely integrates > > with Jenkins as I can easily browse archived artifacts between builds > > as all of them share the same base (latest). > > Right. But again, if there are a dozen or two tests worth of results > in the job's artifacts, one has to go spelunking through them all to > find the one that matches a failed test, which one is viewing in > Jenkins' Junit reporting facility. > > Cheers, > b. > >