Skip to content
Commit 15009e08 authored by Aishwarya TCV's avatar Aishwarya TCV Committed by Ryan Roberts
Browse files

cli: implement dispatch logic for bisect template generation



Update dispatch() of 'start' verb for preparing bisection inputs.
This routine loads resultstore tables and extracts kernel SHAs
for the given good and bad SWPROFILEs. If both SHAs match, the
process aborts early to avoid a meaningless bisection.

The SUT name is resolved by tracing the good SWPROFILE through the
RESULT and SUT tables. A check ensures the bad SWPROFILE was also
run on the same SUT. If not, bisection is aborted to maintain
consistency of execution environment.

A bisection template is then generated using the resolved SUT,
benchmark reference, and commit metadata.

Signed-off-by: Aishwarya TCV's avatarAishwarya TCV <aishwarya.tcv@arm.com>
parent 34581170
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment