aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/integrated/compare_bisect.py
AgeCommit message (Collapse)AuthorFilesLines
2024-01-22feat(bisect): Tolerate zero testsVratko Polak1-8/+10
Needed when the anomaly causes failure in the global suite setup. Also needs a jumpavg fix, in the subsequent change. Change-Id: Ifa8f8fcfc0b25416afa064e606a59b79aa279b61 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2023-12-13feat(bisect): introduce scripts for VPP bisectingVratko Polak1-0/+132
+ Parsing common with per-patch job is moved to a library. Ticket: CSIT-1618 Change-Id: I185bea084a29e6a37ef94e9da42b192a6a81fc17 Signed-off-by: Vratko Polak <vrpolak@cisco.com>