Hi Richard,
thanks for the feedback

On 1/26/23 23:47, Richard Purdie wrote:
> On Tue, 2023-01-24 at 18:30 +0100, Alexis Lothoré via lists.yoctoproject.org 
> wrote:
>>          report = subprocess.check_output([resulttool, "report", 
>> args.results_dir])
>>          with open(args.results_dir + "/testresult-report.txt", "wb") as f:
>>              f.write(report)
>>
> 
> There looks to be a potential issue here since you drop the use of
> comparebranch entirely. This comes from config.json:
> 
>     "BUILD_HISTORY_FORKPUSH" : {"poky-contrib:ross/mut" : "poky:master", 
> "poky:master-next" : "poky:master"},
> 
> and basically what it says is that master-next is a force push branch
> which should be compared against master (and ross/mut should be
> compared against master too).
> 
> We need this code so that when we build test branches, we run the
> regression comparison against the last known master test results. We
> should probably put Alexandre's test branch in there too.

I may have missed that. I need to dig a bit to understand exactly what is
expected here in order to fix it. Noted, I will take a look at it.

Regards

-- 
Alexis Lothoré, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#59072): https://lists.yoctoproject.org/g/yocto/message/59072
Mute This Topic: https://lists.yoctoproject.org/mt/96502733/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to