aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/bisect
Commit message (Expand)AuthorAgeFilesLines
* .golangci.yml: enable funlen checkerDmitry Vyukov2020-06-051-173/+174
* pkg/bisect: speed up testsDmitry Vyukov2020-05-181-56/+86
* pkg/build: find maintainers for build errorsDmitry Vyukov2020-05-091-2/+2
* pkg/bisect: minor refactoringDmitry Vyukov2019-12-101-3/+4
* pkg/bisect: always test parent commitDmitry Vyukov2019-12-102-24/+61
* pkg/bisect: add test for #1527Dmitry Vyukov2019-12-101-2/+24
* dashboard/app: don't report bisections pointing to release commitsDmitry Vyukov2019-11-272-0/+21
* pkg/bisect: fix some off-by-onesDmitry Vyukov2019-11-272-14/+59
* pkg/bisect: add more logging for build signaturesDmitry Vyukov2019-11-181-0/+5
* pkg/bisect: detect wrong bisectionsDmitry Vyukov2019-11-072-238/+283
* pkg/bisect: modify Run() to return information about commitZubin Mithra2019-11-052-65/+80
* pkg/bisect: add more tests for various possible bisection resultsZubin Mithra2019-11-041-47/+210
* pkg/vcs: detect old git binary that can't do bisectionDmitry Vyukov2019-10-221-0/+3
* pkg/vcs: make EnvForCommit return full compiler pathDmitry Vyukov2019-10-222-8/+3
* pkg/bisect: add initial testing support for cause bisectionZubin Mithra2019-10-222-7/+153
* syz-ci: don't assume kernel config is called .configDmitry Vyukov2019-05-121-1/+1
* syz-ci: always use 10 VMs for bisectionDmitry Vyukov2019-05-101-3/+4
* pkg/bisect: detect when too many instances erroredDmitry Vyukov2019-03-221-1/+6
* pkg/bisect: use CheckoutCommit instead of SwitchCommitDmitry Vyukov2019-03-201-1/+1
* pkg/bisect: various improvementsDmitry Vyukov2019-03-171-115/+110
* pkg/vcs: refactor bisection supportDmitry Vyukov2019-03-171-3/+10
* pkg/bisect: check existence of input filesDmitry Vyukov2018-12-171-0/+20
* pkg/mgrconfig: move from syz-manager/mgrconfigDmitry Vyukov2018-08-021-1/+1
* syz-ci: fix arch passed to build.CleanDmitry Vyukov2018-07-171-2/+2
* pkg/vcs: pave way for multi-vcs supportDmitry Vyukov2018-06-271-9/+15
* pkg/vcs: move from pkg/gitDmitry Vyukov2018-06-271-30/+30
* pkg/build: pave way for multi-OS supportDmitry Vyukov2018-06-221-2/+4
* pkg/build: move from pkg/kernelDmitry Vyukov2018-06-221-4/+4
* pkg/kernel: allow to split full make outputDmitry Vyukov2018-05-171-1/+6
* pkg/bisect: stop at Linux v3.8Dmitry Vyukov2018-05-171-0/+9
* pkg/bisect: increase number of tries to 8Dmitry Vyukov2018-05-171-14/+30
* pkg/git: extract relevant email addresses from commitsDmitry Vyukov2018-05-171-0/+1
* pkg/bisect: add bisection logicDmitry Vyukov2018-05-171-0/+306